svn commit: r305897 - head/sysutils/autopsy
Alexey Dokuchaev
danfe at FreeBSD.org
Sun Oct 14 23:16:53 UTC 2012
Author: danfe
Date: Sun Oct 14 23:16:52 2012
New Revision: 305897
URL: http://svn.freebsd.org/changeset/ports/305897
Log:
Add LICENSE (GPLv2), adjust COMMENT, and trim Makefile header.
Feature safe: yes
Modified:
head/sysutils/autopsy/Makefile
Modified: head/sysutils/autopsy/Makefile
==============================================================================
--- head/sysutils/autopsy/Makefile Sun Oct 14 23:09:05 2012 (r305896)
+++ head/sysutils/autopsy/Makefile Sun Oct 14 23:16:52 2012 (r305897)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Autopsy
-# Date created: 2003-08-12
-# Whom: Pieter Danhieux <opr at bsdaemon.be>
-#
+# Created by: Pieter Danhieux <opr at bsdaemon.be>
# $FreeBSD$
-#
PORTNAME= autopsy
PORTVERSION= 2.24
@@ -11,7 +7,9 @@ CATEGORIES= sysutils security
MASTER_SITES= SF
MAINTAINER= ports at FreeBSD.org
-COMMENT= Graphical interface to The Sleuth Kit
+COMMENT= Web-based (graphical) interface to The Sleuth Kit
+
+LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/bin/ifind:${PORTSDIR}/sysutils/sleuthkit
RUN_DEPENDS:= ${BUILD_DEPENDS}
More information about the svn-ports-head
mailing list