svn commit: r358943 - head/security/apache-xml-security-c
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 23 13:38:37 UTC 2014
Author: amdmi3
Date: Mon Jun 23 13:38:36 2014
New Revision: 358943
URL: http://svnweb.freebsd.org/changeset/ports/358943
QAT: https://qat.redports.org/buildarchive/r358943/
Log:
- Switch to USES=libtool
Approved by: portmgr blanket
Modified:
head/security/apache-xml-security-c/Makefile
head/security/apache-xml-security-c/pkg-plist
Modified: head/security/apache-xml-security-c/Makefile
==============================================================================
--- head/security/apache-xml-security-c/Makefile Mon Jun 23 13:38:04 2014 (r358942)
+++ head/security/apache-xml-security-c/Makefile Mon Jun 23 13:38:36 2014 (r358943)
@@ -3,6 +3,7 @@
PORTNAME= xml-security-c
PORTVERSION= 1.7.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR=santuario/c-library
@@ -19,8 +20,7 @@ LIB_DEPENDS+= libxerces-c.so.3:${PORTSDI
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
-USE_AUTOTOOLS= libtool
-USES= gmake
+USES= gmake libtool
USE_LDCONFIG= yes
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
Modified: head/security/apache-xml-security-c/pkg-plist
==============================================================================
--- head/security/apache-xml-security-c/pkg-plist Mon Jun 23 13:38:04 2014 (r358942)
+++ head/security/apache-xml-security-c/pkg-plist Mon Jun 23 13:38:36 2014 (r358943)
@@ -161,6 +161,7 @@ include/xsec/xkms/XKMSValidityInterval.h
lib/libxml-security-c.a
lib/libxml-security-c.so
lib/libxml-security-c.so.17
+lib/libxml-security-c.so.17.0.2
@dirrm include/xsec/xkms
@dirrm include/xsec/xenc
@dirrm include/xsec/utils/unixutils
More information about the svn-ports-all
mailing list