[29380] trunk/dports/devel/libsockets/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 22 11:48:05 PDT 2007


Revision: 29380
          http://trac.macosforge.org/projects/macports/changeset/29380
Author:   mww at macports.org
Date:     2007-09-22 11:48:05 -0700 (Sat, 22 Sep 2007)

Log Message:
-----------
version 2.1.7

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

Modified: trunk/dports/devel/libsockets/Portfile
===================================================================
--- trunk/dports/devel/libsockets/Portfile	2007-09-22 18:41:54 UTC (rev 29379)
+++ trunk/dports/devel/libsockets/Portfile	2007-09-22 18:48:05 UTC (rev 29380)
@@ -3,10 +3,10 @@
 PortSystem 1.0
 
 name			libsockets
-version			2.1.2
+version			2.1.7
 categories		devel net
 platforms		darwin
-maintainers		mww at macports.org
+maintainers		mww
 description		C++ Sockets is a C++ wrapper for BSD-style sockets.
 long_description	${description}
 
@@ -16,7 +16,7 @@
 distfiles		uuid.h:header \
 				Sockets-${version}.tar.gz:tar
 checksums		uuid.h sha1 c466612c98aea27d92423589018e1a69d480c793 \
-				Sockets-${version}.tar.gz sha1 398c1f5a8d5a75ff5eddfb37cffe37fa2f2d2678
+				Sockets-${version}.tar.gz sha1 d5d9672f2f8902a132c82a515a5b30fa3479e9b8
 patchfiles		patch-Makefile
 
 depends_lib		port:openssl
@@ -32,22 +32,19 @@
 
 build.args		PREFIX=${prefix}
 build.env		CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
-build.target	all libSocketsEx.a
 
 post-build {
 	system "cd ${worksrcpath} && \
 		CC=\"g++\" LDFLAGS=\"-L${prefix}/lib -lssl -lcrypto\" \
 		/bin/sh ${filespath}/create-dylib.sh libSockets.a 1.0.0 ${prefix}/lib"
-	system "cd ${worksrcpath} && \
-		CC=\"g++\" LDFLAGS=\"-L${worksrcpath} -lSockets\" \
-		/bin/sh ${filespath}/create-dylib.sh libSocketsEx.a 1.0.0 ${prefix}/lib"
 }
 
 destroot.destdir	PREFIX=${destroot}${prefix}
 post-destroot {
-	xinstall -m 755 -W ${worksrcpath} libSockets.1.0.0.dylib libSockets.dylib \
-		libSocketsEx.1.0.0.dylib libSocketsEx.dylib ${destroot}${prefix}/lib
+	xinstall -m 755 -W ${worksrcpath} \
+		libSockets.1.0.0.dylib libSockets.dylib ${destroot}${prefix}/lib
 }
 
 livecheck.check	freshmeat
 livecheck.name	csockets
+

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


More information about the macports-changes mailing list