Revision: 124936 https://trac.macports.org/changeset/124936 Author: larryv@macports.org Date: 2014-08-31 14:20:28 -0700 (Sun, 31 Aug 2014) Log Message: ----------- lynx: Cosmetic changes - Remove variable that's used once. - Rearrange a bit. - Remove unnecessary --mandir configure arg. - Reword variant descriptions. Modified Paths: -------------- trunk/dports/www/lynx/Portfile Modified: trunk/dports/www/lynx/Portfile =================================================================== --- trunk/dports/www/lynx/Portfile 2014-08-31 19:09:50 UTC (rev 124935) +++ trunk/dports/www/lynx/Portfile 2014-08-31 21:20:28 UTC (rev 124936) @@ -5,51 +5,48 @@ name lynx set milestone 2.8.7 -set release 2 -version ${milestone}rel.${release} +version ${milestone}rel.2 revision 1 categories www +platforms darwin license GPL-2 maintainers larryv + description The text web browser long_description Lynx is a fully-featured World Wide Web browser for \ users on Unix, VMS, and other platforms running \ cursor-addressable, character-cell terminals or \ emulators. - homepage http://lynx.isc.org/ depends_lib port:ncurses -use_bzip2 yes - -distname [strsed ${distname} {g/-//}] -worksrcdir ${name}[strsed ${milestone} {g/\./-/}] - master_sites http://lynx.isc.org/current/ \ ftp://lynx.isc.org/current/ +distname [strsed ${distname} {g/-//}] +use_bzip2 yes checksums rmd160 553e232aebaa09f88a6a190a1dfe7debb89f0a41 \ sha256 301bda96ad3cd5032805e8d5315a42061a11e472e3d3a7baee3a2879517ef627 -configure.args --mandir=${prefix}/share/man \ - --enable-ipv6 +worksrcdir ${name}[strsed ${milestone} {g/\./-/}] + patchfiles patch-LYCharSets.c -platforms darwin +configure.args --enable-ipv6 if {![variant_isset gnutls]} { default_variants +ssl } -variant ssl conflicts gnutls description "Support for secure connections via OpenSSL" { - configure.args-append --with-ssl=${prefix} +variant ssl conflicts gnutls description "Enable secure connections using OpenSSL" { depends_lib-append port:openssl + configure.args-append --with-ssl=${prefix} } -variant gnutls conflicts ssl description "Experimental support for secure connections via GnuTLS" { - configure.args-append --with-gnutls=${prefix} +variant gnutls conflicts ssl description "Enable secure connections with GnuTLS (experimental)" { depends_lib-append port:gnutls + configure.args-append --with-gnutls=${prefix} } livecheck.type regex
participants (1)
-
larryv@macports.org