Commit d4fef537 authored by Daniel's avatar Daniel Committed by Fernando Apesteguía
Browse files

security/kc: update to 2.5.1

kc24 was a transient port to easy the migration of the database. Later on, the
original kc port was obsoleted. Rename kc24 to kc to match upstream again and
update to latest version.

PR:		268842
Reported by:	leva@ecentrum.hu (maintainer)
parent 60064a09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11524,7 +11524,6 @@ www/qupzilla-qt5|www/falkon|2019-03-03|Has expired: Project continues as www/fal
databases/puppetdb-terminus4|databases/puppetdb-terminus5|2019-03-03|Has expired: Puppet 4 has reached EOL
sysutils/bacula-client|sysutils/bacula9-client|2019-03-03|Has expired: Unsupported. Please migrate to bacula9-server
net-mgmt/nagios-check_bacula|net-mgmt/nagios-check_bacula9|2019-03-03|Has expired: Unsupported. Please migrate to bacula9-server
security/kc|security/kc24|2019-03-03|Has expired: Versions 2.4.x use incompatible database format
sysutils/bacula-server|sysutils/bacula9-server|2019-03-03|Has expired: Unsupported. Please migrate to bacula9-server
sysutils/bacula-docs|sysutils/bacula9-docs|2019-03-03|Has expired: Unsupported. Please migrate to bacula9-docs
sysutils/bacula-client-static|sysutils/bacula9-client-static|2019-03-03|Has expired: Unsupported. Please migrate to bacula9-server
@@ -17749,3 +17748,4 @@ math/cvc4|math/cvc5|2023-01-03|CVC4 was succeeded by CVC5
math/cvc3|math/cvc5|2023-01-04|CVC3 was succeeded by CVC4 and CVC5
devel/caf|devel/actor-framework|2023-01-08|Merge duplicates into devel/actor-framework that is a full software name
net/nebula|security/nebula|2023-01-09|Remove duplicate
security/kc24|security/kc|2023-01-13|kc24 was a transient package to easy database migration. Rename to original name
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@
    SUBDIR += isnprober
    SUBDIR += john
    SUBDIR += kbfsd
    SUBDIR += kc24
    SUBDIR += kc
    SUBDIR += kdbxviewer
    SUBDIR += keepass
    SUBDIR += keepass-plugin-keepassrpc
+7 −5
Original line number Diff line number Diff line
PORTNAME=		kc
PORTVERSION=		2.4.2
PORTREVISION=	3
PORTVERSION=		2.5.1
CATEGORIES=		security
PKGNAMESUFFIX=		24

MAINTAINER=		leva@ecentrum.hu
COMMENT=		Console based password storing application
@@ -13,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS=		libxml2.so:textproc/libxml2

CONFLICTS=		kc
CONFLICTS=		kc24

OPTIONS_DEFINE=		PCRE SCRYPT
OPTIONS_DEFAULT=	PCRE SCRYPT LIBEDIT
@@ -35,11 +33,15 @@ USES+= pkgconfig ncurses ssl uidfix
USE_GITHUB=		yes
GH_ACCOUNT=		levaidaniel

PLIST_FILES=		bin/kc man/man1/kc.1.gz
PLIST_FILES=		bin/kc man/man1/kc.1.gz share/doc/kc/Changelog.md

MAKE_ENV+=		BUNDLED_BCRYPT=y

post-patch:
	@${REINPLACE_CMD} -e 's|-lncursesw|${NCURSESLIBS}|' ${WRKSRC}/Makefile

post-install:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/Changelog.md ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>

security/kc/distinfo

0 → 100644
+3 −0
Original line number Diff line number Diff line
TIMESTAMP = 1673275855
SHA256 (levaidaniel-kc-2.5.1_GH0.tar.gz) = d0265da21986c261bd1502b313540bfe991af8b97e44a7296d822fe0e2e0a632
SIZE (levaidaniel-kc-2.5.1_GH0.tar.gz) = 100143
+0 −0

File moved.

Loading