diff options
author | Chris Hutchinson <portmaster@BSDforge.com> | 2025-06-23 19:30:09 -0700 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-06-25 14:02:04 +0900 |
commit | 3f1c53a35058bcc2b3bdf5a9549cc73a9d57ae4b (patch) | |
tree | 4bf7660fa7912ae53bbd8091b8d68396bb8f58b2 | |
parent | sysutils/appjail: Update to 4.0.0 (diff) |
archivers/libcabinet: add LICENSE and switch to new MASTER_SITES and WWW
While here, bump DISTVERSION to 0.31. No functional changes. The
version bump is only indicative of new maintenance and the ability of
others/users to more easily participate in it's development.
Summary of changes:
- New home: https://codeberg.org/BSDforge/libcabinet
- take maintainership
- add LICENSE file
- add README.md
PR: 287759
Reported by: Chris Hutchinson <portmaster@BSDforge.com> (new maintainer)
-rw-r--r-- | archivers/libcabinet/Makefile | 15 | ||||
-rw-r--r-- | archivers/libcabinet/distinfo | 5 |
2 files changed, 13 insertions, 7 deletions
diff --git a/archivers/libcabinet/Makefile b/archivers/libcabinet/Makefile index a96bba8f6930..dbb98226cbe6 100644 --- a/archivers/libcabinet/Makefile +++ b/archivers/libcabinet/Makefile @@ -1,17 +1,22 @@ PORTNAME= libcabinet -PORTVERSION= 0.30 -PORTREVISION= 2 +DISTVERSION= 0.31 CATEGORIES= archivers -MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/ +MASTER_SITES= https://codeberg.org/BSDforge/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDForge.com COMMENT= Portable library and utility to use Microsoft cabinet files (.cab) +WWW= https://codeberg.org/BSDforge/libcabinet + +LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/LICENSE USES= uidfix USE_LDCONFIG= yes SRCFILE= ${WRKSRC}/listcab.cpp PROGFILE= ${SRCFILE:S/.cpp$//} -MAKE_ENV= WITHOUT_PROFILE=yes SRCCONF=/dev/null +MAKE_ENV= SRCCONF=/dev/null \ + WITHOUT_PROFILE=yes +WRKSRC= ${WRKDIR}/${PORTNAME} post-build: ${CXX} ${CXXFLAGS} -o ${PROGFILE} ${SRCFILE} -L${WRKSRC} -lcabinet -lz diff --git a/archivers/libcabinet/distinfo b/archivers/libcabinet/distinfo index dda536d9de69..d4ac30a08d4d 100644 --- a/archivers/libcabinet/distinfo +++ b/archivers/libcabinet/distinfo @@ -1,2 +1,3 @@ -SHA256 (libcabinet-0.30.tar.gz) = 775acd65262f1db7d78e34c6e1f190f448fcd20e0b851f8cc800fd7dabe7281b -SIZE (libcabinet-0.30.tar.gz) = 116175 +TIMESTAMP = 1750731954 +SHA256 (libcabinet-0.31.tar.gz) = 0ecf6476268442344361bb6aa3a41eda509ccc229863e40d69d7484b21408308 +SIZE (libcabinet-0.31.tar.gz) = 120564 |