diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-12 16:44:23 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-12 16:44:23 +0800 |
commit | 2a0b28490d0c65916bedcbade589ae248dd177e1 (patch) | |
tree | 7cbe8a5db51f68f40025809adb8697c66d7e29d8 /security/gpgme | |
parent | 80ec55d9012428be0b1bef6be74015605caab0d6 (diff) | |
download | freebsd-ports-gnome-2a0b28490d0c65916bedcbade589ae248dd177e1.tar.gz freebsd-ports-gnome-2a0b28490d0c65916bedcbade589ae248dd177e1.tar.zst freebsd-ports-gnome-2a0b28490d0c65916bedcbade589ae248dd177e1.zip |
Fix email addresses and WWW site
PR: ports/46111
Submitted by: TERAMOTO Masahiro <TERAMOTO@nanase.comm.eng.osaka-u.ac.jp>
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 2 | ||||
-rw-r--r-- | security/gpgme/pkg-descr | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 48573518ea5f..43b5822802fe 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.3.9 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ -MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp +MAINTAINER= markun@onohara.to BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg diff --git a/security/gpgme/pkg-descr b/security/gpgme/pkg-descr index 6ada9d26f8f6..7e33993228c7 100644 --- a/security/gpgme/pkg-descr +++ b/security/gpgme/pkg-descr @@ -1,6 +1,6 @@ GPGME(GnuPG Make Easy) is a library designed to make access to GnuPG easier for applications. -WWW: http://www.gnupg.org/gpgme.html +WWW: http://www.gnupg.org/related_software/gpgme/ -tetarmoto@comm.eng.osaka-u.ac.jp +markun@onohara.to |