Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2012 23:16:52 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305897 - head/sysutils/autopsy
Message-ID:  <201210142316.q9ENGqin062269@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@bsdaemon.be>
-#
+# Created by: Pieter Danhieux <opr@bsdaemon.be>
 # $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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210142316.q9ENGqin062269>