[24200] trunk/dports/lang/ruby/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 18 22:22:50 PDT 2007


Revision: 24200
          http://trac.macosforge.org/projects/macports/changeset/24200
Author:   pguyot at kallisys.net
Date:     2007-04-18 22:22:50 -0700 (Wed, 18 Apr 2007)

Log Message:
-----------
Get rid of obsolete CFLAGS/LDFLAGS, add livecheck

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

Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile	2007-04-19 04:55:33 UTC (rev 24199)
+++ trunk/dports/lang/ruby/Portfile	2007-04-19 05:22:50 UTC (rev 24200)
@@ -42,9 +42,6 @@
 				--mandir="${prefix}/share/man" \
 				--enable-pthread \
 				--without-tk
-configure.env	CFLAGS="-O -pipe -I${prefix}/include" \
-				CPPFLAGS="-O -pipe -I${prefix}/include" \
-				LDFLAGS="-L${prefix}/lib"
 
 destroot.target	install install-doc
 post-destroot {
@@ -73,3 +70,8 @@
 	depends_lib-append		port:tcl \
 							port:tk 
 } 
+
+livecheck.check	regex
+livecheck.url	http://www.ruby-lang.org/en/downloads/
+livecheck.regex	{>Ruby (.*?)</a> \(md5:}
+

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


More information about the macports-changes mailing list