pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/sleuthkit Updated MASTER_SITES etc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/126e2048cb6c
branches:  trunk
changeset: 626037:126e2048cb6c
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Wed Oct 30 15:22:36 2013 +0000

description:
Updated MASTER_SITES etc.
Updated USE_TOOLS with gmake

diffstat:

 security/sleuthkit/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 0e5d5274a3fa -r 126e2048cb6c security/sleuthkit/Makefile
--- a/security/sleuthkit/Makefile       Wed Oct 30 15:13:19 2013 +0000
+++ b/security/sleuthkit/Makefile       Wed Oct 30 15:22:36 2013 +0000
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.1 2013/10/29 23:33:02 pettai Exp $
+# $NetBSD: Makefile,v 1.2 2013/10/30 15:22:36 pettai Exp $
 
 DISTNAME=      sleuthkit-3.2.3
-CATEGORIES=    security
-MASTER_SITES=  https://github.com/sleuthkit/sleuthkit/archive/
+CATEGORIES=    security sysutils
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=sleuthkit/}
 
 MAINTAINER=    pettai%NetBSD.org@localhost
 HOMEPAGE=      http://www.sleuthkit.org/
-COMMENT=       The Sleuth Kit (TSK)
+COMMENT=       The Sleuth Kit (TSK) opensource forensic toolkit
 LICENSE=       cpl-1.0 AND gnu-gpl-v2
 
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
-USE_TOOLS+=    perl:run
+USE_TOOLS+=    gmake file perl:run
 
 REPLACE_PERL=  tools/timeline/mactime tools/sorter/sorter
 
+.include "../../sysutils/file/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index