[87812] trunk/dports/devel/gsoap

ryandesign at macports.org ryandesign at macports.org
Tue Dec 6 22:48:01 PST 2011


Revision: 87812
          http://trac.macports.org/changeset/87812
Author:   ryandesign at macports.org
Date:     2011-12-06 22:48:00 -0800 (Tue, 06 Dec 2011)
Log Message:
-----------
gsoap: update to 2.8.5 (#32430), rewrite master_sites to avoid redirects

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

Added Paths:
-----------
    trunk/dports/devel/gsoap/files/
    trunk/dports/devel/gsoap/files/patch-configure.diff

Modified: trunk/dports/devel/gsoap/Portfile
===================================================================
--- trunk/dports/devel/gsoap/Portfile	2011-12-07 06:46:42 UTC (rev 87811)
+++ trunk/dports/devel/gsoap/Portfile	2011-12-07 06:48:00 UTC (rev 87812)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gsoap
-version             2.8.0
+version             2.8.5
 set branch          [join [lrange [split ${version} .] 0 1] .]
 platforms           darwin
 categories          devel
@@ -20,17 +20,19 @@
                     HTTP Web server, and much more.
 
 homepage            http://www.cs.fsu.edu/~engelen/soap.html
-master_sites        sourceforge:gsoap2
+master_sites        sourceforge:project/gsoap2/gSOAP
 
 use_zip             yes
 distname            ${name}_${version}
 worksrcdir          ${name}-${branch}
 
-checksums           sha1    e6363871fa0401090f3bd08bcd532c2e39a5d551 \
-                    rmd160  eb47fbbf8e74ba5b6c97b694730658b27c03ba4f
+checksums           rmd160  0aba9b45e183e143fa93e0b50cc3369f61b528c9 \
+                    sha256  838b8adefdaa40afcacc6811a73d7bcc19ecf352728647afe72e4203cb512141
 
 depends_lib         port:openssl
 
+patchfiles          patch-configure.diff
+
 use_parallel_build  no
 
 livecheck.type      regex

Added: trunk/dports/devel/gsoap/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/gsoap/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/devel/gsoap/files/patch-configure.diff	2011-12-07 06:48:00 UTC (rev 87812)
@@ -0,0 +1,13 @@
+--- configure.orig	2011-11-19 12:34:17.000000000 -0600
++++ configure	2011-12-07 00:40:32.000000000 -0600
+@@ -4850,8 +4850,8 @@
+ 			;;
+         *-apple-*)	platform=MACOSX
+ 			# Appease 10.7 Lion (OpenSSL deprecated)
+-			CXXFLAGS="-Wno-deprecated-declarations"
+-			CFLAGS="-Wno-deprecated-declarations"
++			CXXFLAGS="$CXXFLAGS -Wno-deprecated-declarations"
++			CFLAGS="$CFLAGS -Wno-deprecated-declarations"
+ 			;;
+ 	*-nto-qnx)	platform=QNX
+ 			SAMPLE_EXTRA_LIBS="-lsocket"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111206/abbc31a2/attachment-0001.html>


More information about the macports-changes mailing list