svn commit: r516585 - head/textproc/xml-commons

Max Brazhnikov makc at FreeBSD.org
Sun Nov 3 18:52:10 UTC 2019


Author: makc
Date: Sun Nov  3 18:52:09 2019
New Revision: 516585
URL: https://svnweb.freebsd.org/changeset/ports/516585

Log:
  textproc/xml-commons:
  - clean up Makefile
  - update WWW

Modified:
  head/textproc/xml-commons/Makefile
  head/textproc/xml-commons/pkg-descr

Modified: head/textproc/xml-commons/Makefile
==============================================================================
--- head/textproc/xml-commons/Makefile	Sun Nov  3 18:32:21 2019	(r516584)
+++ head/textproc/xml-commons/Makefile	Sun Nov  3 18:52:09 2019	(r516585)
@@ -16,8 +16,8 @@ JAVA_VERSION=	1.6+
 JAVA_RUN=	yes
 NO_BUILD=	yes
 
-PLIST_FILES=	%%JAVAJARDIR%%/xml-apis-ext.jar \
-		%%JAVAJARDIR%%/xml-apis.jar
+PLIST_FILES=	${JAVAJARDIR}/xml-apis-ext.jar \
+		${JAVAJARDIR}/xml-apis.jar
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/xml-apis-ext.jar ${STAGEDIR}${JAVAJARDIR}

Modified: head/textproc/xml-commons/pkg-descr
==============================================================================
--- head/textproc/xml-commons/pkg-descr	Sun Nov  3 18:32:21 2019	(r516584)
+++ head/textproc/xml-commons/pkg-descr	Sun Nov  3 18:52:09 2019	(r516585)
@@ -8,4 +8,4 @@ for other common xml-related utilities and code, and t
 common packaging, testing, documentation, and other guidelines across all
 xml.apache.org subprojects.
 
-WWW: http://xml.apache.org/commons/
+WWW: https://xerces.apache.org/xml-commons/


More information about the svn-ports-all mailing list