From owner-svn-ports-all@FreeBSD.ORG Sun Aug 3 12:06:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77C179A2 for ; Sun, 3 Aug 2014 12:06:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E09B25B8 for ; Sun, 3 Aug 2014 12:06:03 +0000 (UTC) Received: from wg (uid 1317) (envelope-from wg@FreeBSD.org) id 5ae4 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 03 Aug 2014 12:06:03 +0000 From: William Grzybowski Date: Sun, 3 Aug 2014 12:06:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363886 - head/security/p5-openxpki-deployment X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53de25ab.5ae4.7272dc2a@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2014 12:06:03 -0000 Author: wg Date: Sun Aug 3 12:06:02 2014 New Revision: 363886 URL: http://svnweb.freebsd.org/changeset/ports/363886 QAT: https://qat.redports.org/buildarchive/r363886/ Log: security/p5-openxpki-deployment: mark as deprecated This port has been integrated into security/p5-openxpki. PR: 191449 Submitted by: maintainer Modified: head/security/p5-openxpki-deployment/Makefile Modified: head/security/p5-openxpki-deployment/Makefile ============================================================================== --- head/security/p5-openxpki-deployment/Makefile Sun Aug 3 12:04:26 2014 (r363885) +++ head/security/p5-openxpki-deployment/Makefile Sun Aug 3 12:06:02 2014 (r363886) @@ -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