diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-03-09 12:10:46 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-03-09 12:10:46 +0000 |
commit | 669045adabe213dc026f7441ea56066d91b1a11f (patch) | |
tree | 1a8321825b990f199a8bb22ae560240b52b7b32b /sysutils/autopsy/Makefile | |
parent | a5b3eb5834cfbc276d1534e057d0cbea96f67d37 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=250765
Diffstat (limited to 'sysutils/autopsy/Makefile')
-rw-r--r-- | sysutils/autopsy/Makefile | 10 |
1 files changed, 5 insertions, 5 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 |