svn commit: r474457 - head/security/keepassx

Steve Wills swills at FreeBSD.org
Wed Jul 11 15:52:27 UTC 2018


Author: swills
Date: Wed Jul 11 15:52:26 2018
New Revision: 474457
URL: https://svnweb.freebsd.org/changeset/ports/474457

Log:
  security/keepassx: mark deprecated
  
  While here, have portscout ignore this

Modified:
  head/security/keepassx/Makefile   (contents, props changed)

Modified: head/security/keepassx/Makefile
==============================================================================
--- head/security/keepassx/Makefile	Wed Jul 11 15:33:55 2018	(r474456)
+++ head/security/keepassx/Makefile	Wed Jul 11 15:52:26 2018	(r474457)
@@ -14,6 +14,11 @@ COMMENT=	Cross Platform Password Manager
 DATADIR=	${PREFIX}/share/${PORTNAME:tl}
 WRKSRC=		${WRKDIR}/${PORTNAME:tl}-${PORTVERSION}
 
+DEPRECATED=	Use keepassx2 or keepassxc instead
+EXPIRATION_DATE=	2018-08-12
+
+PORTSCOUT=	ignore
+
 USES=		desktop-file-utils qmake qt:4 shared-mime-info
 USE_QT=		moc_build uic_build qt3support_build rcc_build \
 		corelib gui xml


More information about the svn-ports-all mailing list