Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 11:41:01 +0000 (UTC)
From:      Anton Berezin <tobez@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309165 - head/security/p5-Crypt-OpenPGP
Message-ID:  <201212181141.qBIBf1pi031192@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobez
Date: Tue Dec 18 11:41:01 2012
New Revision: 309165
URL: http://svnweb.freebsd.org/changeset/ports/309165

Log:
  Drop support for perl 5.8.
  
  Nudged by:	az

Modified:
  head/security/p5-Crypt-OpenPGP/Makefile

Modified: head/security/p5-Crypt-OpenPGP/Makefile
==============================================================================
--- head/security/p5-Crypt-OpenPGP/Makefile	Tue Dec 18 11:37:35 2012	(r309164)
+++ head/security/p5-Crypt-OpenPGP/Makefile	Tue Dec 18 11:41:01 2012	(r309165)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	p5-Crypt-OpenPGP
-# Date created:				Tue Sep 11 02:08:49 PDT 2001
-# Whom:	      				Michael Haro <mharo@FreeBSD.org>
-#
+# Created by: Michael Haro <mharo@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Crypt-OpenPGP
 PORTVERSION=	1.06
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -48,13 +45,7 @@ MAN3=		Crypt::OpenPGP::ErrorHandler.3 Cr
 		Crypt::OpenPGP::Trust.3 Crypt::OpenPGP::Certificate.3 \
 		Crypt::OpenPGP::Message.3 Crypt::OpenPGP::KeyServer.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
 post-patch:
 	@${RM} -f ${WRKSRC}/lib/Crypt/OpenPGP/Ciphertext.pm.orig
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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