diff options
author | bofh <bofh@FreeBSD.org> | 2018-01-13 19:25:40 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2018-01-13 19:25:40 +0800 |
commit | 8d611eb0fad69cb63edcba0fc706c678ea07fe78 (patch) | |
tree | 9317d7e89352fda4dab145d4288a4e7c3a59e4db /java | |
parent | 9ed7bcb4ae3c59b221ec1518900111e1006b9e0e (diff) | |
download | freebsd-ports-gnome-8d611eb0fad69cb63edcba0fc706c678ea07fe78.tar.gz freebsd-ports-gnome-8d611eb0fad69cb63edcba0fc706c678ea07fe78.tar.zst freebsd-ports-gnome-8d611eb0fad69cb63edcba0fc706c678ea07fe78.zip |
java/java-checkstyle: Update version 7.6=>8.7
- Pet PORTLINT
Diffstat (limited to 'java')
-rw-r--r-- | java/java-checkstyle/Makefile | 4 | ||||
-rw-r--r-- | java/java-checkstyle/distinfo | 6 | ||||
-rw-r--r-- | java/java-checkstyle/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/java/java-checkstyle/Makefile b/java/java-checkstyle/Makefile index 6f84060e01cd..3ed29c1e60de 100644 --- a/java/java-checkstyle/Makefile +++ b/java/java-checkstyle/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= checkstyle -PORTVERSION= 7.6 +PORTVERSION= 8.7 CATEGORIES= java devel MASTER_SITES= SF PKGNAMEPREFIX= java- @@ -21,8 +21,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} JAR_FILE= ${PORTNAME}-${PORTVERSION}-all.jar -PLIST_FILES= bin/${PORTNAME} \ - %%JAVAJARDIR%%/${PORTNAME}.jar PORTDOCS= * PORTEXAMPLES= * diff --git a/java/java-checkstyle/distinfo b/java/java-checkstyle/distinfo index 48ec9655cfe2..fdb85897803d 100644 --- a/java/java-checkstyle/distinfo +++ b/java/java-checkstyle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491966565 -SHA256 (checkstyle-7.6-bin.tar.gz) = ddf5b3340b18a9e732c9557a8bc897d8a524e7ad7726c5ef9bd8401bb8dd4db5 -SIZE (checkstyle-7.6-bin.tar.gz) = 9351880 +TIMESTAMP = 1515588570 +SHA256 (checkstyle-8.7-bin.tar.gz) = a7cb51786a356865c7b31726206aeca03aaef5561788d34dfefc3a67c4b91e2a +SIZE (checkstyle-8.7-bin.tar.gz) = 19455070 diff --git a/java/java-checkstyle/pkg-plist b/java/java-checkstyle/pkg-plist new file mode 100644 index 000000000000..5ebd15d8aa87 --- /dev/null +++ b/java/java-checkstyle/pkg-plist @@ -0,0 +1,2 @@ +bin/checkstyle +%%JAVAJARDIR%%/checkstyle.jar |