diff options
author | hq <hq@FreeBSD.org> | 2005-04-05 20:01:09 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-04-05 20:01:09 +0800 |
commit | b0205fdd9902a7f58aaf1ed5cdca9817e0f5d6ba (patch) | |
tree | 494cf4a98b54085246df666684f4e4f059ae3c9a | |
parent | a7cb6155e7f3a0e1d5b0dd71db47a79ccd6c7727 (diff) | |
download | freebsd-ports-gnome-b0205fdd9902a7f58aaf1ed5cdca9817e0f5d6ba.tar.gz freebsd-ports-gnome-b0205fdd9902a7f58aaf1ed5cdca9817e0f5d6ba.tar.zst freebsd-ports-gnome-b0205fdd9902a7f58aaf1ed5cdca9817e0f5d6ba.zip |
- Unbreak: fix distinfo [1]
- Add 'java' category [2]
PR: 79549 [1]
Submitted by: Sam Lawrance <boris@brooknet.com.au> [1]
Reported by: portlint [2]
-rw-r--r-- | games/jtans/Makefile | 4 | ||||
-rw-r--r-- | games/jtans/distinfo | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/games/jtans/Makefile b/games/jtans/Makefile index 4d7312564f8a..91826e1f4cd6 100644 --- a/games/jtans/Makefile +++ b/games/jtans/Makefile @@ -9,7 +9,7 @@ PORTNAME= jtans PORTVERSION= 1.0 PORTREVISION= 1 -CATEGORIES= games +CATEGORIES= games java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_appli-${PORTVERSION} @@ -20,8 +20,6 @@ COMMENT= A (not so) ancient puzzle RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper -BROKEN= Size mismatch - NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # empty diff --git a/games/jtans/distinfo b/games/jtans/distinfo index 0f9d276a4176..40024cdd1bbf 100644 --- a/games/jtans/distinfo +++ b/games/jtans/distinfo @@ -1,2 +1,2 @@ -MD5 (jtans_appli-1.0.jar) = 35cd1d82f917d432c787281f39e9b243 -SIZE (jtans_appli-1.0.jar) = 150392 +MD5 (jtans_appli-1.0.jar) = b3db7b6140f915feb8aed77665c3d7fe +SIZE (jtans_appli-1.0.jar) = 149758 |