[132558] trunk/dports/devel/libsockets

mww at macports.org mww at macports.org
Wed Feb 4 12:14:05 PST 2015


Revision: 132558
          https://trac.macports.org/changeset/132558
Author:   mww at macports.org
Date:     2015-02-04 12:14:05 -0800 (Wed, 04 Feb 2015)
Log Message:
-----------
libsockets: version 2.3.9.9

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

Removed Paths:
-------------
    trunk/dports/devel/libsockets/files/patch-Makefile.Defines.macosx.diff

Modified: trunk/dports/devel/libsockets/Portfile
===================================================================
--- trunk/dports/devel/libsockets/Portfile	2015-02-04 20:08:06 UTC (rev 132557)
+++ trunk/dports/devel/libsockets/Portfile	2015-02-04 20:14:05 UTC (rev 132558)
@@ -4,7 +4,7 @@
 PortGroup           muniversal 1.0
 
 name                libsockets
-version             2.3.9.7
+version             2.3.9.9
 categories          devel net
 platforms           darwin
 license             GPL-2
@@ -15,14 +15,13 @@
 homepage            http://www.alhem.net/Sockets/
 master_sites        ${homepage}
 
-checksums           sha1    c298ca40c502e63cbc105f8dd555be0a1870db2c \
-                    rmd160  b56ec4a2ee94577d43f44ac21a100a1156f6948e
+checksums           rmd160  9507b1b7e0a4e6a9471c90b2ee8efd73017e58b9 \
+                    sha256  5b88723fe26836fb42dc9d8c974e801fdb7a404c27511247e560455bef0ebc60
 
 patchfiles          patch-HttpRequest.cpp.diff \
-                    patch-Makefile.diff \
-                    patch-Makefile.Defines.macosx.diff
+                    patch-Makefile.diff
 
-depends_lib         port:openssl
+depends_lib         port:openssl port:libxml2
 
 distname            Sockets-${version}
 
@@ -32,6 +31,8 @@
 }
 
 configure.env-append PLATFORM="macosx" PREFIX="${prefix}"
+configure.cflags-append -I${prefix}/include/libxml2
+configure.ldflags-append -lxml2
 build.target-append libSockets.dylib
 
 pre-destroot {

Deleted: trunk/dports/devel/libsockets/files/patch-Makefile.Defines.macosx.diff
===================================================================
--- trunk/dports/devel/libsockets/files/patch-Makefile.Defines.macosx.diff	2015-02-04 20:08:06 UTC (rev 132557)
+++ trunk/dports/devel/libsockets/files/patch-Makefile.Defines.macosx.diff	2015-02-04 20:14:05 UTC (rev 132558)
@@ -1,13 +0,0 @@
---- Makefile.Defines.macosx	2007-09-29 05:54:39.000000000 +0200
-+++ Makefile.Defines.macosx	2008-01-25 12:05:02.000000000 +0100
-@@ -1,10 +1,8 @@
--CXX =		g++
- 
- CFLAGS +=	-Wall -g $(INCLUDE) -MD -D_VERSION='"$(VERSION)"'
- 
- # turn off optimization if compiling with gcc 2.9.x:
- #CFLAGS +=	-O0
--CFLAGS +=	-O2
- 
- 
- # uncomment depending on your operating system
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150204/1b9e532b/attachment.html>


More information about the macports-changes mailing list