diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-01-25 09:13:58 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-01-25 09:13:58 +0000 |
commit | 6aa2864536b8de32c609c80d041c0eda1a1d165c (patch) | |
tree | 44e93b1ef3bf3f65222ac839e38cea3840a5da38 /java/java-checkstyle | |
parent | devel/bisoncpp: Update version 4.09.01=>4.09.02 (diff) |
java/java-checkstyle: Update version 5.8=>6.2
Differential Revision: https://reviews.freebsd.org/D1633
Approved by: marino(mentor)
Notes
Notes:
svn path=/head/; revision=377870
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 |