diff options
-rw-r--r-- | devel/jakarta-commons-jxpath/Makefile | 8 | ||||
-rw-r--r-- | devel/jakarta-commons-jxpath/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/jakarta-commons-jxpath/Makefile b/devel/jakarta-commons-jxpath/Makefile index 2f4de5989de2..c44c515114c7 100644 --- a/devel/jakarta-commons-jxpath/Makefile +++ b/devel/jakarta-commons-jxpath/Makefile @@ -6,12 +6,12 @@ # PORTNAME= commons-jxpath -PORTVERSION= 1.2 -PORTREVISION= 2 +PORTVERSION= 1.3 CATEGORIES= devel www java MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_BINARIES} MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,} PKGNAMEPREFIX= jakarta- +DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for manipulating Java Beans using the XPath syntax @@ -29,12 +29,12 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..." - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar + @${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar @${ECHO_MSG} " [ DONE ]" .if !defined(NOPORTDOCS) @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}/..." - @cd ${WRKSRC}/docs \ + @cd ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apidocs \ && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \ && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; @${ECHO_MSG} " [ DONE ]" diff --git a/devel/jakarta-commons-jxpath/distinfo b/devel/jakarta-commons-jxpath/distinfo index b0b887c3dffd..d606c01befa2 100644 --- a/devel/jakarta-commons-jxpath/distinfo +++ b/devel/jakarta-commons-jxpath/distinfo @@ -1,3 +1,3 @@ -MD5 (commons-jxpath-1.2.tar.gz) = 1730dae5f0ef0594a47ead5d1a4ac41b -SHA256 (commons-jxpath-1.2.tar.gz) = c78ba33996c86d5f95f8dfc28a1cf387f8d96539ed48e8448539c786cc4f5865 -SIZE (commons-jxpath-1.2.tar.gz) = 903113 +MD5 (commons-jxpath-1.3-bin.tar.gz) = 3e8de5516bec9f30f6e43842acade11f +SHA256 (commons-jxpath-1.3-bin.tar.gz) = 3eaebe66f81b9dd58f523e763329a443ac56bba95c0b2ab9a3861179d8944973 +SIZE (commons-jxpath-1.3-bin.tar.gz) = 3062527 |