pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libassuan Multiple cleanups:
details: https://anonhg.NetBSD.org/pkgsrc/rev/faccbadb7e06
branches: trunk
changeset: 482953:faccbadb7e06
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Fri Nov 05 17:00:51 2004 +0000
description:
Multiple cleanups:
- Move PKG_INSTALLATION_TYPES to where it belongs.
- Sort USE_* section alphabetically.
- No need to use GNU make.
- No need to define USE_PKGLOCALEDIR.
- Add blank line before inclusion of buildlink3.mk files.
- Handle installation of info file propertly and bump PKGREVISION to 1
because of this.
diffstat:
security/libassuan/Makefile | 13 ++++++++-----
security/libassuan/PLIST | 3 +--
2 files changed, 9 insertions(+), 7 deletions(-)
diffs (43 lines):
diff -r 8342396dac30 -r faccbadb7e06 security/libassuan/Makefile
--- a/security/libassuan/Makefile Fri Nov 05 16:46:13 2004 +0000
+++ b/security/libassuan/Makefile Fri Nov 05 17:00:51 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2004/10/23 20:58:21 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/05 17:00:51 jmmv Exp $
#
DISTNAME= libassuan-0.6.7
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/
@@ -9,12 +10,14 @@
HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/
COMMENT= The IPC library used by some GnuPG related software
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+
+INFO_FILES= assuan.info
BUILDLINK_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
+
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 8342396dac30 -r faccbadb7e06 security/libassuan/PLIST
--- a/security/libassuan/PLIST Fri Nov 05 16:46:13 2004 +0000
+++ b/security/libassuan/PLIST Fri Nov 05 17:00:51 2004 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2004/10/23 13:27:36 shannonjr Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/11/05 17:00:51 jmmv Exp $
bin/libassuan-config
include/assuan.h
-info/assuan.info
lib/libassuan.a
share/aclocal/libassuan.m4
Home |
Main Index |
Thread Index |
Old Index