On Sep 25, 2012, at 14:54, [email protected] wrote: > Revision: 98135 > http://trac.macports.org//changeset/98135 > Author: [email protected] > Date: 2012-09-25 12:54:46 -0700 (Tue, 25 Sep 2012) > Log Message: > ----------- > port platypus44: removing livecheck since this version is abandoned upstream, > nomantainer > > Modified Paths: > -------------- > trunk/dports/aqua/Platypus44/Portfile > > Modified: trunk/dports/aqua/Platypus44/Portfile > =================================================================== > --- trunk/dports/aqua/Platypus44/Portfile 2012-09-25 19:48:17 UTC (rev > 98134) > +++ trunk/dports/aqua/Platypus44/Portfile 2012-09-25 19:54:46 UTC (rev > 98135) > @@ -54,7 +54,3 @@ > exec /bin/bash ${worksrcpath}/Scripts/InstallCommandLineTool.sh > ${destroot}${applications_dir}/Platypus.app/Contents/Resources > } > > -livecheck.type regex > -livecheck.url ${homepage} > -livecheck.regex "${name} (\\d+(?:\\.\\d+)*)"
livecheck.type should be set to "none", then. Just removing the custom livecheck directives does not disable livecheck; it just goes back to the default livecheck, which doesn't work for this port. $ port livecheck platypus44 Error: cannot check if Platypus44 was updated (The requested URL returned error: 406) _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
