Revision: 134556 https://trac.macports.org/changeset/134556 Author: ryandesign@macports.org Date: 2015-03-29 20:53:43 -0700 (Sun, 29 Mar 2015) Log Message: ----------- boost: fix livecheck to not match beta versions; take over as maintainer Modified Paths: -------------- trunk/dports/devel/boost/Portfile Modified: trunk/dports/devel/boost/Portfile =================================================================== --- trunk/dports/devel/boost/Portfile 2015-03-30 03:30:59 UTC (rev 134555) +++ trunk/dports/devel/boost/Portfile 2015-03-30 03:53:43 UTC (rev 134556) @@ -11,7 +11,8 @@ license Boost-1 categories devel platforms darwin -maintainers nomaintainer +maintainers ryandesign openmaintainer + description Collection of portable C++ source libraries long_description \ @@ -363,4 +364,4 @@ livecheck.type regex livecheck.url ${homepage} -livecheck.regex "Version (\\d+\\.\\d+\\.\\d+)" +livecheck.regex ${name}/(\\d+\\.\\d+\\.\\d+)/
participants (1)
-
ryandesign@macports.org