diff options
author | knu <knu@FreeBSD.org> | 2001-10-12 23:01:08 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-10-12 23:01:08 +0800 |
commit | 8bfbd8f3ad816bfebe9d86a789467d0a1ae5c48b (patch) | |
tree | 82c9db4be7fab2503dd38aab7606abbbd4c082c6 /security/gpgme/pkg-descr | |
parent | ceecddd413c5489e0b226c90c48335afdb4ec6dd (diff) | |
download | freebsd-ports-graphics-8bfbd8f3ad816bfebe9d86a789467d0a1ae5c48b.tar.gz freebsd-ports-graphics-8bfbd8f3ad816bfebe9d86a789467d0a1ae5c48b.tar.zst freebsd-ports-graphics-8bfbd8f3ad816bfebe9d86a789467d0a1ae5c48b.zip |
- Update to 0.2.3.
- Update the URL in the package description.
- The author hacks a LIBTOOL path into their Makefiles that doesn't work
under the ports system. Make it work by a small patch to aclocal.m4
(which requires the addition of USE_AUTOCONF) and passing in the port
system's value of LIBTOOL (using a different variable name since they
already use LIBTOOL themselves). This was simpler than patching all
their Makefiles.
PR: ports/30999
Submitted by: Dave Chapeskie <bsdport@ddm.wox.org>
Approved by: MAINTAINER
Diffstat (limited to 'security/gpgme/pkg-descr')
-rw-r--r-- | security/gpgme/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme/pkg-descr b/security/gpgme/pkg-descr index 778dff2375a..6ada9d26f8f 100644 --- a/security/gpgme/pkg-descr +++ b/security/gpgme/pkg-descr @@ -1,6 +1,6 @@ -GPGME(GnuPG Make Easy) is a library desined to make access +GPGME(GnuPG Make Easy) is a library designed to make access to GnuPG easier for applications. -WWW: http://www.gnupg.org/gpgme/ +WWW: http://www.gnupg.org/gpgme.html tetarmoto@comm.eng.osaka-u.ac.jp |