summaryrefslogtreecommitdiff
path: root/java/apache-commons-pool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/apache-commons-pool/Makefile')
-rw-r--r--java/apache-commons-pool/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/apache-commons-pool/Makefile b/java/apache-commons-pool/Makefile
index ab0b6fbda2e3..e9cb9457d2fb 100644
--- a/java/apache-commons-pool/Makefile
+++ b/java/apache-commons-pool/Makefile
@@ -1,9 +1,9 @@
PORTNAME= commons-pool
-PORTVERSION= 2.11.1
+DISTVERSION= 2.12.1
CATEGORIES= java devel
MASTER_SITES= APACHE_COMMONS_BINARIES
PKGNAMEPREFIX= apache-
-DISTNAME= ${PORTNAME}2-${PORTVERSION}-bin
+DISTNAME= ${PORTNAME}2-${DISTVERSION}-bin
MAINTAINER= ale@FreeBSD.org
COMMENT= Apache Commons Object-pooling API
@@ -18,9 +18,9 @@ OPTIONS_DEFINE= DOCS
NO_BUILD= yes
NO_ARCH= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}2-${DISTVERSION}
-JARFILE= ${PORTNAME}2-${PORTVERSION}.jar
+JARFILE= ${PORTNAME}2-${DISTVERSION}.jar
DOCFILES= LICENSE.txt \
NOTICE.txt \
RELEASE-NOTES.txt