diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2017-04-12 11:09:11 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2017-04-12 11:09:11 +0000 |
commit | 354f005b93594d062a5551020766554af75063d2 (patch) | |
tree | d8864851e1d4d4c1a77b589bb489e043cdcea29f /java/java-checkstyle/Makefile | |
parent | - Remove obsolete OSVERSION condition (diff) |
java/java-checkstyle: Update version 7.0=>7.6
Diffstat (limited to 'java/java-checkstyle/Makefile')
-rw-r--r-- | java/java-checkstyle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java-checkstyle/Makefile b/java/java-checkstyle/Makefile index f09e9f3555d4..6f84060e01cd 100644 --- a/java/java-checkstyle/Makefile +++ b/java/java-checkstyle/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= checkstyle -PORTVERSION= 7.0 +PORTVERSION= 7.6 CATEGORIES= java devel MASTER_SITES= SF PKGNAMEPREFIX= java- |