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 /databases/jakarta-commons-dbutils | |
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 'databases/jakarta-commons-dbutils')
-rw-r--r-- | databases/jakarta-commons-dbutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/jakarta-commons-dbutils/Makefile b/databases/jakarta-commons-dbutils/Makefile index 9225d6f95048..c6665773ddd2 100644 --- a/databases/jakarta-commons-dbutils/Makefile +++ b/databases/jakarta-commons-dbutils/Makefile @@ -9,8 +9,8 @@ PORTNAME= commons-dbutils PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= databases java -MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} -MASTER_SITE_SUBDIR= commons/dbutils/source +MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_SOURCE} +MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,} PKGNAMEPREFIX= jakarta- DISTNAME= ${PORTNAME}-${PORTVERSION}-src |