Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2012 16:36:50 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305981 - head/lang/dmd
Message-ID:  <201210161636.q9GGaoOi078129@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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