Index: head/devel/physfs/files/patch-archivers_zip.c =================================================================== --- head/devel/physfs/files/patch-archivers_zip.c (revision 490011) +++ head/devel/physfs/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: head/devel/physfs/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: head/devel/physfs/Makefile =================================================================== --- head/devel/physfs/Makefile (revision 490011) +++ head/devel/physfs/Makefile (revision 490012) @@ -1,23 +1,17 @@ # Created by: Oliver Lehmann # $FreeBSD$ PORTNAME= physfs -PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTVERSION= 3.0.1 CATEGORIES= devel MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/ MAINTAINER= oliver@FreeBSD.org COMMENT= Library to provide abstract access to various archives 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: head/devel/physfs/distinfo =================================================================== --- head/devel/physfs/distinfo (revision 490011) +++ head/devel/physfs/distinfo (revision 490012) @@ -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: head/devel/physfs/pkg-plist =================================================================== --- head/devel/physfs/pkg-plist (revision 490011) +++ head/devel/physfs/pkg-plist (revision 490012) @@ -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