diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-21 01:53:01 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-21 01:53:01 +0800 |
commit | 8a4b3ff8ee01ad2f2f21357cc19abc74978ffe38 (patch) | |
tree | 3b5512d63b0402f15705c4dbe075fb8bea766eb8 /java | |
parent | 94f4b1eab74f39aaf7e60e95f9743f00f2ab62ac (diff) | |
download | freebsd-ports-gnome-8a4b3ff8ee01ad2f2f21357cc19abc74978ffe38.tar.gz freebsd-ports-gnome-8a4b3ff8ee01ad2f2f21357cc19abc74978ffe38.tar.zst freebsd-ports-gnome-8a4b3ff8ee01ad2f2f21357cc19abc74978ffe38.zip |
Use GH_COMMIT
Diffstat (limited to 'java')
-rw-r--r-- | java/junit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/junit/Makefile b/java/junit/Makefile index 236ee3d78fad..e00b784c34bb 100644 --- a/java/junit/Makefile +++ b/java/junit/Makefile @@ -15,13 +15,12 @@ USE_GITHUB= yes GH_ACCOUNT= junit-team GH_PROJECT= ${PORTNAME} GH_TAGNAME= r${PORTVERSION} +GH_COMMIT= c62e2df USES= perl5 USE_JAVA= yes USE_ANT= yes -WRKSRC= ${WRKDIR}/junit-team-junit-c62e2df - PORTDOCS= README.html cpl-v10.html doc javadoc PORTEXAMPLES= * DATADIR= ${JAVASHAREDIR}/${PORTNAME} |