Date: Tue, 22 Jan 2013 04:48:02 +0400 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@freebsd.org Cc: oliver@FreeBSD.org Subject: ports/175494: [PATCH] devel/physfs: update to 2.0.3 Message-ID: <20130122004802.10DB38A2@hades.panopticon> Resent-Message-ID: <201301220050.r0M0o0lX021030@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175494 >Category: ports >Synopsis: [PATCH] devel/physfs: update to 2.0.3 >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: Tue Jan 22 00:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Wed Jun 13 17:39:20 MSK 2012 >Description: - Trim header - Update to 2.0.3 Port maintainer (oliver@FreeBSD.org) is cc'd. Presumable this update is important, as new version of games/warzone2100 says: error |04:41:31: [check_Physfs:566] You have PhysicsFS 2.0.2, which is buggy. You may experience random errors/crashes due to spuriously missing files. error |04:41:31: [check_Physfs:567] Please upgrade/downgrade PhysicsFS to a different version, such as 2.0.3 or 2.0.1. The update was tested with above mentioned warzone2100 and devel/love07. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- physfs-2.0.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/physfs/Makefile ./Makefile --- /usr/ports/devel/physfs/Makefile 2012-11-17 09:56:42.000000000 +0400 +++ ./Makefile 2013-01-22 02:50:30.783934688 +0400 @@ -1,18 +1,15 @@ -# New ports collection makefile for: physfs -# Date Created: 26 July 2003 -# Whom: Oliver Lehmann <oliver@FreeBSD.org> -# -# $FreeBSD: ports/devel/physfs/Makefile,v 1.19 2012/11/17 05:56:42 svnexp Exp $ -# +# Created by: Oliver Lehmann <oliver@FreeBSD.org> +# $FreeBSD: head/devel/physfs/Makefile 300896 2012-07-14 13:54:48Z beat $ PORTNAME= physfs -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= devel MASTER_SITES= http://offload1.icculus.org:9090/${PORTNAME}/downloads/ MAINTAINER= oliver@FreeBSD.org COMMENT= A library to provide abstract access to various archives +USE_BZIP2= yes USE_CMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes diff -ruN --exclude=CVS /usr/ports/devel/physfs/distinfo ./distinfo --- /usr/ports/devel/physfs/distinfo 2011-03-07 10:01:47.000000000 +0300 +++ ./distinfo 2013-01-22 02:51:14.125932066 +0400 @@ -1,2 +1,2 @@ -SHA256 (physfs-2.0.2.tar.gz) = ae296d3148228e03fd56cc9ea58af02f87dcbb1fadef125c18b709ab37f0bc09 -SIZE (physfs-2.0.2.tar.gz) = 671700 +SHA256 (physfs-2.0.3.tar.bz2) = ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69 +SIZE (physfs-2.0.3.tar.bz2) = 560628 diff -ruN --exclude=CVS /usr/ports/devel/physfs/pkg-plist ./pkg-plist --- /usr/ports/devel/physfs/pkg-plist 2011-03-07 10:01:47.000000000 +0300 +++ ./pkg-plist 2013-01-22 02:51:21.966935184 +0400 @@ -1,6 +1,6 @@ bin/test_physfs include/physfs.h -lib/libphysfs.so.1 -lib/libphysfs.so.2.0.2 lib/libphysfs.a lib/libphysfs.so +lib/libphysfs.so.1 +lib/libphysfs.so.2.0.3 --- physfs-2.0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130122004802.10DB38A2>