svn commit: r358942 - head/devel/xmltooling

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 23 13:38:05 UTC 2014


Author: amdmi3
Date: Mon Jun 23 13:38:04 2014
New Revision: 358942
URL: http://svnweb.freebsd.org/changeset/ports/358942
QAT: https://qat.redports.org/buildarchive/r358942/

Log:
  - Use new LIB_DEPENDS syntax
  - Remove redundant docs plist entries (handled by PORTDOCS=*)
  
  Approved by:	portmgr blanket

Modified:
  head/devel/xmltooling/Makefile
  head/devel/xmltooling/pkg-plist

Modified: head/devel/xmltooling/Makefile
==============================================================================
--- head/devel/xmltooling/Makefile	Mon Jun 23 13:35:20 2014	(r358941)
+++ head/devel/xmltooling/Makefile	Mon Jun 23 13:38:04 2014	(r358942)
@@ -3,18 +3,18 @@
 
 PORTNAME=	xmltooling
 PORTVERSION=	1.5.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel security
 MASTER_SITES=	http://shibboleth.net/downloads/c++-opensaml/2.5.3/
 
 MAINTAINER=	girgen at FreeBSD.org
 COMMENT=	Low level XML support for SAML
 
-LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
-		log4shib.1:${PORTSDIR}/devel/log4shib \
-		xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \
-		xml-security-c.17:${PORTSDIR}/security/apache-xml-security-c
-	
+LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
+		liblog4shib.so:${PORTSDIR}/devel/log4shib \
+		libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 \
+		libxml-security-c.so:${PORTSDIR}/security/apache-xml-security-c
+
 BUILD_DEPENDS=	boost-libs>=0:${PORTSDIR}/devel/boost-libs
 
 GNU_CONFIGURE=	yes

Modified: head/devel/xmltooling/pkg-plist
==============================================================================
--- head/devel/xmltooling/pkg-plist	Mon Jun 23 13:35:20 2014	(r358941)
+++ head/devel/xmltooling/pkg-plist	Mon Jun 23 13:38:04 2014	(r358942)
@@ -1,9 +1,3 @@
-%%PORTDOCS%%%%DOCSDIR%%/CURL.LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
-%%PORTDOCS%%%%DOCSDIR%%/LOG4CPP.LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt
-%%PORTDOCS%%%%DOCSDIR%%/OPENSSL.LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/README.txt
 include/xmltooling/AbstractAttributeExtensibleXMLObject.h
 include/xmltooling/AbstractComplexElement.h
 include/xmltooling/AbstractDOMCachingXMLObject.h
@@ -99,7 +93,6 @@ share/xml/xmltooling/xml.xsd
 share/xml/xmltooling/xmldsig-core-schema.xsd
 share/xml/xmltooling/xmldsig11-schema.xsd
 share/xml/xmltooling/xmltooling.xsd
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrmtry include/xmltooling/encryption
 @dirrmtry include/xmltooling/impl
 @dirrmtry include/xmltooling/io


More information about the svn-ports-head mailing list