diff options
Diffstat (limited to 'java/java-checkstyle')
-rw-r--r-- | java/java-checkstyle/Makefile | 5 | ||||
-rw-r--r-- | java/java-checkstyle/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/java/java-checkstyle/Makefile b/java/java-checkstyle/Makefile index b43123c4e39e..b399b7da3c1f 100644 --- a/java/java-checkstyle/Makefile +++ b/java/java-checkstyle/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= checkstyle -PORTVERSION= 5.8 +PORTVERSION= 6.2 CATEGORIES= java devel MASTER_SITES= SF PKGNAMEPREFIX= java- @@ -39,9 +39,8 @@ do-install: @-${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} LICENSE* RIGHTS.antlr \ ${STAGEDIR}${DOCSDIR}) - (cd ${WRKSRC} && ${COPYTREE_SHARE} site ${STAGEDIR}${DOCSDIR}) @-${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.for EXAMPLEFILE in checkstyle_checks import-control sun_checks suppressions +.for EXAMPLEFILE in checkstyle_checks import-control suppressions ${INSTALL_DATA} ${WRKSRC}/${EXAMPLEFILE}.xml ${STAGEDIR}${EXAMPLESDIR} .endfor (cd ${WRKSRC} && ${COPYTREE_SHARE} contrib ${STAGEDIR}${EXAMPLESDIR}) diff --git a/java/java-checkstyle/distinfo b/java/java-checkstyle/distinfo index 10e2f00f6ecb..781d45d08e32 100644 --- a/java/java-checkstyle/distinfo +++ b/java/java-checkstyle/distinfo @@ -1,2 +1,2 @@ -SHA256 (checkstyle-5.8-bin.tar.gz) = 5d53928d41559858327553a127f347b68229f1db3814bc854c62c5cf734abb79 -SIZE (checkstyle-5.8-bin.tar.gz) = 9385181 +SHA256 (checkstyle-6.2-bin.tar.gz) = 2581158fd93e2938089c6c2af21374724cc14c07ac20a01d0c0f1c36281ca0dd +SIZE (checkstyle-6.2-bin.tar.gz) = 8014791 |