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

jmr at macports.org jmr at macports.org
Wed Jan 18 22:26:03 PST 2012


Revision: 89086
          http://trac.macports.org/changeset/89086
Author:   jmr at macports.org
Date:     2012-01-18 22:26:02 -0800 (Wed, 18 Jan 2012)
Log Message:
-----------
libsdl_net: update to 1.2.8

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

Modified: trunk/dports/devel/libsdl_net/Portfile
===================================================================
--- trunk/dports/devel/libsdl_net/Portfile	2012-01-19 05:52:57 UTC (rev 89085)
+++ trunk/dports/devel/libsdl_net/Portfile	2012-01-19 06:26:02 UTC (rev 89086)
@@ -4,31 +4,26 @@
 
 name            libsdl_net
 set my_name     SDL_net
-version         1.2.7
-platforms       macosx
+version         1.2.8
+platforms       darwin
 categories      devel net
-license         LGPL-2.1+
+license         zlib
 maintainers     jmr 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.
+    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/
+homepage        http://www.libsdl.org/projects/${my_name}/
 master_sites    ${homepage}release/
 distname        ${my_name}-${version}
 
-checksums       md5 6bd4662d1423810f3140d4da21b6d912 \
-                sha1 b46c7e3221621cc34fec1238f1b5f0ce8972274d \
-                rmd160 5c95cf28f35ceb796188323666b92cafa60fba25
+checksums       rmd160 44262f5d4c68c9b525fce04ebe83e03cd7e005a4 \
+                sha256 5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4
 
-post-patch {
-    # SDL_byteorder.h is deprecated and SDL_endian.h should be used directly
-    # instead. This fixes building when using libsdl-devel.
-    reinplace s/byteorder/endian/ ${worksrcpath}/SDLnet.c
-}
-
+depends_build   port:pkgconfig
 depends_lib     path:lib/pkgconfig/sdl.pc:libsdl
 
 configure.args  --disable-sdltest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120118/94f3a06f/attachment.html>


More information about the macports-changes mailing list