Index: Makefile =================================================================== --- Makefile (revision 488557) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= physfs -PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTVERSION= 3.0.1 CATEGORIES= devel MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/ @@ -12,12 +11,7 @@ CONFLICTS_INSTALL= physfs-devel-[0-9]* -USES= cmake tar:bzip2 +USES= cmake readline tar:bzip2 USE_LDCONFIG= yes -post-patch: - @${REINPLACE_CMD} -e \ - 's|CHECK_INCLUDE_FILE(sys/ucred.h HAVE_UCRED_H|& "-include sys/param.h"|g' \ - ${WRKSRC}/CMakeLists.txt - .include Index: distinfo =================================================================== --- distinfo (revision 488557) +++ distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (physfs-2.0.3.tar.bz2) = ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69 -SIZE (physfs-2.0.3.tar.bz2) = 560628 +TIMESTAMP = 1535226407 +SHA256 (physfs-3.0.1.tar.bz2) = b77b9f853168d9636a44f75fca372b363106f52d789d18a2f776397bf117f2f1 +SIZE (physfs-3.0.1.tar.bz2) = 194638 Index: files/patch-archivers_zip.c =================================================================== --- files/patch-archivers_zip.c (revision 488557) +++ files/patch-archivers_zip.c (nonexistent) @@ -1,12 +0,0 @@ ---- archivers/zip.c.orig 2017-03-03 22:21:13 UTC -+++ archivers/zip.c -@@ -327,7 +327,8 @@ static int ZIP_seek(fvoid *opaque, PHYSF - return(0); - - inflateEnd(&finfo->stream); -- memcpy(&finfo->stream, &str, sizeof (z_stream)); -+ inflateCopy(&finfo->stream, &str); -+ inflateEnd(&str); - finfo->uncompressed_position = finfo->compressed_position = 0; - } /* if */ - Property changes on: files/patch-archivers_zip.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: pkg-plist =================================================================== --- pkg-plist (revision 488557) +++ pkg-plist (working copy) @@ -1,6 +1,7 @@ bin/test_physfs include/physfs.h lib/libphysfs.so.1 -lib/libphysfs.so.2.0.3 +lib/libphysfs.so.3.0.1 lib/libphysfs.a lib/libphysfs.so +libdata/pkgconfig/physfs.pc