Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2017 13:54:20 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439610 - in head: devel/p5-Penguin mail/pgpsendmail security/p5-Crypt-PGPSimple
Message-ID:  <201704281354.v3SDsKwm079252@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Fri Apr 28 13:54:20 2017
New Revision: 439610
URL: https://svnweb.freebsd.org/changeset/ports/439610

Log:
  Chase expiration of security/pgp

Modified:
  head/devel/p5-Penguin/Makefile
  head/mail/pgpsendmail/Makefile
  head/security/p5-Crypt-PGPSimple/Makefile

Modified: head/devel/p5-Penguin/Makefile
==============================================================================
--- head/devel/p5-Penguin/Makefile	Fri Apr 28 13:36:01 2017	(r439609)
+++ head/devel/p5-Penguin/Makefile	Fri Apr 28 13:54:20 2017	(r439610)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Framework for passing digitally signed perl5 code between machines
 
+DEPRECATED=	Depends on expired security/pgp
+EXPIRATION_DATE=20170601
+
 RUN_DEPENDS=	pgp:security/pgp
 
 USES=		perl5

Modified: head/mail/pgpsendmail/Makefile
==============================================================================
--- head/mail/pgpsendmail/Makefile	Fri Apr 28 13:36:01 2017	(r439609)
+++ head/mail/pgpsendmail/Makefile	Fri Apr 28 13:54:20 2017	(r439610)
@@ -11,6 +11,9 @@ DISTNAME=	PGPsendmail-v${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PGP sign/encrypt/decrypt messages automatically
 
+DEPRECATED=	Depends on expired security/pgp
+EXPIRATION_DATE=20170601
+
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 

Modified: head/security/p5-Crypt-PGPSimple/Makefile
==============================================================================
--- head/security/p5-Crypt-PGPSimple/Makefile	Fri Apr 28 13:36:01 2017	(r439609)
+++ head/security/p5-Crypt-PGPSimple/Makefile	Fri Apr 28 13:54:20 2017	(r439610)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Crypt::PGPSimple provides a simple object-oriented interface to PGP
 
+DEPRECATED=	Depends on expired security/pgp
+EXPIRATION_DATE=20170601
+
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704281354.v3SDsKwm079252>