aboutsummaryrefslogtreecommitdiffstats
path: root/java/apache-commons-logging/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/apache-commons-logging/Makefile')
-rw-r--r--java/apache-commons-logging/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/java/apache-commons-logging/Makefile b/java/apache-commons-logging/Makefile
index aab9402173bc..3ed1106b8be9 100644
--- a/java/apache-commons-logging/Makefile
+++ b/java/apache-commons-logging/Makefile
@@ -1,11 +1,11 @@
PORTNAME= commons-logging
-PORTVERSION= 1.2
+DISTVERSION= 1.3.5
CATEGORIES= java devel
MASTER_SITES= APACHE_COMMONS_BINARIES
PKGNAMEPREFIX= apache-
-DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
+DISTNAME= ${PORTNAME}-${DISTVERSION}-bin
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= atanubiswas484@gmail.com
COMMENT= Generic logging wrapper library
WWW= https://commons.apache.org/proper/commons-logging/
@@ -13,18 +13,18 @@ LICENSE= APACHE20
USES= java
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-OPTIONS_DEFINE= DOCS
-
NO_ARCH= yes
NO_BUILD= yes
-JARFILE= ${PORTNAME}-${PORTVERSION}.jar
+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
+
+JARFILE= ${PORTNAME}-${DISTVERSION}.jar
-PORTDOCS= *
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \
%%JAVAJARDIR%%/${JARFILE}
+PORTDOCS= *
+
+OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}