> On Aug 19, 2014, at 11:29 AM, [email protected] wrote: > > Revision > 124127 > Author > [email protected] > Date > 2014-08-19 09:29:16 -0700 (Tue, 19 Aug 2014) > Log Message > > gawk: Add livecheck. (#44706) > Modified Paths > > • trunk/dports/lang/gawk/Portfile > Diff > > Modified: trunk/dports/lang/gawk/Portfile (124126 => 124127) > > --- trunk/dports/lang/gawk/Portfile 2014-08-19 15:25:44 UTC (rev 124126) > +++ trunk/dports/lang/gawk/Portfile 2014-08-19 16:29:16 UTC (rev 124127) > > @@ -58,3 +58,7 @@ > > > > configure.args-delete --without-mpfr > > } > > + > +livecheck.url http://ftp.gnu.org/gnu/gawk/?C=M&O=D > +livecheck.type regex > +livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
This is the default livecheck when using the gnu fetch group, so this is unnecessary. The livecheck worked fine before this change so this should be reverted. _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
