diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-07-21 20:33:29 +0800 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-07-21 20:33:29 +0800 |
commit | c22a822e0f0404cf752cf8305a9d419816596c47 (patch) | |
tree | 4a4a33697162a19b363a4b747ed1f1753603786f | |
parent | 980453215d276f33896c8d9eeac8e5c1b629e58f (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | security/p5-GnuPG/man-plist | 1 | ||||
-rw-r--r-- | security/p5-GnuPG/pkg-descr | 2 |
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 |