- 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)
Responsible Changed From-To: freebsd-ports-bugs->oliver Over to maintainer (via the GNATS Auto Assign Tool)
Author: oliver Date: Wed Jan 30 08:13:26 2013 New Revision: 311203 URL: http://svnweb.freebsd.org/changeset/ports/311203 Log: update to 2.0.3 PR: ports/175494 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Modified: head/devel/physfs/Makefile (contents, props changed) head/devel/physfs/distinfo (contents, props changed) head/devel/physfs/pkg-plist (contents, props changed) Modified: head/devel/physfs/Makefile ============================================================================== --- head/devel/physfs/Makefile Wed Jan 30 08:11:52 2013 (r311202) +++ head/devel/physfs/Makefile Wed Jan 30 08:13:26 2013 (r311203) @@ -1,18 +1,15 @@ -# New ports collection makefile for: physfs -# Date Created: 26 July 2003 -# Whom: Oliver Lehmann <oliver@FreeBSD.org> -# +# Created by: Oliver Lehmann <oliver@FreeBSD.org> # $FreeBSD$ -# 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 @@ -22,13 +19,7 @@ patch-autotools-libtool: post-patch: @${REINPLACE_CMD} -e \ - 's|CHECK_INCLUDE_FILE(sys/ucred.h HAVE_UCRED_H|& "-include sys/param.h"|g; \ - s|CHECK_INCLUDE_FILE(readline/readline.h HAVE_READLINE_H|& "-include stdio.h"|g; \ - s|CHECK_INCLUDE_FILE(readline/history.h HAVE_HISTORY_H|& "-include stdio.h"|g; \ - s|CHECK_LIBRARY_EXISTS("readline" "history.*|SET(HAVE_LIBHISTORY TRUE)|g; \ - s|" " \(readline curses\)|\1|' ${WRKSRC}/CMakeLists.txt - - @${REINPLACE_CMD} -e 's|\(define SIZEOF_INT\) 4|\1 (LONG_BIT/8)|g' \ - ${WRKSRC}/platform/unix.c + 's|CHECK_INCLUDE_FILE(sys/ucred.h HAVE_UCRED_H|& "-include sys/param.h"|g' \ + ${WRKSRC}/CMakeLists.txt .include <bsd.port.mk> Modified: head/devel/physfs/distinfo ============================================================================== --- head/devel/physfs/distinfo Wed Jan 30 08:11:52 2013 (r311202) +++ head/devel/physfs/distinfo Wed Jan 30 08:13:26 2013 (r311203) @@ -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 Modified: head/devel/physfs/pkg-plist ============================================================================== --- head/devel/physfs/pkg-plist Wed Jan 30 08:11:52 2013 (r311202) +++ head/devel/physfs/pkg-plist Wed Jan 30 08:13:26 2013 (r311203) @@ -1,6 +1,6 @@ bin/test_physfs include/physfs.h lib/libphysfs.so.1 -lib/libphysfs.so.2.0.2 +lib/libphysfs.so.2.0.3 lib/libphysfs.a lib/libphysfs.so _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!