From owner-svn-ports-head@FreeBSD.ORG Sat Jul 21 12:33:29 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB73F106566B; Sat, 21 Jul 2012 12:33:29 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B5E408FC12; Sat, 21 Jul 2012 12:33: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 q6LCXTKY032514; Sat, 21 Jul 2012 12:33:29 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6LCXTOQ032511; Sat, 21 Jul 2012 12:33:29 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201207211233.q6LCXTOQ032511@svn.freebsd.org> From: Carlo Strub Date: Sat, 21 Jul 2012 12:33: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: r301272 - head/security/p5-GnuPG X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jul 2012 12:33:29 -0000 Author: cs Date: Sat Jul 21 12:33:29 2012 New Revision: 301272 URL: http://svn.freebsd.org/changeset/ports/301272 Log: Fix some errors in the port: - maintainer is submitter now - description should not mention submitter - man-plist unnecessary Submitted by: az@ Deleted: head/security/p5-GnuPG/man-plist Modified: head/security/p5-GnuPG/Makefile head/security/p5-GnuPG/pkg-descr Modified: head/security/p5-GnuPG/Makefile ============================================================================== --- head/security/p5-GnuPG/Makefile Sat Jul 21 10:03:51 2012 (r301271) +++ head/security/p5-GnuPG/Makefile Sat Jul 21 12:33:29 2012 (r301272) @@ -11,7 +11,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= marcellocoutinho@gmail.com COMMENT= Perl module for interfacing with GnuPG LICENSE= GPLv2 Modified: head/security/p5-GnuPG/pkg-descr ============================================================================== --- head/security/p5-GnuPG/pkg-descr Sat Jul 21 10:03:51 2012 (r301271) +++ head/security/p5-GnuPG/pkg-descr Sat Jul 21 12:33:29 2012 (r301272) @@ -1,5 +1,3 @@ GnuPG - Perl module interface to the GNU Privacy Guard (v1.x.x series) WWW: http://search.cpan.org/dist/GnuPG/ - -Marcello Coutinho