svn commit: r305943 - head/sysutils/duff

Jason E. Hale jhale at FreeBSD.org
Tue Oct 16 02:09:22 UTC 2012


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 at 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


More information about the svn-ports-head mailing list