Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2019 18:52:09 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516585 - head/textproc/xml-commons
Message-ID:  <201911031852.xA3Iq9qw091939@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911031852.xA3Iq9qw091939>