diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-16 02:58:59 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-16 02:58:59 +0800 |
commit | 834c01faf8e8727be65cb92173054f8ed735454b (patch) | |
tree | d4e76a4c0652c4925efd8f0899f4b9f820a9a1ea /games | |
parent | c155180563e4ef0ca01730fee2eb8a0ae9718206 (diff) | |
download | freebsd-ports-gnome-834c01faf8e8727be65cb92173054f8ed735454b.tar.gz freebsd-ports-gnome-834c01faf8e8727be65cb92173054f8ed735454b.tar.zst freebsd-ports-gnome-834c01faf8e8727be65cb92173054f8ed735454b.zip |
- Convert multimedia/smpeg* to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'games')
-rw-r--r-- | games/alephone/Makefile | 2 | ||||
-rw-r--r-- | games/battletanks/Makefile | 2 | ||||
-rw-r--r-- | games/prboom/Makefile | 2 | ||||
-rw-r--r-- | games/rnd_jue/Makefile | 2 | ||||
-rw-r--r-- | games/rocksndiamonds/Makefile | 2 | ||||
-rw-r--r-- | games/tecnoballz/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile index f39c04ee04d5..547083068551 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -3,7 +3,7 @@ PORTNAME= alephone PORTVERSION= 20120514 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/marathon/Aleph%20One/2012-05-14 DISTNAME= AlephOne-${PORTVERSION} diff --git a/games/battletanks/Makefile b/games/battletanks/Makefile index 5fb280e72f5b..4ef9666d53c4 100644 --- a/games/battletanks/Makefile +++ b/games/battletanks/Makefile @@ -3,7 +3,7 @@ PORTNAME= btanks PORTVERSION= 0.9.8083 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/ diff --git a/games/prboom/Makefile b/games/prboom/Makefile index 8e4319ba4039..9510c6e4fc50 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -3,7 +3,7 @@ PORTNAME= prboom PORTVERSION= 2.5.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION} diff --git a/games/rnd_jue/Makefile b/games/rnd_jue/Makefile index 76b5038d4c27..9e703e2922ba 100644 --- a/games/rnd_jue/Makefile +++ b/games/rnd_jue/Makefile @@ -3,7 +3,7 @@ PORTNAME= rnd_jue PORTVERSION= 3.3.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/:game \ SF/nemysisfreebsdp/${CATEGORIES}/rocksndiamonds/ diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index f12b82cd57d5..e10d2fbaac8b 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -3,7 +3,7 @@ PORTNAME= rocksndiamonds PORTVERSION= 3.3.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/:game \ http://www.artsoft.org/RELEASES/rocksndiamonds/levels/:levels_artsoft \ diff --git a/games/tecnoballz/Makefile b/games/tecnoballz/Makefile index a6750b4ceb91..9813100c54bf 100644 --- a/games/tecnoballz/Makefile +++ b/games/tecnoballz/Makefile @@ -3,7 +3,7 @@ PORTNAME= tecnoballz PORTVERSION= 0.92 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= http://linux.tlk.fr/games/TecnoballZ/download/ \ http://mirror.amdmi3.ru/distfiles/ |