summaryrefslogtreecommitdiff
path: root/security/rats
diff options
context:
space:
mode:
authortaca <taca>2002-01-29 00:37:05 +0000
committertaca <taca>2002-01-29 00:37:05 +0000
commit28895888832a0953d75bf49b0ac430cf74489bb6 (patch)
tree363380c16130bc993fe2de04c6e5044f2b1698ec /security/rats
parent2b7e7d9e79b72c30b47c49c166d5d392980952ef (diff)
downloadpkgsrc-28895888832a0953d75bf49b0ac430cf74489bb6.tar.gz
Update rats package to 1.3.
o Utilize textproc/expat/buildlink.mk. o Install data file to ${LOCALBASE}/libdata/rats instead of ${LOCALBASE}/lib. It seems that Changes isn't available but PHP support was added.
Diffstat (limited to 'security/rats')
-rw-r--r--security/rats/Makefile23
-rw-r--r--security/rats/PLIST10
-rw-r--r--security/rats/distinfo7
-rw-r--r--security/rats/patches/patch-aa13
4 files changed, 20 insertions, 33 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile
index e859aa9cc0d..b0c5e88965c 100644
--- a/security/rats/Makefile
+++ b/security/rats/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:40 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/01/29 00:37:05 taca Exp $
#
-DISTNAME= rats-1.1
-CATEGORIES= security
-MASTER_SITES= http://www.securesw.com/rats/
+DISTNAME= rats-1.3
+CATEGORIES= security
+MASTER_SITES= http://www.securesw.com/rats/
-MAINTAINER= tech-pkg-ja@jp.netbsd.org
-HOMEPAGE= http://www.securesw.com/rats/
-COMMENT= Rough Auditing Tool for Security
+MAINTAINER= tech-pkg-ja@jp.netbsd.org
+HOMEPAGE= http://www.securesw.com/rats/
+COMMENT= Rough Auditing Tool for Security
-DEPENDS+= expat-[0-9]*:../../textproc/expat
-
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --with-expat-include=${LOCALBASE}/include
+USE_BUILDLINK_ONLY= # defined
+GNU_CONFIGURE= # defined
+CONFIGURE_ARGS= --libdir=${LOCALBASE}/libdata/rats
+ALL_TARGET= rats
+.include "../../textproc/expat/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/rats/PLIST b/security/rats/PLIST
index fcbc4303736..fd7607ffe36 100644
--- a/security/rats/PLIST
+++ b/security/rats/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:17:38 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/01/29 00:37:05 taca Exp $
bin/rats
-lib/rats-c.xml
-lib/rats-perl.xml
-lib/rats-python.xml
-
+libdata/rats/rats-c.xml
+libdata/rats/rats-perl.xml
+libdata/rats/rats-python.xml
+libdata/rats/rats-php.xml
diff --git a/security/rats/distinfo b/security/rats/distinfo
index 76dd23f7ab9..8fe8116dc2b 100644
--- a/security/rats/distinfo
+++ b/security/rats/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/08/06 06:10:50 jun Exp $
+$NetBSD: distinfo,v 1.3 2002/01/29 00:37:05 taca Exp $
-SHA1 (rats-1.1.tar.gz) = 80d7585299c370986b5caa4bff69b29545a668b8
-Size (rats-1.1.tar.gz) = 190563 bytes
-SHA1 (patch-aa) = 7d3502edccb5beaaebeed658d55b632b2ecf9c42
+SHA1 (rats-1.3.tar.gz) = 27d2b08278535a59b07da496ea531781b9e3af43
+Size (rats-1.3.tar.gz) = 281704 bytes
diff --git a/security/rats/patches/patch-aa b/security/rats/patches/patch-aa
deleted file mode 100644
index 789cf4b3e7e..00000000000
--- a/security/rats/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/05/21 09:44:10 jun Exp $
-
---- Makefile.in.org Mon May 21 18:05:09 2001
-+++ Makefile.in
-@@ -29,6 +29,8 @@
- LIBS = @LIBS@
- SOURCES = $(OBJ:$(OBJ_EXTN)=.c)
-
-+all: $(BIN)
-+
- $(BIN): $(OBJ)
- $(CC) $(LDFLAGS) -o $(BIN) $(OBJ) $(LIBS)
-