Date: Thu, 12 Oct 2023 22:22:51 GMT From: Oliver Lehmann <oliver@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5a670e010543 - main - devel/physfs: update to 3.2.0 Message-ID: <202310122222.39CMMp2C088683@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by oliver: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a670e010543560ab5a168e40c13f79bfab6d146 commit 5a670e010543560ab5a168e40c13f79bfab6d146 Author: Oliver Lehmann <oliver@FreeBSD.org> AuthorDate: 2023-10-12 22:21:05 +0000 Commit: Oliver Lehmann <oliver@FreeBSD.org> CommitDate: 2023-10-12 22:22:13 +0000 devel/physfs: update to 3.2.0 --- devel/physfs/Makefile | 10 ++++++---- devel/physfs/distinfo | 6 +++--- devel/physfs/pkg-plist | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile index 9dc9d6b97d08..5ee4aea30ca8 100644 --- a/devel/physfs/Makefile +++ b/devel/physfs/Makefile @@ -1,15 +1,17 @@ PORTNAME= physfs -PORTVERSION= 3.0.2 +PORTVERSION= 3.2.0 +DISTVERSIONPREFIX= release- CATEGORIES= devel -MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/ MAINTAINER= oliver@FreeBSD.org COMMENT= Library to provide abstract access to various archives -WWW= https://icculus.org/physfs/ -CONFLICTS_INSTALL= physfs-devel +LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake readline tar:bzip2 USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= icculus .include <bsd.port.mk> diff --git a/devel/physfs/distinfo b/devel/physfs/distinfo index 0e8521ab3f38..78845ae5fc5e 100644 --- a/devel/physfs/distinfo +++ b/devel/physfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1555690993 -SHA256 (physfs-3.0.2.tar.bz2) = 304df76206d633df5360e738b138c94e82ccf086e50ba84f456d3f8432f9f863 -SIZE (physfs-3.0.2.tar.bz2) = 194888 +TIMESTAMP = 1697148001 +SHA256 (icculus-physfs-release-3.2.0_GH0.tar.gz) = 1991500eaeb8d5325e3a8361847ff3bf8e03ec89252b7915e1f25b3f8ab5d560 +SIZE (icculus-physfs-release-3.2.0_GH0.tar.gz) = 242857 diff --git a/devel/physfs/pkg-plist b/devel/physfs/pkg-plist index 0f208b47f0d8..c9b3dd9b9eb7 100644 --- a/devel/physfs/pkg-plist +++ b/devel/physfs/pkg-plist @@ -1,7 +1,7 @@ bin/test_physfs include/physfs.h lib/libphysfs.so.1 -lib/libphysfs.so.3.0.2 +lib/libphysfs.so.3.2.0 lib/libphysfs.a lib/libphysfs.so libdata/pkgconfig/physfs.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310122222.39CMMp2C088683>