diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-12-07 18:13:02 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-12-07 18:13:02 +0800 |
commit | b584d240cec7b97144eec4197895a9f404a4e97b (patch) | |
tree | 609a8b360c22dc16f8992cea408e3f60c1696709 | |
parent | 285ee4e754dc90e3cdbed64db699f8099201f4c3 (diff) | |
download | freebsd-ports-gnome-b584d240cec7b97144eec4197895a9f404a4e97b.tar.gz freebsd-ports-gnome-b584d240cec7b97144eec4197895a9f404a4e97b.tar.zst freebsd-ports-gnome-b584d240cec7b97144eec4197895a9f404a4e97b.zip |
Chase the plib update by bumping PORTREVISION, since it is statically
linked in.
-rw-r--r-- | devel/simgear/Makefile | 1 | ||||
-rw-r--r-- | games/flightgear-atlas/Makefile | 2 | ||||
-rw-r--r-- | games/flightgear/Makefile | 1 | ||||
-rw-r--r-- | games/gracer/Makefile | 2 | ||||
-rw-r--r-- | games/torcs/Makefile | 1 | ||||
-rw-r--r-- | games/tux-aqfh/Makefile | 2 | ||||
-rw-r--r-- | games/tuxkart/Makefile | 1 | ||||
-rw-r--r-- | games/vamos/Makefile | 1 | ||||
-rw-r--r-- | graphics/k3d/Makefile | 2 |
9 files changed, 9 insertions, 4 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index 92d3c358f433..62d25ce07395 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -7,6 +7,7 @@ PORTNAME= SimGear PORTVERSION= 0.3.9 +PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= ftp://ftp.simgear.org/pub/simgear/Source/ \ ftp://ftp.de.flightgear.org/pub/simgear/Source/ diff --git a/games/flightgear-atlas/Makefile b/games/flightgear-atlas/Makefile index bde138b98f8d..da850e425203 100644 --- a/games/flightgear-atlas/Makefile +++ b/games/flightgear-atlas/Makefile @@ -7,7 +7,7 @@ PORTNAME= flightgear-atlas PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= atlas diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 5a2dab3db448..c0cf2ba76893 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -7,6 +7,7 @@ PORTNAME= FlightGear PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Source/ \ ftp://ftp.de.flightgear.org/pub/fgfs/Source/ diff --git a/games/gracer/Makefile b/games/gracer/Makefile index e3bcccc4e16f..d6534ceab21d 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -7,7 +7,7 @@ PORTNAME= gracer PORTVERSION= 0.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/torcs/Makefile b/games/torcs/Makefile index 3644b5b7e850..6e2938334353 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -7,6 +7,7 @@ PORTNAME= torcs DISTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/tux-aqfh/Makefile b/games/tux-aqfh/Makefile index aec997f22dbd..95799eea8abb 100644 --- a/games/tux-aqfh/Makefile +++ b/games/tux-aqfh/Makefile @@ -7,7 +7,7 @@ PORTNAME= tux_aqfh PORTVERSION= 1.0.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://tuxaqfh.sourceforge.net/dist/ diff --git a/games/tuxkart/Makefile b/games/tuxkart/Makefile index 8270eb47f45f..e357bc567865 100644 --- a/games/tuxkart/Makefile +++ b/games/tuxkart/Makefile @@ -7,6 +7,7 @@ PORTNAME= tuxkart PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://tuxkart.sourceforge.net/dist/ diff --git a/games/vamos/Makefile b/games/vamos/Makefile index fac86bbb4b3f..816f78c0be2f 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -8,6 +8,7 @@ PORTNAME= vamos PORTVERSION= 0.5.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index aae5d5af3154..5508525406ab 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -8,7 +8,7 @@ PORTNAME= k3d PORTVERSION= 0.4.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |