[47429] trunk/dports/lang/see/Portfile

perry at macports.org perry at macports.org
Fri Feb 27 18:52:50 PST 2009


Revision: 47429
          http://trac.macports.org/changeset/47429
Author:   perry at macports.org
Date:     2009-02-27 18:52:50 -0800 (Fri, 27 Feb 2009)
Log Message:
-----------
lang/see - Added livecheck and slightly changed the Portfile's formatting.

Modified Paths:
--------------
    trunk/dports/lang/see/Portfile

Modified: trunk/dports/lang/see/Portfile
===================================================================
--- trunk/dports/lang/see/Portfile	2009-02-28 02:52:10 UTC (rev 47428)
+++ trunk/dports/lang/see/Portfile	2009-02-28 02:52:50 UTC (rev 47429)
@@ -14,17 +14,21 @@
                     (JavaScript) run-time environment.
 homepage            http://www.adaptive-enterprises.com.au/~d/software/see/
 
+livecheck.check     md5
+livecheck.md5       ba1c5ea43f802d5df8174b62eeb388a2
+livecheck.url       ${homepage}
+
+depends_lib         port:boehmgc
+
 master_sites        ${homepage}
 
 checksums           rmd160 1fb3eb7a796ba96fe68fbc3225bcaafff5692f6f
 
-configure.args \
-    --with-boehm-gc --without-pcre --without-readline
-depends_lib \
-    port:boehmgc
+configure.args      --with-boehm-gc --without-pcre --without-readline
 
 variant readline description {Enable the GNU Readline library} {
+    depends_lib-append port:readline
+
     configure.args-append --with-readline
     configure.args-delete --without-readline
-    depends_lib-append port:readline
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090227/f7884a25/attachment.html>


More information about the macports-changes mailing list