1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

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)
This commit is contained in:
Chris Hutchinson
2025-06-23 19:30:09 -07:00
committed by Hiroki Tagato
parent 82fa5f9b14
commit 3f1c53a350
2 changed files with 13 additions and 7 deletions
+10 -5
View File
@@ -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
+3 -2
View File
@@ -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