Revision: 134546 https://trac.macports.org/changeset/134546 Author: ryandesign@macports.org Date: 2015-03-29 16:47:15 -0700 (Sun, 29 Mar 2015) Log Message: ----------- postgrey: update to 1.35 (#46302; maintainer timeout); supported_archs noarch; use notes Modified Paths: -------------- trunk/dports/mail/postgrey/Portfile Modified: trunk/dports/mail/postgrey/Portfile =================================================================== --- trunk/dports/mail/postgrey/Portfile 2015-03-29 23:39:23 UTC (rev 134545) +++ trunk/dports/mail/postgrey/Portfile 2015-03-29 23:47:15 UTC (rev 134546) @@ -3,9 +3,7 @@ PortSystem 1.0 name postgrey -version 1.34 -revision 1 - +version 1.35 categories mail license GPL-2 maintainers sky.fr:cbellot @@ -18,12 +16,14 @@ spammers or viruses will not try again later, as it is \ however required per RFC. platforms darwin +supported_archs noarch homepage http://postgrey.schweikert.ch/ master_sites ${homepage}pub \ ${homepage}pub/old -checksums sha256 9a9ee2f4e3cbbf15642e47802407c810ac5c54f0ad1572ebec3f0f645eb35707 \ - rmd160 7c40d68009e57d56517f0d962dbd3ca2989931ea +checksums rmd160 7dc67fb3df37094da3039297d3885ccde5f08c06 \ + sha256 f6a6956630803e6f79ebff6ad0cc0d46ba32046ed6cc260e38e6f591de7bbdcf + build.target depends_lib-append port:p5.16-io-multiplex depends_lib-append port:p5.16-net-server @@ -92,8 +92,7 @@ ${destroot}${prefix}/etc/postgrey/postgrey_whitelist_recipients.default } -post-install { -ui_msg "\n +notes " Postgrey will be running with following default parameters: user : postgrey group : postgrey @@ -111,7 +110,4 @@ check_policy_service inet:127.0.0.1:60000 in the smtpd_recipient_restrictions configuration (after reject_unauth_destination and other rules) and reload postfix daemon. - -\n" -} - +"
participants (1)
-
ryandesign@macports.org