diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-02-27 23:10:54 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-02-27 23:10:54 +0800 |
commit | 1b9b2a88f8c1ca58432d0ed99a05fe94185f725e (patch) | |
tree | 81ed920482d3bd7ad67f76da096e483037f35f05 /lang/jakarta-commons-jelly | |
parent | 6be6640640454d10484e70ad16c504f5d407840c (diff) | |
download | freebsd-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 'lang/jakarta-commons-jelly')
-rw-r--r-- | lang/jakarta-commons-jelly/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/jakarta-commons-jelly/Makefile b/lang/jakarta-commons-jelly/Makefile index 1ed47306eb16..9f4c731f1c71 100644 --- a/lang/jakarta-commons-jelly/Makefile +++ b/lang/jakarta-commons-jelly/Makefile @@ -8,8 +8,8 @@ PORTNAME= commons-jelly PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= lang 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 |