diff options
author | pat <pat@FreeBSD.org> | 2002-05-15 05:36:55 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-15 05:36:55 +0800 |
commit | 4de6a6217984f54ea8fcf09189f5ae782f88833b (patch) | |
tree | e1d349c64558d99463840cd592f1dccad9aae4f6 /games/xjump/Makefile | |
parent | 820cc61f4c76856abee101a8b2e0b0378b59926a (diff) | |
download | freebsd-ports-gnome-4de6a6217984f54ea8fcf09189f5ae782f88833b.tar.gz freebsd-ports-gnome-4de6a6217984f54ea8fcf09189f5ae782f88833b.tar.zst freebsd-ports-gnome-4de6a6217984f54ea8fcf09189f5ae782f88833b.zip |
Update to 2.7.5
PR: 38043
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'games/xjump/Makefile')
-rw-r--r-- | games/xjump/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xjump/Makefile b/games/xjump/Makefile index 4dcb44e2f38f..a2d125933bd9 100644 --- a/games/xjump/Makefile +++ b/games/xjump/Makefile @@ -6,15 +6,14 @@ # PORTNAME= xjump -PORTVERSION= 2.7.3 -PORTREVISION= 1 +PORTVERSION= 2.7.5 CATEGORIES= games MASTER_SITES= ftp://ftp.jp.debian.org/debian/%SUBDIR%/ \ ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/debian/%SUBDIR%/ \ ftp://ftp.de.debian.org/debian/%SUBDIR%/ \ ftp://ftp.debian.org/debian/%SUBDIR%/ MASTER_SITE_SUBDIR= pool/main/x/xjump -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org |