Revision: 102521 https://trac.macports.org/changeset/102521 Author: sean@macports.org Date: 2013-02-04 09:15:24 -0800 (Mon, 04 Feb 2013) Log Message: ----------- mu: switch to using github portgroup Modified Paths: -------------- trunk/dports/mail/mu/Portfile Modified: trunk/dports/mail/mu/Portfile =================================================================== --- trunk/dports/mail/mu/Portfile 2013-02-04 17:15:15 UTC (rev 102520) +++ trunk/dports/mail/mu/Portfile 2013-02-04 17:15:24 UTC (rev 102521) @@ -2,8 +2,9 @@ # $Id$ PortSystem 1.0 -name mu -version 0.9.8.5 +PortGroup github 1.0 + +github.setup djcb mu 0.9.8.5 v license GPL-3 categories mail maintainers sean openmaintainer @@ -18,12 +19,12 @@ platforms darwin homepage http://www.djcbsoftware.nl/code/mu/ -master_sites googlecode:mu0 -checksums rmd160 dcb943dfd49cb60e3bc3cccb6d15c09d4c38aa70 \ - sha256 41ac0f905487c00e3872d190be7ebb8f6d113318e36a73e344a6f4c266ed79a1 +checksums rmd160 82b5621bf826d3e82255895321352f9f76a0337c \ + sha256 edb0f33c436b99eb05f4dd3568684b8f3d61e011832958629c83449fe772dcd7 depends_build port:pkgconfig depends_lib port:gmime port:xapian-core +use_autoreconf yes configure.args --with-gui=none --disable-mu4e --disable-webkit --disable-guile
participants (1)
-
sean@macports.org