aboutsummaryrefslogtreecommitdiff
path: root/security/xml-security
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2019-10-06 19:08:14 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2019-10-06 19:08:14 +0000
commitc937a4ccc9f8c084344ae2b95fda9e50dfe7ab03 (patch)
treed1f15965fd21b7db5e3b21c1d8dc8442e6e2f50e /security/xml-security
parentbbc7901e66f498ae60a9b87b783813dc5fb0edf2 (diff)
downloadports-c937a4ccc9f8c084344ae2b95fda9e50dfe7ab03.tar.gz
ports-c937a4ccc9f8c084344ae2b95fda9e50dfe7ab03.zip
rename most cases of jakarta- to apache-
The Apache Softare Foundation used to maintain an umbrella project named Jakarta but it was retired on 2011. This name now conflicts with the new name for Java EE under the Eclipse Foundation. Rename most of the packages to be more consistent. Some other packages remain but they will require intervention by their corresponding maintainers. Approved by: thierry (mentor), makc Differential Revision: https://reviews.freebsd.org/D21902
Notes
Notes: svn path=/head/; revision=513899
Diffstat (limited to 'security/xml-security')
-rw-r--r--security/xml-security/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/xml-security/Makefile b/security/xml-security/Makefile
index c8def9db1c8a..f8b523c209fe 100644
--- a/security/xml-security/Makefile
+++ b/security/xml-security/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xml-security
DISTVERSION= 1_5_5
+PORTREVISION= 1
CATEGORIES= security java
MASTER_SITES= APACHE/santuario/java-library/${DISTVERSION}
DISTNAME= ${PORTNAME}-src-${DISTVERSION}
@@ -10,9 +11,9 @@ DISTNAME= ${PORTNAME}-src-${DISTVERSION}
MAINTAINER= ale@FreeBSD.org
COMMENT= Java library for XML Signature and Encryption
-BUILD_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging \
+BUILD_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging \
${JAVALIBDIR}/xalan.jar:textproc/xalan-j
-RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging
+RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging
LICENSE= APACHE20