From owner-svn-ports-all@FreeBSD.ORG Tue Oct 16 16:36:50 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 81EE922B; Tue, 16 Oct 2012 16:36:50 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 68B4D8FC18; Tue, 16 Oct 2012 16:36:50 +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 q9GGaon0078131; Tue, 16 Oct 2012 16:36:50 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9GGaoOi078129; Tue, 16 Oct 2012 16:36:50 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201210161636.q9GGaoOi078129@svn.freebsd.org> From: Thomas Abthorpe Date: Tue, 16 Oct 2012 16:36:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305981 - head/lang/dmd 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.14 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: Tue, 16 Oct 2012 16:36:50 -0000 Author: tabthorpe Date: Tue Oct 16 16:36:49 2012 New Revision: 305981 URL: http://svn.freebsd.org/changeset/ports/305981 Log: - Fix the ZLIB license now that it is standard in bsd.licenses.db.mk Approved by: cy (maintainer) Pointyhat to: tabthorpe Feature safe: yes Modified: head/lang/dmd/Makefile (contents, props changed) Modified: head/lang/dmd/Makefile ============================================================================== --- head/lang/dmd/Makefile Tue Oct 16 16:13:13 2012 (r305980) +++ head/lang/dmd/Makefile Tue Oct 16 16:36:49 2012 (r305981) @@ -23,9 +23,6 @@ PORTDOCS= *.txt html/ phobos/ WRKSRC= ${WRKDIR}/${PORTNAME}/src/${PORTNAME} LICENSE_COMB= multi LICENSE= ART10 ZLIB DMD -LICENSE_NAME_ZLIB= zlib license -LICENSE_PERMS_ZLIB= ${_LICENSE_PERMS_DEFAULT} -LICENSE_FILE_ZLIB= ${WRKSRC}/../phobos/phoboslicense.txt LICENSE_NAME_DMD= digital mars license LICENSE_FILE_DMD= ${WRKSRC}/../../license.txt LICENSE_PERMS_DMD= no-pkg-mirror auto-accept