[32738] trunk/dports/www/duckytool/Portfile

ecronin at macports.org ecronin at macports.org
Sat Jan 12 14:09:51 PST 2008


Revision: 32738
          http://trac.macosforge.org/projects/macports/changeset/32738
Author:   ecronin at macports.org
Date:     2008-01-12 14:09:50 -0800 (Sat, 12 Jan 2008)

Log Message:
-----------
Fix link-rot on homepage URL, add a livecheck

Modified Paths:
--------------
    trunk/dports/www/duckytool/Portfile

Modified: trunk/dports/www/duckytool/Portfile
===================================================================
--- trunk/dports/www/duckytool/Portfile	2008-01-12 21:56:23 UTC (rev 32737)
+++ trunk/dports/www/duckytool/Portfile	2008-01-12 22:09:50 UTC (rev 32738)
@@ -12,13 +12,17 @@
 long_description    ducky marries a bunch of web service APIs into \
                     one tool, conventiently callable from the command \
                     line. search the web without using a browser.
-homepage            http://monkey.org/~jose/wiki/doku.php?id=duckytool
+homepage            http://monkey.org/~jose/wiki/doku.php?id=wiki:duckytool
 
 distname            ducky-${version}
 master_sites        http://monkey.org/~jose/software/ducky/
 checksums           md5 e0d0675ef1bf822e96e38d8fa1eaf98c\
                     sha1 269c828ae75b0ea532b2dfbf4fbbcd0198316660
 
+livecheck.check     regex
+livecheck.url       ${homepage}
+livecheck.regex     ducky-(\[0-9\\\.\]+)\\\.tar\\\.gz
+
 post-patch {
         reinplace "s|ln -s ducky.py |ln -s ducky.py ${destroot}${prefix}/bin/|" ${worksrcpath}/Makefile
         reinplace "s|/usr/bin/env python|${python.bin}|" ${worksrcpath}/ducky.py

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080112/6655b083/attachment.html


More information about the macports-changes mailing list