svn commit: r301272 - head/security/p5-GnuPG

Carlo Strub cs at FreeBSD.org
Sat Jul 21 12:33:29 UTC 2012


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 at FreeBSD.org
+MAINTAINER=	marcellocoutinho at 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



More information about the svn-ports-head mailing list