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

mww at macports.org mww at macports.org
Sat Jun 9 18:21:34 PDT 2012


Revision: 94141
          https://trac.macports.org/changeset/94141
Author:   mww at macports.org
Date:     2012-06-09 18:21:33 -0700 (Sat, 09 Jun 2012)
Log Message:
-----------
libsockets: version 2.3.9.7; add license; fix livecheck; add openmaintainer

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

Modified: trunk/dports/devel/libsockets/Portfile
===================================================================
--- trunk/dports/devel/libsockets/Portfile	2012-06-10 00:32:51 UTC (rev 94140)
+++ trunk/dports/devel/libsockets/Portfile	2012-06-10 01:21:33 UTC (rev 94141)
@@ -4,23 +4,23 @@
 PortGroup		muniversal 1.0
 
 name			libsockets
-version			2.3.9.5
+version			2.3.9.7
 categories		devel net
 platforms		darwin
-maintainers		mww
+license			GPL-2
+maintainers		mww openmaintainer
 description		C++ Sockets is a C++ wrapper for BSD-style sockets.
 long_description	${description}
 
 homepage		http://www.alhem.net/Sockets/
 master_sites	${homepage}
 
-checksums		sha1    44ada63bdae7d58fab4904a73b9caaaadbb06912 \
-				rmd160  5d05997c0560568a7105838f9d9de62b76695672
+checksums           sha1    c298ca40c502e63cbc105f8dd555be0a1870db2c \
+                    rmd160  b56ec4a2ee94577d43f44ac21a100a1156f6948e
 
 patchfiles		patch-HttpRequest.cpp.diff \
 				patch-Makefile.diff \
-				patch-Makefile.Defines.macosx.diff \
-				patch-TcpSocket.diff
+				patch-Makefile.Defines.macosx.diff
 
 depends_lib		port:openssl
 
@@ -50,6 +50,7 @@
 	}
 }
 
-livecheck.type	freecode
-livecheck.name	csockets
+livecheck.type	regexp
+livecheck.url	http://www.alhem.net/Sockets/download.html
+livecheck.regex	Sockets-(\[0-9.\]+)${extract.suffix}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120609/afd5ca28/attachment.html>


More information about the macports-changes mailing list