diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2007-11-07 11:13:15 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2007-11-07 11:13:15 +0000 |
commit | 0e4f12b3db2733e2c5b43a56ecf29b651ba84b35 (patch) | |
tree | de1ebc8abef0f4a96b20fa9043ccbb326863df2a /security/libassuan/Makefile | |
parent | 3691bc5f8369c6593db9af393195499cc93e8335 (diff) | |
download | pkgsrc-0e4f12b3db2733e2c5b43a56ecf29b651ba84b35.tar.gz |
Upgrade to 1.0.3. This is a maintenance upgrade. Noteworthy changes in
version 1.0.3:
* New functions assuan_process_done and assuan_inquire_ext to support
external event loops.
* Changed the license of the library code back to LGPLv2.1 to support
a bunch of GPLv2(only) software which does not allow the use of
LGPLv3.
* Assorted bug fixed and code cleanups.
Diffstat (limited to 'security/libassuan/Makefile')
-rw-r--r-- | security/libassuan/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile index 5c1fe38671c..0a0caec781d 100644 --- a/security/libassuan/Makefile +++ b/security/libassuan/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2007/05/12 11:11:25 shannonjr Exp $ +# $NetBSD: Makefile,v 1.14 2007/11/07 11:13:15 shannonjr Exp $ # -DISTNAME= libassuan-1.0.1 +DISTNAME= libassuan-1.0.3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/ EXTRACT_SUFX= .tar.bz2 @@ -13,7 +13,7 @@ COMMENT= The IPC library used by some GnuPG related software PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes -INFO_FILES= # PLIST +INFO_FILES= yes BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0 |