From owner-svn-ports-head@FreeBSD.ORG Tue Oct 16 02:09:22 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C1983122; Tue, 16 Oct 2012 02:09:22 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A5B5B8FC08; Tue, 16 Oct 2012 02:09:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9G29MTf021756; Tue, 16 Oct 2012 02:09:22 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9G29MPK021754; Tue, 16 Oct 2012 02:09:22 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201210160209.q9G29MPK021754@svn.freebsd.org> From: "Jason E. Hale" Date: Tue, 16 Oct 2012 02:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305943 - head/sysutils/duff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2012 02:09:22 -0000 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