Revision: 39669 http://trac.macosforge.org/projects/macports/changeset/39669 Author: raimue@macports.org Date: 2008-08-29 02:12:43 -0700 (Fri, 29 Aug 2008) Log Message: ----------- mail/alpine: Maintainer update to version 2.00, closes #16407 Modified Paths: -------------- trunk/dports/mail/alpine/Portfile Modified: trunk/dports/mail/alpine/Portfile =================================================================== --- trunk/dports/mail/alpine/Portfile 2008-08-29 08:57:41 UTC (rev 39668) +++ trunk/dports/mail/alpine/Portfile 2008-08-29 09:12:43 UTC (rev 39669) @@ -3,7 +3,7 @@ PortSystem 1.0 name alpine -version 1.10 +version 2.00 categories mail maintainers todmorrison@gmail.com description alpine - a Program for Internet News and Email @@ -13,11 +13,14 @@ long_description Alpine is a tool for reading, sending, and managing \ electronic messages that was designed with novice users in mind. +distname ${name} master_sites ftp://ftp.cac.washington.edu/alpine/ \ ftp://ftp.cac.washington.edu/alpine/old/ -checksums md5 c507684620766ed091186785a0dccbca +checksums md5 84e44cbf71ed674800a5d57eed9c1c52 use_bzip2 yes +worksrcdir ${distname}-${version} + default_variants +without_tcl depends_lib \ @@ -40,7 +43,8 @@ -with-ldap-lib-dir=${prefix}/lib \ -with-ssl-include-dir=${prefix}/include \ -with-ssl-lib-dir=${prefix}/lib \ - --with-local-password-cache-method + --with-local-password-cache-method \ + --with-debug-level=0 build.args \ C_CLIENT_SPECIALS="GSSLIB=/${prefix}/lib SSLDIR=${prefix}"