aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/sdl_sound/Makefile4
-rw-r--r--devel/physfs-devel/Makefile4
-rw-r--r--devel/physfs-devel/distinfo4
-rw-r--r--devel/physfs-devel/pkg-plist2
-rw-r--r--devel/physfs/Makefile4
-rw-r--r--devel/physfs/distinfo4
-rw-r--r--devel/physfs/pkg-plist2
-rw-r--r--games/lincity-ng/Makefile3
-rw-r--r--games/netpanzer-data/Makefile3
-rw-r--r--games/netpanzer/Makefile3
-rw-r--r--games/trigger/Makefile1
-rw-r--r--x11-toolkits/paragui-devel/Makefile4
-rw-r--r--x11-toolkits/paragui/Makefile4
13 files changed, 23 insertions, 19 deletions
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile
index 96506d499e17..b8afa7e3deda 100644
--- a/audio/sdl_sound/Makefile
+++ b/audio/sdl_sound/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sdl_sound
PORTVERSION= 1.0.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://www.icculus.org/SDL_sound/downloads/
DISTNAME= SDL_sound-${PORTVERSION}
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --disable-mikmod
.endif
.if !defined(WITHOUT_PHYSFS)
-LIB_DEPENDS+= physfs-1.0.0:${PORTSDIR}/devel/physfs
+LIB_DEPENDS+= physfs-1.0.1:${PORTSDIR}/devel/physfs
.else
CONFIGURE_ARGS+= --disable-physfs
.endif
diff --git a/devel/physfs-devel/Makefile b/devel/physfs-devel/Makefile
index 4d0a121c110d..633aa106cc41 100644
--- a/devel/physfs-devel/Makefile
+++ b/devel/physfs-devel/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= physfs
-PORTVERSION= 1.0.0
+PORTVERSION= 1.0.1
PORTREVISION= 0
CATEGORIES= devel
-MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/
+MASTER_SITES= http://offload1.icculus.org/${PORTNAME}/downloads/
MAINTAINER= oliver@FreeBSD.org
COMMENT= A library to provide abstract access to various archives
diff --git a/devel/physfs-devel/distinfo b/devel/physfs-devel/distinfo
index 98665e9fb2fc..0066babc4906 100644
--- a/devel/physfs-devel/distinfo
+++ b/devel/physfs-devel/distinfo
@@ -1,2 +1,2 @@
-MD5 (physfs-1.0.0.tar.gz) = d02a8543a95d0550490cf4f96e0ddebf
-SIZE (physfs-1.0.0.tar.gz) = 511883
+MD5 (physfs-1.0.1.tar.gz) = d0bd118c6b55fb1e020fe982d6ec6957
+SIZE (physfs-1.0.1.tar.gz) = 539978
diff --git a/devel/physfs-devel/pkg-plist b/devel/physfs-devel/pkg-plist
index a00bf18eb948..a10efdafd77e 100644
--- a/devel/physfs-devel/pkg-plist
+++ b/devel/physfs-devel/pkg-plist
@@ -1,6 +1,6 @@
bin/test_physfs
include/physfs.h
lib/libphysfs-1.0.so
-lib/libphysfs-1.0.so.0
+lib/libphysfs-1.0.so.1
lib/libphysfs.so
lib/libphysfs.a
diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile
index 4d0a121c110d..633aa106cc41 100644
--- a/devel/physfs/Makefile
+++ b/devel/physfs/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= physfs
-PORTVERSION= 1.0.0
+PORTVERSION= 1.0.1
PORTREVISION= 0
CATEGORIES= devel
-MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/
+MASTER_SITES= http://offload1.icculus.org/${PORTNAME}/downloads/
MAINTAINER= oliver@FreeBSD.org
COMMENT= A library to provide abstract access to various archives
diff --git a/devel/physfs/distinfo b/devel/physfs/distinfo
index 98665e9fb2fc..0066babc4906 100644
--- a/devel/physfs/distinfo
+++ b/devel/physfs/distinfo
@@ -1,2 +1,2 @@
-MD5 (physfs-1.0.0.tar.gz) = d02a8543a95d0550490cf4f96e0ddebf
-SIZE (physfs-1.0.0.tar.gz) = 511883
+MD5 (physfs-1.0.1.tar.gz) = d0bd118c6b55fb1e020fe982d6ec6957
+SIZE (physfs-1.0.1.tar.gz) = 539978
diff --git a/devel/physfs/pkg-plist b/devel/physfs/pkg-plist
index a00bf18eb948..a10efdafd77e 100644
--- a/devel/physfs/pkg-plist
+++ b/devel/physfs/pkg-plist
@@ -1,6 +1,6 @@
bin/test_physfs
include/physfs.h
lib/libphysfs-1.0.so
-lib/libphysfs-1.0.so.0
+lib/libphysfs-1.0.so.1
lib/libphysfs.so
lib/libphysfs.a
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} \
diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile
index 3888ef39f72d..05b14762fe9b 100644
--- a/x11-toolkits/paragui-devel/Makefile
+++ b/x11-toolkits/paragui-devel/Makefile
@@ -8,7 +8,7 @@
PORTNAME= paragui
PORTVERSION= 1.0.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}/stable.pkg/${PORTVERSION}
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/stable.pkg/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Cross-platform high-level application framework and GUI library
-LIB_DEPENDS= physfs-1.0.0:${PORTSDIR}/devel/physfs \
+LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs \
expat.5:${PORTSDIR}/textproc/expat2
USE_X_PREFIX= yes
diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile
index 3888ef39f72d..05b14762fe9b 100644
--- a/x11-toolkits/paragui/Makefile
+++ b/x11-toolkits/paragui/Makefile
@@ -8,7 +8,7 @@
PORTNAME= paragui
PORTVERSION= 1.0.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}/stable.pkg/${PORTVERSION}
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/stable.pkg/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Cross-platform high-level application framework and GUI library
-LIB_DEPENDS= physfs-1.0.0:${PORTSDIR}/devel/physfs \
+LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs \
expat.5:${PORTSDIR}/textproc/expat2
USE_X_PREFIX= yes