pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sqlgrey Add tool dependencies needed by the updat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dda423e2d434
branches:  trunk
changeset: 347607:dda423e2d434
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Thu May 26 00:51:05 2016 +0000

description:
Add tool dependencies needed by the update_sqlgrey_config script.
Bump PKGREVISION.

diffstat:

 mail/sqlgrey/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r bcb9021831c1 -r dda423e2d434 mail/sqlgrey/Makefile
--- a/mail/sqlgrey/Makefile     Wed May 25 23:21:15 2016 +0000
+++ b/mail/sqlgrey/Makefile     Thu May 26 00:51:05 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2016/05/25 21:39:44 fhajny Exp $
+# $NetBSD: Makefile,v 1.12 2016/05/26 00:51:05 fhajny Exp $
 
 DISTNAME=              sqlgrey-1.8.0
+PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=sqlgrey/}
 
@@ -14,6 +15,10 @@
 DEPENDS+=              p5-Net-Server>=0.87:../../net/p5-Net-Server
 DEPENDS+=              p5-IO-Multiplex>=1:../../devel/p5-IO-Multiplex
 
+# update_sqlgrey_config relies on diff, md5sum and wget
+USE_TOOLS+=            diff:run wget:run
+DEPENDS+=              coreutils-[0-9]*:../../sysutils/coreutils
+
 .include "../../mk/bsd.prefs.mk"
 
 BUILD_DEFS+=           VARBASE SQLGREY_DIR SQLGREY_PIDDIR



Home | Main Index | Thread Index | Old Index