diff options
author | clive <clive@FreeBSD.org> | 2001-01-04 02:30:53 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-01-04 02:30:53 +0800 |
commit | 85e29c2090b140c4c0c2e1622d96aeb2d08722c3 (patch) | |
tree | 01960bdc2c290ace7ef29bb1121014080b96a54f /security | |
parent | a457ae1a4b0805704f344ab05b49422d759b7f7c (diff) | |
download | freebsd-ports-gnome-85e29c2090b140c4c0c2e1622d96aeb2d08722c3.tar.gz freebsd-ports-gnome-85e29c2090b140c4c0c2e1622d96aeb2d08722c3.tar.zst freebsd-ports-gnome-85e29c2090b140c4c0c2e1622d96aeb2d08722c3.zip |
o Whitespacechage to satisfy portlint -abctN
o Add WWW link
Diffstat (limited to 'security')
-rw-r--r-- | security/gpa/Makefile | 4 | ||||
-rw-r--r-- | security/gpa/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 94d8cf1be03d..10e1506c16ea 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -6,11 +6,11 @@ # PORTNAME= gpa -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/devel/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clive@FreeBSD.org RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg diff --git a/security/gpa/pkg-descr b/security/gpa/pkg-descr index 77ec79e612ec..3623016a9b29 100644 --- a/security/gpa/pkg-descr +++ b/security/gpa/pkg-descr @@ -1,3 +1,5 @@ The GNU Privacy Assistant is a graphical frontend to GnuPG and may be used to manage the keys and encrypt/decrypt/sign/check files. It is much like Seahorse. + +WWW: http://www.gnupg.org/gpa.html |