aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2008-02-27 23:10:54 +0800
committerehaupt <ehaupt@FreeBSD.org>2008-02-27 23:10:54 +0800
commit1b9b2a88f8c1ca58432d0ed99a05fe94185f725e (patch)
tree81ed920482d3bd7ad67f76da096e483037f35f05 /devel
parent6be6640640454d10484e70ad16c504f5d407840c (diff)
downloadfreebsd-ports-gnome-1b9b2a88f8c1ca58432d0ed99a05fe94185f725e.tar.gz
freebsd-ports-gnome-1b9b2a88f8c1ca58432d0ed99a05fe94185f725e.tar.zst
freebsd-ports-gnome-1b9b2a88f8c1ca58432d0ed99a05fe94185f725e.zip
Apache Commons project are no longer hosted under MASTER_SITES_APACHE
jakarta/commons subdirectory, they have been moved one directory up. Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly. PR: 121041 Submitted by: Marcin Cieslak <saper@system.pl> Approved by: portmgr (linimon)
Diffstat (limited to 'devel')
-rw-r--r--devel/jakarta-commons-chain/Makefile4
-rw-r--r--devel/jakarta-commons-configuration/Makefile4
-rw-r--r--devel/jakarta-commons-daemon/Makefile4
-rw-r--r--devel/jakarta-commons-io/Makefile4
-rw-r--r--devel/jakarta-commons-jxpath/Makefile4
-rw-r--r--devel/jakarta-commons-modeler/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/devel/jakarta-commons-chain/Makefile b/devel/jakarta-commons-chain/Makefile
index da533d6709c5..55e9f0a80c46 100644
--- a/devel/jakarta-commons-chain/Makefile
+++ b/devel/jakarta-commons-chain/Makefile
@@ -9,8 +9,8 @@ PORTNAME= commons-chain
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= devel java
-MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA}
-MASTER_SITE_SUBDIR= ${PORTNAME:S,-,/,}/source
+MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_SOURCE}
+MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,}
PKGNAMEPREFIX= jakarta-
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
diff --git a/devel/jakarta-commons-configuration/Makefile b/devel/jakarta-commons-configuration/Makefile
index 5be14752dfef..d5f465df9484 100644
--- a/devel/jakarta-commons-configuration/Makefile
+++ b/devel/jakarta-commons-configuration/Makefile
@@ -9,8 +9,8 @@ PORTNAME= commons-configuration
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= devel java
-MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA}
-MASTER_SITE_SUBDIR= ${PORTNAME:S,-,/,}/binaries/
+MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_BINARIES}
+MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,}
PKGNAMEPREFIX= jakarta-
MAINTAINER= hq@FreeBSD.org
diff --git a/devel/jakarta-commons-daemon/Makefile b/devel/jakarta-commons-daemon/Makefile
index b40dc8b6da5e..70af8d2c3cad 100644
--- a/devel/jakarta-commons-daemon/Makefile
+++ b/devel/jakarta-commons-daemon/Makefile
@@ -8,8 +8,8 @@
PORTNAME= commons-daemon
PORTVERSION= 1.0.1
CATEGORIES= devel java
-MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA}
-MASTER_SITE_SUBDIR= commons/daemon/source
+MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_SOURCE}
+MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,}
PKGNAMEPREFIX= jakarta-
DISTNAME= daemon-${PORTVERSION}
diff --git a/devel/jakarta-commons-io/Makefile b/devel/jakarta-commons-io/Makefile
index 5bb41cf0bcd3..4a0ae2ed2255 100644
--- a/devel/jakarta-commons-io/Makefile
+++ b/devel/jakarta-commons-io/Makefile
@@ -8,8 +8,8 @@
PORTNAME= commons-io
PORTVERSION= 1.3.2
CATEGORIES= devel java
-MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA}
-MASTER_SITE_SUBDIR= commons/io/source
+MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_SOURCE}
+MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,}
PKGNAMEPREFIX= jakarta-
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
diff --git a/devel/jakarta-commons-jxpath/Makefile b/devel/jakarta-commons-jxpath/Makefile
index f88b99c47e56..5509780bf1f7 100644
--- a/devel/jakarta-commons-jxpath/Makefile
+++ b/devel/jakarta-commons-jxpath/Makefile
@@ -9,8 +9,8 @@ PORTNAME= commons-jxpath
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= devel www java
-MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA}
-MASTER_SITE_SUBDIR= ${PORTNAME:S,-,/,}/binaries
+MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_BINARIES}
+MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,}
PKGNAMEPREFIX= jakarta-
MAINTAINER= nemoliu@FreeBSD.org
diff --git a/devel/jakarta-commons-modeler/Makefile b/devel/jakarta-commons-modeler/Makefile
index 5f88203971ab..da3edd0866c3 100644
--- a/devel/jakarta-commons-modeler/Makefile
+++ b/devel/jakarta-commons-modeler/Makefile
@@ -8,8 +8,8 @@
PORTNAME= commons-modeler
PORTVERSION= 2.0.1
CATEGORIES= devel java
-MASTER_SITES= ${MASTER_SITE_APACHE}
-MASTER_SITE_SUBDIR= ${PORTNAME:S,-,/,}/binaries
+MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_BINARIES}
+MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,}
PKGNAMEPREFIX= jakarta-
MAINTAINER= nemoliu@FreeBSD.org