[60420] trunk/dports/security/xmlsec

blb at macports.org blb at macports.org
Wed Nov 11 14:51:22 PST 2009


Revision: 60420
          http://trac.macports.org/changeset/60420
Author:   blb at macports.org
Date:     2009-11-11 14:51:21 -0800 (Wed, 11 Nov 2009)
Log Message:
-----------
security/xmlsec - update to 1.2.13

Modified Paths:
--------------
    trunk/dports/security/xmlsec/Portfile
    trunk/dports/security/xmlsec/files/patch-configure

Modified: trunk/dports/security/xmlsec/Portfile
===================================================================
--- trunk/dports/security/xmlsec/Portfile	2009-11-11 22:13:39 UTC (rev 60419)
+++ trunk/dports/security/xmlsec/Portfile	2009-11-11 22:51:21 UTC (rev 60420)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name			xmlsec
-version			1.2.9
-revision		1
+version			1.2.13
 categories		security textproc devel
 platforms		darwin
 maintainers		nomaintainer
@@ -17,7 +16,9 @@
 master_sites	${homepage}/download/ \
 				ftp://ftp.xmlsoft.org/xmlsec/releases/
 distname		xmlsec1-${version}
-checksums		md5 b378a076708766966724aaeba09e4607
+checksums		md5     f8eb1ac14917f47bc35c265c9d76aaab \
+				sha1    7953be1ba966fe7ca379839631299bd6963c418f \
+				rmd160  4743dbf406cc63db60ececb3257967398a1416a6
 patchfiles		patch-configure
 
 depends_lib		port:libxml2 \

Modified: trunk/dports/security/xmlsec/files/patch-configure
===================================================================
--- trunk/dports/security/xmlsec/files/patch-configure	2009-11-11 22:13:39 UTC (rev 60419)
+++ trunk/dports/security/xmlsec/files/patch-configure	2009-11-11 22:51:21 UTC (rev 60420)
@@ -1,81 +1,47 @@
---- work/xmlsec1-1.2.9/configure	2005-07-13 04:18:37.000000000 +0200
-+++ configure	2005-12-17 11:08:47.000000000 +0100
-@@ -7258,11 +7258,11 @@
+--- configure.orig	2009-09-12 14:09:00.000000000 -0600
++++ configure	2009-11-11 15:42:42.000000000 -0700
+@@ -6943,7 +6943,7 @@
+ 	allow_undefined_flag='-undefined suppress'
  	;;
        *) # Darwin 1.3 on
-       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
--      	allow_undefined_flag='-flat_namespace -undefined suppress'
-+      	allow_undefined_flag='-twolevel_namespace -undefined dynamic_lookup'
-       else
-         case ${MACOSX_DEPLOYMENT_TARGET} in
-           10.[012])
--            allow_undefined_flag='-flat_namespace -undefined suppress'
-+            allow_undefined_flag='-twolevel_namespace -undefined dynamic_lookup'
-             ;;
-           10.*)
-             allow_undefined_flag='-undefined dynamic_lookup'
-@@ -9162,11 +9162,11 @@
+-	test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-flat_namespace -undefined suppress'
++	test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-twolevel_namespace -undefined dynamic_lookup'
+ 	;;
+       esac
+       # FIXME: Relying on posixy $() will cause problems for
+@@ -8726,7 +8726,7 @@
+       allow_undefined_flag='-undefined suppress'
        ;;
      *) # Darwin 1.3 on
-       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
--      	allow_undefined_flag='-flat_namespace -undefined suppress'
-+      	allow_undefined_flag='-twolevel_namespace -undefined dynamic_lookup'
-       else
-         case ${MACOSX_DEPLOYMENT_TARGET} in
-           10.[012])
--            allow_undefined_flag='-flat_namespace -undefined suppress'
-+            allow_undefined_flag='-twolevel_namespace -undefined dynamic_lookup'
-             ;;
-           10.*)
-             allow_undefined_flag='-undefined dynamic_lookup'
-@@ -10242,11 +10242,11 @@
+-      test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-flat_namespace -undefined suppress'
++      test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-twolevel_namespace -undefined dynamic_lookup'
        ;;
+     esac
+     # FIXME: Relying on posixy $() will cause problems for
+@@ -9773,7 +9773,7 @@
+       allow_undefined_flag_CXX='-undefined suppress'
+       ;;
      *) # Darwin 1.3 on
-       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
--      	allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
-+      	allow_undefined_flag_CXX='-twolevel_namespace -undefined dynamic_lookup'
-       else
-         case ${MACOSX_DEPLOYMENT_TARGET} in
-           10.[012])
--            allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
-+            allow_undefined_flag_CXX='-twolevel_namespace -undefined dynamic_lookup'
-             ;;
-           10.*)
-             allow_undefined_flag_CXX='-undefined dynamic_lookup'
-@@ -14147,11 +14147,11 @@
+-      test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
++      test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_CXX='-twolevel_namespace -undefined dynamic_lookup'
+       ;;
+     esac
+     	lt_int_apple_cc_single_mod=no
+@@ -13533,7 +13533,7 @@
+ 	allow_undefined_flag_F77='-undefined suppress'
  	;;
        *) # Darwin 1.3 on
-       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
--      	allow_undefined_flag_F77='-flat_namespace -undefined suppress'
-+      	allow_undefined_flag_F77='-twolevel_namespace -undefined dynamic_lookup'
-       else
-         case ${MACOSX_DEPLOYMENT_TARGET} in
-           10.[012])
--            allow_undefined_flag_F77='-flat_namespace -undefined suppress'
-+            allow_undefined_flag_F77='-twolevel_namespace -undefined dynamic_lookup'
-             ;;
-           10.*)
-             allow_undefined_flag_F77='-undefined dynamic_lookup'
-@@ -16515,11 +16515,11 @@
+-	test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_F77='-flat_namespace -undefined suppress'
++	test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_F77='-twolevel_namespace -undefined dynamic_lookup'
  	;;
+       esac
+       # FIXME: Relying on posixy $() will cause problems for
+@@ -15843,7 +15843,7 @@
+ 	allow_undefined_flag_GCJ='-undefined suppress'
+ 	;;
        *) # Darwin 1.3 on
-       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
--      	allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
-+      	allow_undefined_flag_GCJ='-twolevel_namespace -undefined dynamic_lookup'
-       else
-         case ${MACOSX_DEPLOYMENT_TARGET} in
-           10.[012])
--            allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
-+            allow_undefined_flag_GCJ='-twolevel_namespace -undefined dynamic_lookup'
-             ;;
-           10.*)
-             allow_undefined_flag_GCJ='-undefined dynamic_lookup'
-@@ -21768,7 +21768,7 @@
- if test -n "$libltdl_cv_shlibext"; then
- 
- cat >>confdefs.h <<_ACEOF
--#define LTDL_SHLIB_EXT "$libltdl_cv_shlibext"
-+#define LTDL_SHLIB_EXT ".dylib"
- _ACEOF
- 
- fi
+-	test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
++	test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_GCJ='-twolevel_namespace -undefined dynamic_lookup'
+ 	;;
+       esac
+       # FIXME: Relying on posixy $() will cause problems for
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091111/20efee01/attachment-0001.html>


More information about the macports-changes mailing list