From owner-svn-ports-all@FreeBSD.ORG Sun Sep 30 03:35:29 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80206106564A; Sun, 30 Sep 2012 03:35:29 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6B52E8FC0A; Sun, 30 Sep 2012 03:35:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8U3ZTLf051525; Sun, 30 Sep 2012 03:35:29 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8U3ZTBC051523; Sun, 30 Sep 2012 03:35:29 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209300335.q8U3ZTBC051523@svn.freebsd.org> From: Thomas Abthorpe Date: Sun, 30 Sep 2012 03:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305061 - head/security/p5-Crypt-PGPSimple X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Sep 2012 03:35:29 -0000 Author: tabthorpe Date: Sun Sep 30 03:35:28 2012 New Revision: 305061 URL: http://svn.freebsd.org/changeset/ports/305061 Log: - Reassign to the heap due to mail bounces Modified: head/security/p5-Crypt-PGPSimple/Makefile (contents, props changed) Modified: head/security/p5-Crypt-PGPSimple/Makefile ============================================================================== --- head/security/p5-Crypt-PGPSimple/Makefile Sun Sep 30 01:03:38 2012 (r305060) +++ head/security/p5-Crypt-PGPSimple/Makefile Sun Sep 30 03:35:28 2012 (r305061) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-PGPSimple -# Date created: May 25th 2002 -# Whom: Matjaz Prelog -# +# Created by: Matjaz Prelog # $FreeBSD$ -# PORTNAME= Crypt-PGPSimple PORTVERSION= 0.13 @@ -11,7 +7,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= rachek@si.FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Crypt::PGPSimple provides a simple object-oriented interface to PGP RUN_DEPENDS= ${LOCALBASE}/bin/pgp:${PORTSDIR}/security/pgp