ports/83993: [update] devel/physfs to 1.0.1

Andrej Zverev az at inec.ru
Sun Jul 24 11:40:17 UTC 2005


>Number:         83993
>Category:       ports
>Synopsis:       [update] devel/physfs to 1.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 24 11:40:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Wed Jul 6 12:10:32 MSD 2005 root at az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Update to version 1.0.1
	This update reflect on following ports.
	games/lincity-ng
	games/netpanzer
	games/netpanzer-data
	games/trigger
	audio/sdl_sound
	x11-toolkits/paragui
	For all this ports changed libdepend (expect games/trigger)
	and bumped portrevision.

        All patches in Fix section.
	
>How-To-Repeat:
	
>Fix:

	

--- physfs.diff begins here ---
diff -Nru physfs.orig/Makefile physfs/Makefile
--- physfs.orig/Makefile	Mon Jun  6 11:03:31 2005
+++ physfs/Makefile	Sun Jul 24 14:24:27 2005
@@ -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 at FreeBSD.org
 COMMENT=	A library to provide abstract access to various archives
diff -Nru physfs.orig/distinfo physfs/distinfo
--- physfs.orig/distinfo	Sat Feb 21 15:10:04 2004
+++ physfs/distinfo	Sun Jul 24 14:24:35 2005
@@ -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 -Nru physfs.orig/pkg-plist physfs/pkg-plist
--- physfs.orig/pkg-plist	Mon Jun  6 11:03:31 2005
+++ physfs/pkg-plist	Sun Jul 24 14:42:11 2005
@@ -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
--- physfs.diff ends here ---

--- lincity-ng.diff begins here ---
diff -Nru lincity-ng.orig/Makefile lincity-ng/Makefile
--- lincity-ng.orig/Makefile	Sun Jul 24 14:57:08 2005
+++ lincity-ng/Makefile	Sun Jul 24 14:56:43 2005
@@ -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 @@
 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+
--- lincity-ng.diff ends here ---

--- netpanzer.diff begins here ---
diff -Nru netpanzer.orig/Makefile netpanzer/Makefile
--- netpanzer.orig/Makefile	Sun Mar 13 14:33:54 2005
+++ netpanzer/Makefile	Sun Jul 24 14:47:50 2005
@@ -7,13 +7,14 @@
 
 PORTNAME=	netpanzer
 PORTVERSION=	0.8
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://download.berlios.de/netpanzer/
 
 MAINTAINER=	mad at 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
 
--- netpanzer.diff ends here ---

--- netpanzer-data.diff begins here ---
diff -Nru netpanzer-data.orig/Makefile netpanzer-data/Makefile
--- netpanzer-data.orig/Makefile	Sun Mar 13 14:33:54 2005
+++ netpanzer-data/Makefile	Sun Jul 24 14:53:33 2005
@@ -7,13 +7,14 @@
 
 PORTNAME=	netpanzer-data
 PORTVERSION=	0.8
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://download.berlios.de/netpanzer/
 
 MAINTAINER=	mad at 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
--- netpanzer-data.diff ends here ---

--- paragui.diff begins here ---
diff -Nru paragui.orig/Makefile paragui/Makefile
--- paragui.orig/Makefile	Mon Jun  6 11:07:49 2005
+++ paragui/Makefile	Sun Jul 24 14:57:40 2005
@@ -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 @@
 MAINTAINER=	ports at 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
--- paragui.diff ends here ---

--- sdl_sound.diff begins here ---
diff -Nru sdl_sound.orig/Makefile sdl_sound/Makefile
--- sdl_sound.orig/Makefile	Tue Apr 12 07:24:53 2005
+++ sdl_sound/Makefile	Sun Jul 24 14:45:53 2005
@@ -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 @@
 .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
--- sdl_sound.diff ends here ---

--- trigger.diff begins here ---
diff -Nru trigger.orig/Makefile trigger/Makefile
--- trigger.orig/Makefile	Sun May 15 05:50:17 2005
+++ trigger/Makefile	Sun Jul 24 14:56:02 2005
@@ -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} \
--- trigger.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list