diff options
author | wiz <wiz> | 2003-12-14 17:57:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-12-14 17:57:36 +0000 |
commit | b359e4cdf9a15cbd56ae2e4c029566e81df0c778 (patch) | |
tree | 7111a9c83dd70cf79bee81eb09b08b50429f529f /security/gpgme03 | |
parent | cca5bf936b947a7a1499b871f90ff53747b73705 (diff) | |
download | pkgsrc-b359e4cdf9a15cbd56ae2e4c029566e81df0c778.tar.gz |
Mention that this is the 0.3 branch.
Diffstat (limited to 'security/gpgme03')
-rw-r--r-- | security/gpgme03/DESCR | 3 | ||||
-rw-r--r-- | security/gpgme03/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/security/gpgme03/DESCR b/security/gpgme03/DESCR index 26a3a6aa608..c0c3cb2cd78 100644 --- a/security/gpgme03/DESCR +++ b/security/gpgme03/DESCR @@ -2,3 +2,6 @@ GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management. + +This is the 0.3 branch of the package; for newer versions +look into the ``gpgme'' package. diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index 52a4b9d67b6..9d1f7fe9a22 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/14 17:51:04 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2003/12/14 17:57:36 wiz Exp $ # DISTNAME= gpgme-0.3.15 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ MAINTAINER= oishi@ims.ac.jp HOMEPAGE= http://www.gnupg.org/gpgme.html -COMMENT= GnuPG Made Easy +COMMENT= GnuPG Made Easy (0.3 branch) DEPENDS+= gnupg>=1.2.0:../../security/gnupg |