From owner-svn-ports-head@FreeBSD.ORG Sun Oct 14 23:16:53 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27AB0B3F; Sun, 14 Oct 2012 23:16:53 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0F05E8FC0A; Sun, 14 Oct 2012 23:16:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9ENGqFV062271; Sun, 14 Oct 2012 23:16:52 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9ENGqin062269; Sun, 14 Oct 2012 23:16:52 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201210142316.q9ENGqin062269@svn.freebsd.org> From: Alexey Dokuchaev Date: Sun, 14 Oct 2012 23:16:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305897 - head/sysutils/autopsy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2012 23:16:53 -0000 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 -# +# Created by: Pieter Danhieux # $FreeBSD$ -# PORTNAME= autopsy PORTVERSION= 2.24 @@ -11,7 +7,9 @@ CATEGORIES= sysutils security MASTER_SITES= SF MAINTAINER= ports@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}