Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2012 02:09:22 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305943 - head/sysutils/duff
Message-ID:  <201210160209.q9G29MPK021754@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Tue Oct 16 02:09:22 2012
New Revision: 305943
URL: http://svn.freebsd.org/changeset/ports/305943

Log:
  - Remove LICENSE_GROUPS, LICENSE_NAME, and LICENSE_PERMS since
    the zlib license is now in bsd.licenses.db.mk
  
  Reported by:	pointyhat
  Submitted by:	tabthorpe
  Approved by:	makc, avilla (mentors, implicit)
  Feature safe:	yes

Modified:
  head/sysutils/duff/Makefile   (contents, props changed)

Modified: head/sysutils/duff/Makefile
==============================================================================
--- head/sysutils/duff/Makefile	Tue Oct 16 00:54:17 2012	(r305942)
+++ head/sysutils/duff/Makefile	Tue Oct 16 02:09:22 2012	(r305943)
@@ -9,10 +9,7 @@ MAINTAINER=	jhale@FreeBSD.org
 COMMENT=	Duplicate file finder
 
 LICENSE=	ZLIB
-LICENSE_GROUPS=	FSF GPL OSI
-LICENSE_NAME=	ZLIB license
 LICENSE_FILE=	${WRKSRC}/COPYING
-LICENSE_PERMS=	auto-accept
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes



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