Date: Sat, 25 Aug 2018 19:59:00 +0000 (UTC) From: Oliver Lehmann <oliver@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478087 - head/devel/physfs-devel Message-ID: <201808251959.w7PJx02B015876@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: oliver Date: Sat Aug 25 19:58:59 2018 New Revision: 478087 URL: https://svnweb.freebsd.org/changeset/ports/478087 Log: update to 3.0.1 Modified: head/devel/physfs-devel/Makefile head/devel/physfs-devel/distinfo head/devel/physfs-devel/pkg-plist Modified: head/devel/physfs-devel/Makefile ============================================================================== --- head/devel/physfs-devel/Makefile Sat Aug 25 19:48:48 2018 (r478086) +++ head/devel/physfs-devel/Makefile Sat Aug 25 19:58:59 2018 (r478087) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= physfs -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 3.0.1 CATEGORIES= devel MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/ PKGNAMESUFFIX= -devel @@ -13,18 +12,7 @@ COMMENT= Library to provide abstract access to various CONFLICTS_INSTALL= physfs-[0-9]* -USES= cmake +USES= cmake 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; \ - 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 .include <bsd.port.mk> Modified: head/devel/physfs-devel/distinfo ============================================================================== --- head/devel/physfs-devel/distinfo Sat Aug 25 19:48:48 2018 (r478086) +++ head/devel/physfs-devel/distinfo Sat Aug 25 19:58:59 2018 (r478087) @@ -1,2 +1,3 @@ -SHA256 (physfs-1.1.1.tar.gz) = 994b65066657d49002509c9d84a9b0d2f5c0c1dab0457e9fe21ffa40f2205f63 -SIZE (physfs-1.1.1.tar.gz) = 345054 +TIMESTAMP = 1535226407 +SHA256 (physfs-3.0.1.tar.bz2) = b77b9f853168d9636a44f75fca372b363106f52d789d18a2f776397bf117f2f1 +SIZE (physfs-3.0.1.tar.bz2) = 194638 Modified: head/devel/physfs-devel/pkg-plist ============================================================================== --- head/devel/physfs-devel/pkg-plist Sat Aug 25 19:48:48 2018 (r478086) +++ head/devel/physfs-devel/pkg-plist Sat Aug 25 19:58:59 2018 (r478087) @@ -1,6 +1,6 @@ bin/test_physfs include/physfs.h lib/libphysfs.so.1 -lib/libphysfs.so.1.1.1 +lib/libphysfs.so.3.0.1 lib/libphysfs.a lib/libphysfs.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808251959.w7PJx02B015876>