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

mww at macports.org mww at macports.org
Fri Feb 1 06:25:12 PST 2008


Revision: 33632
          http://trac.macosforge.org/projects/macports/changeset/33632
Author:   mww at macports.org
Date:     2008-02-01 06:24:51 -0800 (Fri, 01 Feb 2008)

Log Message:
-----------
version 2.2.9, fix destroot-ing

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

Modified: trunk/dports/devel/libsockets/Portfile
===================================================================
--- trunk/dports/devel/libsockets/Portfile	2008-02-01 13:08:47 UTC (rev 33631)
+++ trunk/dports/devel/libsockets/Portfile	2008-02-01 14:24:51 UTC (rev 33632)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			libsockets
-version			2.2.8
+version			2.2.9
 categories		devel net
 platforms		darwin
 maintainers		mww
@@ -16,7 +16,7 @@
 distfiles		uuid.h:header \
 				Sockets-${version}.tar.gz:tar
 checksums		uuid.h sha1 c466612c98aea27d92423589018e1a69d480c793 \
-				Sockets-${version}.tar.gz sha1 3afa7437a6ff07f604c6bcd5a7132e11fc4fbfa1
+				Sockets-${version}.tar.gz sha1 68f0f579146ac09b17db3c6bf76b2c2790425fea
 patchfiles		patch-Makefile patch-Makefile.Defines.macosx
 
 depends_lib		port:openssl
@@ -30,7 +30,7 @@
 	xinstall -m 755 ${filespath}/create-dylib.sh ${worksrcpath}
 }
 
-configure.env-append	PLATFORM="macosx" PREFIX="\$\(DESTROOT\)${prefix}"
+configure.env-append	PLATFORM="macosx" PREFIX="\$\(DESTDIR\)${prefix}"
 build.target-append	libSockets.dylib
 
 post-destroot {

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


More information about the macports-changes mailing list