diff options
author | wg <wg@FreeBSD.org> | 2014-08-03 20:06:02 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-08-03 20:06:02 +0800 |
commit | 607b712701bdf3a177ff5017b1d443aa364227c3 (patch) | |
tree | 5f9507e6f46abe1c516579bb28754d31242ca60d | |
parent | 18b8f47977b9fc542641ea4b04896e4fdeffa051 (diff) | |
download | freebsd-ports-gnome-607b712701bdf3a177ff5017b1d443aa364227c3.tar.gz freebsd-ports-gnome-607b712701bdf3a177ff5017b1d443aa364227c3.tar.zst freebsd-ports-gnome-607b712701bdf3a177ff5017b1d443aa364227c3.zip |
security/p5-openxpki-deployment: mark as deprecated
This port has been integrated into security/p5-openxpki.
PR: 191449
Submitted by: maintainer
-rw-r--r-- | security/p5-openxpki-deployment/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-openxpki-deployment/Makefile b/security/p5-openxpki-deployment/Makefile index af75475c3558..fc5e513e043b 100644 --- a/security/p5-openxpki-deployment/Makefile +++ b/security/p5-openxpki-deployment/Makefile @@ -3,7 +3,7 @@ PORTNAME= openxpki-deployment PORTVERSION= 0.9.1386 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= SF/openxpki/openxpki/0.9.1300 PKGNAMEPREFIX= p5- @@ -43,4 +43,7 @@ post-install: @sleep 9 .endif +DEPRECATED= This port was merged with security/p5-openxpki +EXPIRATION_DATE= 2014-09-03 + .include <bsd.port.mk> |