diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-10-20 19:09:11 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-10-20 19:09:11 +0000 |
commit | 4cab1adcc0e04cf72dfa1a99e81a79357634c3fb (patch) | |
tree | 0e69d09232e183962e105061326bb4560c61bb11 /security/gpgme/Makefile | |
parent | c929327960651f787879809472e910e2e4231013 (diff) | |
download | pkgsrc-4cab1adcc0e04cf72dfa1a99e81a79357634c3fb.tar.gz |
Update to 1.0.0:
* Version 1.0.0! We are proud to present you with a thoroughly
tested and stable version of the GPGME library. A big Thank You!
to all the people who made this possible.
The development will be branched into a stable 1.x.y series and the
head.
* The gpgme.m4 macro supports checking the API version. Just prepend
it to the required version string, separated by a colon. For
example, this release has the version "1:1.0.0". The last release
to which this version is (mostly) ABI compatible is "1:0.4.2",
which is the default required version.
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index b7f74ac15e4..b0e073c7ded 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2004/10/03 00:18:09 tv Exp $ +# $NetBSD: Makefile,v 1.22 2004/10/20 19:09:11 jmmv Exp $ # -DISTNAME= gpgme-0.9.0 -PKGREVISION= 1 +DISTNAME= gpgme-1.0.0 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ \ ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ |