aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2004-01-16 16:25:21 +0000
committerMark Murray <markm@FreeBSD.org>2004-01-16 16:25:21 +0000
commit03801c6b5c9cc7adbc5260eabd667570350ebcbd (patch)
tree296f5843671f52d9b3c000751592a84edc0393df /sysutils
parent1734c3ab0c95285b8e274a4f2d07fb8cea2e03cf (diff)
downloadports-03801c6b5c9cc7adbc5260eabd667570350ebcbd.tar.gz
ports-03801c6b5c9cc7adbc5260eabd667570350ebcbd.zip
MAINTAINER address bounces, so reset.
Upgrade to 1.52.
Notes
Notes: svn path=/head/; revision=98313
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/task/Makefile4
-rw-r--r--sysutils/task/distinfo2
-rw-r--r--sysutils/task/files/patch-ac15
-rw-r--r--sysutils/task/files/patch-ad15
-rw-r--r--sysutils/task/files/patch-ag9
5 files changed, 3 insertions, 42 deletions
diff --git a/sysutils/task/Makefile b/sysutils/task/Makefile
index fc86d9f20798..1d4997700777 100644
--- a/sysutils/task/Makefile
+++ b/sysutils/task/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= task
-PORTVERSION= 1.50
+PORTVERSION= 1.52
CATEGORIES= sysutils security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_PACKETSTORM:S:%SUBDIR%:UNIX/utilities:}
MASTER_SITE_SUBDIR=sleuthkit
-MAINTAINER= jan@atstake.com
+MAINTAINER= ports@freebsd.org
COMMENT= The @stake Sleuth Kit for forensic analysis
USE_PERL5= yes
diff --git a/sysutils/task/distinfo b/sysutils/task/distinfo
index 35f2a48989c8..39e7a3a64c0f 100644
--- a/sysutils/task/distinfo
+++ b/sysutils/task/distinfo
@@ -1 +1 @@
-MD5 (task-1.50.tar.gz) = f21e123e9dc5b3634d0e974cff61fc93
+MD5 (task-1.52.tar.gz) = 475af26bad7492d61490a69ad7f2472e
diff --git a/sysutils/task/files/patch-ac b/sysutils/task/files/patch-ac
deleted file mode 100644
index 82f1a5074cc6..000000000000
--- a/sysutils/task/files/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./src/file/Makefile.orig Mon Oct 7 00:01:09 2002
-+++ ./src/file/Makefile Mon Oct 7 00:01:51 2002
-@@ -22,10 +22,9 @@
- # 4. This notice may not be removed or altered.
-
- SHELL = /bin/sh
--CC = gcc
--OPT = -O
-+CC ?= gcc
- DEBUG = -g
--CFLAGS = $(OPT) $(DEBUG) $(DEFS) $(DEFS_LCL)
-+CFLAGS += $(DEBUG) $(DEFS) $(DEFS_LCL)
-
- # If TASK is used with Autopsy on a CD that can be used for live
- # analysis, uncomment the line below and set the TASK directory
diff --git a/sysutils/task/files/patch-ad b/sysutils/task/files/patch-ad
deleted file mode 100644
index 99e7f7272dff..000000000000
--- a/sysutils/task/files/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./src/fstools/Makefile.orig Mon Oct 7 00:01:58 2002
-+++ ./src/fstools/Makefile Mon Oct 7 00:02:12 2002
-@@ -1,9 +1,9 @@
- SHELL = /bin/sh
--CC = gcc
--OPT = -O -Wall
-+CC ?= gcc
-+OPT = -Wall
- DEBUG = -ggdb
- INCL = -I../misc
--CFLAGS = $(DEFS) $(INCL) $(OPT) $(DEBUG)
-+CFLAGS += $(DEFS) $(INCL) $(OPT) $(DEBUG)
- LIBOBJ = fs_buf.o fs_inode.o fs_io.o fs_open.o \
- fs_dent.o fs_types.o fs_data.o mylseek.o get.o \
- ffs.o ffs_dent.o ext2fs.o ext2fs_dent.o \
diff --git a/sysutils/task/files/patch-ag b/sysutils/task/files/patch-ag
deleted file mode 100644
index b2e6f84a8fea..000000000000
--- a/sysutils/task/files/patch-ag
+++ /dev/null
@@ -1,9 +0,0 @@
---- Makefile.orig Mon Oct 7 00:05:18 2002
-+++ Makefile Mon Oct 7 00:05:22 2002
-@@ -1,5 +1,5 @@
- SHELL = /bin/sh
--CC = gcc
-+CC ?= gcc
- DIRS = bin etc
-
- all: $(DIRS) compile