summaryrefslogtreecommitdiff
path: root/java/jakarta-commons-httpclient
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2008-02-27 15:10:54 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2008-02-27 15:10:54 +0000
commit9db5ee5c2b3ba2784ae5678d30ae3d7b0d92e867 (patch)
tree3d177bf3fe40d21dac36e4da7a3eb711c6ecd0d3 /java/jakarta-commons-httpclient
parent- Add missing PHP dependency (posix) (diff)
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)
Notes
Notes: svn path=/head/; revision=208004
Diffstat (limited to 'java/jakarta-commons-httpclient')
-rw-r--r--java/jakarta-commons-httpclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jakarta-commons-httpclient/Makefile b/java/jakarta-commons-httpclient/Makefile
index 074dff99ab82..0dd0dc4b7919 100644
--- a/java/jakarta-commons-httpclient/Makefile
+++ b/java/jakarta-commons-httpclient/Makefile
@@ -8,8 +8,8 @@
PORTNAME= commons-httpclient
DISTVERSION= 3.1
CATEGORIES= java www
-MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA}
-MASTER_SITE_SUBDIR= httpcomponents/${PORTNAME}-3.x/source
+MASTER_SITES= ${MASTER_SITE_APACHE}
+MASTER_SITE_SUBDIR= httpcomponents/${PORTNAME}/source
PKGNAMEPREFIX= jakarta-
DISTNAME= ${PORTNAME}-${DISTVERSION}-src