Date: Wed, 30 Jan 2013 14:24:46 +0100 From: Emanuel Haupt <ehaupt@FreeBSD.org> To: Oliver Lehmann <oliver@FreeBSD.org> Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: svn commit: r311203 - head/devel/physfs Message-ID: <20130130142446.0b8a807a08da406832321026@FreeBSD.org> In-Reply-To: <201301300813.r0U8DR7S053235@svn.freebsd.org> References: <201301300813.r0U8DR7S053235@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Oliver Lehmann <oliver@FreeBSD.org> wrote: > 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/ Please consider adding at least one mirror. Many companies don't allow non port 80 traffic. Emanuel > 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 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130130142446.0b8a807a08da406832321026>