Revision: 105603 https://trac.macports.org/changeset/105603 Author: jwa@macports.org Date: 2013-04-27 02:01:27 -0700 (Sat, 27 Apr 2013) Log Message: ----------- wine-devel: version bump to 1.5.29, change openssl dependency to gnutls due to upstream change in 1.5.28 Modified Paths: -------------- trunk/dports/x11/wine-devel/Portfile Modified: trunk/dports/x11/wine-devel/Portfile =================================================================== --- trunk/dports/x11/wine-devel/Portfile 2013-04-27 03:46:08 UTC (rev 105602) +++ trunk/dports/x11/wine-devel/Portfile 2013-04-27 09:01:27 UTC (rev 105603) @@ -8,7 +8,7 @@ name wine-devel conflicts wine wine-crossover set my_name wine -version 1.5.28 +version 1.5.29 license LGPL-2.1+ categories x11 @@ -35,8 +35,8 @@ sourceforge:project/wine/Wine%20Gecko/${wine_gecko_version}:winegecko checksums ${wine_distfile} \ - rmd160 1d61b703b20f3c230beea836ebf54a7b750ed09c \ - sha256 0bf84b97213b07b7339543abcdfccc9da22bebcc4d20ce9ca22fdc1502136046 \ + rmd160 b183b2a208140f26b962cb3fd2ea32778343f241 \ + sha256 387c0ed440e1df2e94aa3630320949976a81725e48912f4d9856009d6b7888b1 \ ${wine_gecko_distfile} \ rmd160 1a547f03772c22ad2330d0a369dfe8be995f86bc \ sha256 2f1df59287a4f21ec0f1322ae10520c8e6a95de10f8ef7339ab217e4b46ce782 @@ -54,7 +54,7 @@ port:libxml2 \ port:libxslt \ port:ncurses \ - port:openssl \ + port:gnutls \ port:tiff \ port:zlib \ port:xorg-libsm \ @@ -111,7 +111,7 @@ --with-freetype \ --without-gphoto \ --with-glu \ - --without-gnutls \ + --with-gnutls \ --without-gsm \ --without-hal \ --with-jpeg \ @@ -119,7 +119,6 @@ --without-mpg123 \ --without-openal \ --with-opengl \ - --with-openssl \ --without-oss \ --with-png \ --with-pthread \