From owner-svn-ports-all@FreeBSD.ORG Thu May 21 00:17:23 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38F457E7; Thu, 21 May 2015 00:17:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 274A51C44; Thu, 21 May 2015 00:17:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4L0HNlT000777; Thu, 21 May 2015 00:17:23 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4L0HMH9000775; Thu, 21 May 2015 00:17:22 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201505210017.t4L0HMH9000775@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Thu, 21 May 2015 00:17:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386902 - head/sysutils/aimage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 00:17:23 -0000 Author: delphij Date: Thu May 21 00:17:22 2015 New Revision: 386902 URL: https://svnweb.freebsd.org/changeset/ports/386902 Log: Add license, fix website URL and pass maintainership to submitter. PR: 198230 Submitted by: Chris Hutchinson Modified: head/sysutils/aimage/Makefile head/sysutils/aimage/pkg-descr Modified: head/sysutils/aimage/Makefile ============================================================================== --- head/sysutils/aimage/Makefile Wed May 20 22:44:34 2015 (r386901) +++ head/sysutils/aimage/Makefile Thu May 21 00:17:22 2015 (r386902) @@ -6,9 +6,11 @@ PORTVERSION= 3.2.5 CATEGORIES= sysutils MASTER_SITES= http://digitalcorpora.org/downloads/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Advanced Disk Imager +LICENSE= BSD3CLAUSE + LIB_DEPENDS= libafflib.so:${PORTSDIR}/sysutils/afflib USE_OPENSSL= yes Modified: head/sysutils/aimage/pkg-descr ============================================================================== --- head/sysutils/aimage/pkg-descr Wed May 20 22:44:34 2015 (r386901) +++ head/sysutils/aimage/pkg-descr Thu May 21 00:17:22 2015 (r386902) @@ -1,4 +1,5 @@ -aimage is the Advanced Disk Imager a tool to create forensic disk images. -aimage is a component the Advanced Forensics Format project. +aimage is the Advanced Disk Imager a tool to create +forensic disk images. aimage is a component the +Advanced Forensics Format project. -WWW: http://www.afflib.org +WWW: http://BSDforge.com/projects/sysutils/aimage