diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-04 09:40:59 +0000 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-04 09:40:59 +0000 |
commit | 18c34260ce5ffb7546567b81d8a50baf111592e1 (patch) | |
tree | 603a488a83d35e3168f3e16a8e22245850bdf6cf /games | |
parent | 963120e1772c85c714349cdd7ead20b257c24958 (diff) | |
download | FreeBSD-ports-18c34260ce5ffb7546567b81d8a50baf111592e1.zip FreeBSD-ports-18c34260ce5ffb7546567b81d8a50baf111592e1.tar.gz |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit)
Diffstat (limited to 'games')
-rw-r--r-- | games/crossfire-server/Makefile | 2 | ||||
-rw-r--r-- | games/flightgear/Makefile | 2 | ||||
-rw-r--r-- | games/freeciv/Makefile | 2 | ||||
-rw-r--r-- | games/gcompris/Makefile | 2 | ||||
-rw-r--r-- | games/kajongg/Makefile | 1 | ||||
-rw-r--r-- | games/latrine/Makefile | 1 | ||||
-rw-r--r-- | games/pvpgn/Makefile | 1 | ||||
-rw-r--r-- | games/stonesoup/Makefile | 1 | ||||
-rw-r--r-- | games/stratagus/Makefile | 1 |
9 files changed, 9 insertions, 4 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index 36043b2..84cfb7f 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= crossfire PORTVERSION= 1.70.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= -server diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 9bd3415..ba95920 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -3,7 +3,7 @@ PORTNAME= flightgear PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games # see http://www.flightgear.org/templates.js MASTER_SITES= http://mirrors.ibiblio.org/flightgear/ftp/Source/ \ diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index f42877f..96f3cfc 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -3,7 +3,7 @@ PORTNAME= freeciv PORTVERSION= 2.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 944ccfe..54df964 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcompris PORTVERSION= 13.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games gnome MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile index 8ef5611..2a2bd94 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -2,6 +2,7 @@ PORTNAME= kajongg PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= games kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/games/latrine/Makefile b/games/latrine/Makefile index d3acedd..fb806a6 100644 --- a/games/latrine/Makefile +++ b/games/latrine/Makefile @@ -3,6 +3,7 @@ PORTNAME= latrine PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://alioth.debian.org/frs/download.php/3085/ diff --git a/games/pvpgn/Makefile b/games/pvpgn/Makefile index 42eb93d..8253a14 100644 --- a/games/pvpgn/Makefile +++ b/games/pvpgn/Makefile @@ -3,6 +3,7 @@ PORTNAME= pvpgn PORTVERSION= 1.8.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= pvpgn diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile index ff41f8d..970bed2 100644 --- a/games/stonesoup/Makefile +++ b/games/stonesoup/Makefile @@ -3,6 +3,7 @@ PORTNAME= stonesoup PORTVERSION= 0.14.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/crawl-ref/Stone%20Soup/${PORTVERSION} DISTNAME= stone_soup-${PORTVERSION}-nodeps diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile index 56ad7c9..19aa67d 100644 --- a/games/stratagus/Makefile +++ b/games/stratagus/Makefile @@ -3,6 +3,7 @@ PORTNAME= stratagus PORTVERSION= 2.2.7 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://launchpadlibrarian.net/113005346/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig |