[27634] trunk/dports/devel/libsdl_net/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 10 17:52:52 PDT 2007


Revision: 27634
          http://trac.macosforge.org/projects/macports/changeset/27634
Author:   nox at macports.org
Date:     2007-08-10 17:52:52 -0700 (Fri, 10 Aug 2007)

Log Message:
-----------
libsdl_net:
 * Updated to version 1.2.7.
 * Taken over (with openmaintainer).
 * Added sha1 and rmd160 checksums.
 * Added livecheck.

Modified Paths:
--------------
    trunk/dports/devel/libsdl_net/Portfile

Modified: trunk/dports/devel/libsdl_net/Portfile
===================================================================
--- trunk/dports/devel/libsdl_net/Portfile	2007-08-11 00:47:49 UTC (rev 27633)
+++ trunk/dports/devel/libsdl_net/Portfile	2007-08-11 00:52:52 UTC (rev 27634)
@@ -3,19 +3,26 @@
 PortSystem	1.0
 
 name			libsdl_net
-version			1.2.6
+set my_name		SDL_net
+version			1.2.7
 platforms		macosx
 categories		devel net
-maintainers		nomaintainer at macports.org
+maintainers		nox openmaintainer
 description		cross-platform networking library
+
 long_description	This is a small sample cross-platform networking \
 					library, with a sample chat client and server \
 					application. The chat client uses the GUIlib GUI \
 					framework library.
+
 homepage		http://www.libsdl.org/projects/SDL_net/
-master_sites	${homepage}/release/
-distname		SDL_net-${version}
-checksums		sha1 bac98a482ffeec405c8405669dc2bb5d2e7db451
+master_sites	${homepage}release/
+distname		${my_name}-${version}
+
+checksums		md5 6bd4662d1423810f3140d4da21b6d912 \
+				sha1 b46c7e3221621cc34fec1238f1b5f0ce8972274d \
+				rmd160 5c95cf28f35ceb796188323666b92cafa60fba25
+
 depends_lib		port:libsdl
 
 configure.args	--disable-sdltest
@@ -26,10 +33,6 @@
 		${destroot}${prefix}/share/doc/${name}
 }
 
-platform darwin 6 {
-	depends_lib-append	lib:libdl:dlcompat
-}
-
-platform darwin 8 {
-	configure.env	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
-}
+livecheck.check	regex
+livecheck.url	${homepage}
+livecheck.regex	"${my_name}-(\\d+(?:\\.\\d+)*)"

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


More information about the macports-changes mailing list