diff options
author | wiz <wiz@pkgsrc.org> | 2011-04-13 09:53:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-04-13 09:53:32 +0000 |
commit | 8de78773ac45478bd51beea83022678dd86e7b85 (patch) | |
tree | d1550c8c2b21fa01f8971ee76214b9a1e9988eec /security | |
parent | d927a89d7eec834ff780f2c36acbf325f5d3cde3 (diff) | |
download | pkgsrc-8de78773ac45478bd51beea83022678dd86e7b85.tar.gz |
Bump PKGREVISION for abs' PLIST fix.
While here, set COMMENT (!) and HOMEPAGE.
Diffstat (limited to 'security')
-rw-r--r-- | security/libassuan2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/libassuan2/Makefile b/security/libassuan2/Makefile index 8f68bbc7977..624314e79d1 100644 --- a/security/libassuan2/Makefile +++ b/security/libassuan2/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2011/04/12 13:17:20 adam Exp $ +# $NetBSD: Makefile,v 1.4 2011/04/13 09:53:32 wiz Exp $ DISTNAME= libassuan-2.0.1 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/ EXTRACT_SUFX= .tar.bz2 CONFLICTS= libassuan-1.*{,nb*} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/libassuan/ -COMMENT= TODO: Short description of the package +HOMEPAGE= http://gnupg.org/related_software/libassuan/index.en.html +COMMENT= IPC library used by some of the other GnuPG related packages LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir |