diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-06 20:54:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-06 20:54:40 +0800 |
commit | 261cdb5a52b3f47e363dc46ad6646d1875ec6e9c (patch) | |
tree | c35dcebf12dff6a50048969c0f8f9a8328d8e030 /games | |
parent | 2002e8fc49e4b15d389eab0dd483f493362ca917 (diff) | |
download | freebsd-ports-gnome-261cdb5a52b3f47e363dc46ad6646d1875ec6e9c.tar.gz freebsd-ports-gnome-261cdb5a52b3f47e363dc46ad6646d1875ec6e9c.tar.zst freebsd-ports-gnome-261cdb5a52b3f47e363dc46ad6646d1875ec6e9c.zip |
- Convert x11-toolkits/sdl_pango to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'games')
-rw-r--r-- | games/frozen-bubble/Makefile | 2 | ||||
-rw-r--r-- | games/hex-a-hop/Makefile | 2 | ||||
-rw-r--r-- | games/plutocracy/Makefile | 2 | ||||
-rw-r--r-- | games/tuxmath/Makefile | 2 | ||||
-rw-r--r-- | games/tuxpaint/Makefile | 2 | ||||
-rw-r--r-- | games/tuxtype/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/games/frozen-bubble/Makefile b/games/frozen-bubble/Makefile index 617f8c1af7b2..93ae5d6aa89b 100644 --- a/games/frozen-bubble/Makefile +++ b/games/frozen-bubble/Makefile @@ -3,7 +3,7 @@ PORTNAME= frozen-bubble DISTVERSION= 2.2.1-beta1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.frozen-bubble.org/data/ diff --git a/games/hex-a-hop/Makefile b/games/hex-a-hop/Makefile index 2c38610a884b..f2d1e866edc4 100644 --- a/games/hex-a-hop/Makefile +++ b/games/hex-a-hop/Makefile @@ -3,7 +3,7 @@ PORTNAME= hex-a-hop PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME:S/-//g}/${PORTVERSION} diff --git a/games/plutocracy/Makefile b/games/plutocracy/Makefile index edf713f09a48..1985521f5c74 100644 --- a/games/plutocracy/Makefile +++ b/games/plutocracy/Makefile @@ -3,7 +3,7 @@ PORTNAME= plutocracy PORTVERSION= 0.0.20081229 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ diff --git a/games/tuxmath/Makefile b/games/tuxmath/Makefile index 2a823959b562..ce094527fd9b 100644 --- a/games/tuxmath/Makefile +++ b/games/tuxmath/Makefile @@ -3,7 +3,7 @@ PORTNAME= tuxmath PORTVERSION= 2.0.3 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= http://alioth.debian.org/frs/download.php/3571/ \ diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index e37503354631..1f7b6931d377 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -3,7 +3,7 @@ PORTNAME= tuxpaint PORTVERSION= 0.9.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF diff --git a/games/tuxtype/Makefile b/games/tuxtype/Makefile index b1e37e6b3a16..2b5aa5aebfb7 100644 --- a/games/tuxtype/Makefile +++ b/games/tuxtype/Makefile @@ -3,7 +3,7 @@ PORTNAME= tuxtype PORTVERSION= 1.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://alioth.debian.org/frs/download.php/3270/ \ http://alioth.debian.org/frs/download.php/3540/:t4k_common |