aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2010-03-09 20:10:46 +0800
committerdanfe <danfe@FreeBSD.org>2010-03-09 20:10:46 +0800
commit4273318dfe5ccf905659e31ded0cfc93b8ef6ddd (patch)
tree2519fdfcd5b6b1919928298d804f9eb6bf3f489a
parent81786a4e58ad3cd6f95aef8c418dd4f35c9081b8 (diff)
downloadfreebsd-ports-gnome-4273318dfe5ccf905659e31ded0cfc93b8ef6ddd.tar.gz
freebsd-ports-gnome-4273318dfe5ccf905659e31ded0cfc93b8ef6ddd.tar.zst
freebsd-ports-gnome-4273318dfe5ccf905659e31ded0cfc93b8ef6ddd.zip
- Update to version 2.23 (required to match `sysutils/sleuthkit')
- Correctly assign RUN_DEPENDS (before, Perl dependency was recorded twice) - Relinquish as I do not use this port Related PR: ports/137781
-rw-r--r--sysutils/autopsy/Makefile10
-rw-r--r--sysutils/autopsy/distinfo6
-rw-r--r--sysutils/autopsy/files/patch-configure37
3 files changed, 17 insertions, 36 deletions
diff --git a/sysutils/autopsy/Makefile b/sysutils/autopsy/Makefile
index 527a50706960..cedbb6ef33f0 100644
--- a/sysutils/autopsy/Makefile
+++ b/sysutils/autopsy/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: autopsy
+# New ports collection makefile for: Autopsy
# Date created: 2003-08-12
# Whom: Pieter Danhieux <opr@bsdaemon.be>
#
@@ -6,15 +6,15 @@
#
PORTNAME= autopsy
-PORTVERSION= 2.08
+PORTVERSION= 2.23
CATEGORIES= sysutils security
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+MASTER_SITES= SF
-MAINTAINER= danfe@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical interface to The Sleuth Kit
BUILD_DEPENDS= ${LOCALBASE}/bin/ifind:${PORTSDIR}/sysutils/sleuthkit
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= yes
IS_INTERACTIVE= yes
diff --git a/sysutils/autopsy/distinfo b/sysutils/autopsy/distinfo
index fcea69a09e81..e27f7549522c 100644
--- a/sysutils/autopsy/distinfo
+++ b/sysutils/autopsy/distinfo
@@ -1,3 +1,3 @@
-MD5 (autopsy-2.08.tar.gz) = 0ac9db9acf66742f8f01f3d8b0cf2f90
-SHA256 (autopsy-2.08.tar.gz) = e7a31f339ffdc0493d46528701955d622ddf72837a5467aca825b4128b86ff72
-SIZE (autopsy-2.08.tar.gz) = 385033
+MD5 (autopsy-2.23.tar.gz) = 739519bab4f00bdfe2c995b25e8ddc1d
+SHA256 (autopsy-2.23.tar.gz) = c3ef5e6b617890ca05d6978656dc64a660fde709aa2a57463ac1c1d0c749d8bf
+SIZE (autopsy-2.23.tar.gz) = 387735
diff --git a/sysutils/autopsy/files/patch-configure b/sysutils/autopsy/files/patch-configure
index 64a819ab65d7..025c370d3da7 100644
--- a/sysutils/autopsy/files/patch-configure
+++ b/sysutils/autopsy/files/patch-configure
@@ -9,17 +9,7 @@
echo ""
-@@ -115,8 +115,7 @@
- fi;
-
- # Get current working directory for lib
--echo "use lib '$PWD/';" >> ./config.tmp
--echo "use lib '$PWD/lib/';" >> ./config.tmp
-+echo "use lib '${PREFIX}/lib/autopsy/';" >> ./config.tmp
-
- # Write autopsy
- if (test -f ./autopsy) then
-@@ -206,7 +206,7 @@
+@@ -96,7 +96,7 @@
# INSTALLATION DIRECTORY
#############################################################################
echo '' >> $conf;
@@ -28,22 +18,13 @@
# Now add the variables that need user interaction
-@@ -271,8 +271,9 @@
- echo ' http://www.sleuthkit.org/sleuthkit/'
- echo ''
- echo 'Enter the directory where you installed it:'
-+tskdir=${LOCALBASE}
- while (test 1 -eq 1)
-- do read tskdir;
-+ do
- if (test -x "${tskdir}/bin/icat") then
- if (test -x "${tskdir}/bin/fls") then
- echo ' Sleuth Kit bin directory was found';
-@@ -284,6 +285,7 @@
- else
- echo 'The Sleuth Kit was not found (try again):';
- fi;
-+ read tskdir;
- done
+@@ -438,8 +438,7 @@
+ fi;
+ # Get current working directory for lib
+-echo "use lib '$PWD/';" >> ./config.tmp
+-echo "use lib '$PWD/lib/';" >> ./config.tmp
++echo "use lib '${PREFIX}/lib/autopsy/';" >> ./config.tmp
+ if (test -f ./autopsy) then
+ echo "autopsy already exists, overwrite? (y/n):";