aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2012-07-21 20:33:29 +0800
committerCarlo Strub <cs@FreeBSD.org>2012-07-21 20:33:29 +0800
commitc22a822e0f0404cf752cf8305a9d419816596c47 (patch)
tree4a4a33697162a19b363a4b747ed1f1753603786f
parent980453215d276f33896c8d9eeac8e5c1b629e58f (diff)
downloadfreebsd-ports-gnome-c22a822e0f0404cf752cf8305a9d419816596c47.tar.gz
freebsd-ports-gnome-c22a822e0f0404cf752cf8305a9d419816596c47.tar.zst
freebsd-ports-gnome-c22a822e0f0404cf752cf8305a9d419816596c47.zip
Fix some errors in the port:
- maintainer is submitter now - description should not mention submitter - man-plist unnecessary Submitted by: az@
-rw-r--r--security/p5-GnuPG/Makefile2
-rw-r--r--security/p5-GnuPG/man-plist1
-rw-r--r--security/p5-GnuPG/pkg-descr2
3 files changed, 1 insertions, 4 deletions
diff --git a/security/p5-GnuPG/Makefile b/security/p5-GnuPG/Makefile
index b630cfe54ef4..4c1c1f77b9a3 100644
--- a/security/p5-GnuPG/Makefile
+++ b/security/p5-GnuPG/Makefile
@@ -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
diff --git a/security/p5-GnuPG/man-plist b/security/p5-GnuPG/man-plist
deleted file mode 100644
index a3e3e6e11c1b..000000000000
--- a/security/p5-GnuPG/man-plist
+++ /dev/null
@@ -1 +0,0 @@
- gpgmailtunl.1.gz \
diff --git a/security/p5-GnuPG/pkg-descr b/security/p5-GnuPG/pkg-descr
index fab4baa2a507..b7b49775b777 100644
--- a/security/p5-GnuPG/pkg-descr
+++ b/security/p5-GnuPG/pkg-descr
@@ -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