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 /java/jakarta-commons-logging | |
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 'java/jakarta-commons-logging')
-rw-r--r-- | java/jakarta-commons-logging/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jakarta-commons-logging/Makefile b/java/jakarta-commons-logging/Makefile index 27831b117b28..c29189bf5899 100644 --- a/java/jakarta-commons-logging/Makefile +++ b/java/jakarta-commons-logging/Makefile @@ -9,8 +9,8 @@ PORTNAME= commons-logging PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= java devel -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 |