svn commit: r386902 - head/sysutils/aimage

Xin LI delphij at FreeBSD.org
Thu May 21 00:17:23 UTC 2015


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 at FreeBSD.org
+MAINTAINER=	portmaster at 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


More information about the svn-ports-all mailing list