diff options
author | oliver <oliver@FreeBSD.org> | 2005-07-24 21:02:43 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-07-24 21:02:43 +0800 |
commit | ad7b7ab76d3deb8d23bb40775c225a06e3047c05 (patch) | |
tree | 3c9e6cfec7d4a0f5dfa5b699576c99875087a91e /games | |
parent | e45c84bcd939f3f4dc0f7bafff121fcb358eb0d7 (diff) | |
download | freebsd-ports-gnome-ad7b7ab76d3deb8d23bb40775c225a06e3047c05.tar.gz freebsd-ports-gnome-ad7b7ab76d3deb8d23bb40775c225a06e3047c05.tar.zst freebsd-ports-gnome-ad7b7ab76d3deb8d23bb40775c225a06e3047c05.zip |
update physfs to 1.0.1
adjust LIB_DEPENDS from all affected ports and bump PORTREVISION there
Diffstat (limited to 'games')
-rw-r--r-- | games/lincity-ng/Makefile | 3 | ||||
-rw-r--r-- | games/netpanzer-data/Makefile | 3 | ||||
-rw-r--r-- | games/netpanzer/Makefile | 3 | ||||
-rw-r--r-- | games/trigger/Makefile | 1 |
4 files changed, 7 insertions, 3 deletions
diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile index c76356542655..88d72aa85f21 100644 --- a/games/lincity-ng/Makefile +++ b/games/lincity-ng/Makefile @@ -7,6 +7,7 @@ PORTNAME= lincity-ng PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.berlios.de/lincity-ng/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= az@inec.ru COMMENT= Improved rich city simulation game for X BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam -LIB_DEPENDS= physfs-1.0.0:${PORTSDIR}/devel/physfs +LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs USE_BZIP2= yes USE_GCC= 3.2+ diff --git a/games/netpanzer-data/Makefile b/games/netpanzer-data/Makefile index 842cc5e0412e..02797b25848f 100644 --- a/games/netpanzer-data/Makefile +++ b/games/netpanzer-data/Makefile @@ -7,13 +7,14 @@ PORTNAME= netpanzer-data PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.berlios.de/netpanzer/ MAINTAINER= mad@madpilot.net COMMENT= Data files for the netpanzer game -LIB_DEPENDS= physfs-1.0.0:${PORTSDIR}/devel/physfs +LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam GNU_CONFIGURE= yes diff --git a/games/netpanzer/Makefile b/games/netpanzer/Makefile index c35e2a9ae032..9ef60bf4da15 100644 --- a/games/netpanzer/Makefile +++ b/games/netpanzer/Makefile @@ -7,13 +7,14 @@ PORTNAME= netpanzer PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.berlios.de/netpanzer/ MAINTAINER= mad@madpilot.net COMMENT= Real time, isometric view, tank multiplayer strategy game -LIB_DEPENDS= physfs-1.0.0:${PORTSDIR}/devel/physfs +LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam RUN_DEPENDS= ${X11BASE}/share/netpanzer/wads/netp.act:${PORTSDIR}/games/netpanzer-data diff --git a/games/trigger/Makefile b/games/trigger/Makefile index dab155a325d5..852bb3127524 100644 --- a/games/trigger/Makefile +++ b/games/trigger/Makefile @@ -7,6 +7,7 @@ PORTNAME= trigger PORTVERSION= 0.5.1c +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://0day.icculus.org/mirrors/trigger/ DISTFILES= trigger-${PORTVERSION}-src${EXTRACT_SUFX} \ |