[109344] trunk/dports/devel

jmr at macports.org jmr at macports.org
Tue Aug 13 11:34:27 PDT 2013


Revision: 109344
          https://trac.macports.org/changeset/109344
Author:   jmr at macports.org
Date:     2013-08-13 11:34:27 -0700 (Tue, 13 Aug 2013)
Log Message:
-----------
New port: libsdl2_net

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

Added Paths:
-----------
    trunk/dports/devel/libsdl2_net/

Modified: trunk/dports/devel/libsdl2_net/Portfile
===================================================================
--- trunk/dports/devel/libsdl_net/Portfile	2013-08-13 03:31:35 UTC (rev 109321)
+++ trunk/dports/devel/libsdl2_net/Portfile	2013-08-13 18:34:27 UTC (rev 109344)
@@ -2,9 +2,9 @@
 
 PortSystem      1.0
 
-name            libsdl_net
-set my_name     SDL_net
-version         1.2.8
+name            libsdl2_net
+set my_name     SDL2_net
+version         2.0.0
 platforms       darwin
 categories      devel net
 license         zlib
@@ -16,21 +16,21 @@
     chat client and server application. The chat client uses the GUIlib GUI \
     framework library.
 
-homepage        http://www.libsdl.org/projects/${my_name}/
+homepage        http://www.libsdl.org/projects/SDL_net/
 master_sites    ${homepage}release/
 distname        ${my_name}-${version}
 
-checksums       rmd160 44262f5d4c68c9b525fce04ebe83e03cd7e005a4 \
-                sha256 5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4
+checksums       rmd160 dab3e92b2995903c79d5800369690ea0bd9b8b50 \
+                sha256 d715be30783cc99e541626da52079e308060b21d4f7b95f0224b1d06c1faacab
 
 depends_build   port:pkgconfig
-depends_lib     path:lib/pkgconfig/sdl.pc:libsdl
+depends_lib     port:libsdl2
 
 configure.args  --disable-sdltest
 
 post-destroot {
     xinstall -d ${destroot}${prefix}/share/doc/${name}
-    xinstall -m 644 -W ${worksrcpath} CHANGES COPYING README \
+    xinstall -m 644 -W ${worksrcpath} CHANGES.txt COPYING.txt README.txt \
         ${destroot}${prefix}/share/doc/${name}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130813/ad44ce72/attachment.html>


More information about the macports-changes mailing list