svn commit: r354289 - head/lang/dmd1

Eitan Adler eadler at FreeBSD.org
Sat May 17 07:28:45 UTC 2014


Author: eadler
Date: Sat May 17 07:28:44 2014
New Revision: 354289
URL: http://svnweb.freebsd.org/changeset/ports/354289
QAT: https://qat.redports.org/buildarchive/r354289/

Log:
  Correctly handle lang/dmd1: the port should *not* define LEGAL_PORT but should instead correctly define NO_PACKAGE

Modified:
  head/lang/dmd1/Makefile

Modified: head/lang/dmd1/Makefile
==============================================================================
--- head/lang/dmd1/Makefile	Sat May 17 07:24:47 2014	(r354288)
+++ head/lang/dmd1/Makefile	Sat May 17 07:28:44 2014	(r354289)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}.${PORTVERSION}
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Official compiler for the D 1.0 programming language
 
-NO_PACKAGE=	Packages are not validation-tested by the developer
+NO_PACKAGE=	No redistribution of non validated binaries
 USES=		gmake zip
 PORTDOCS=	*.txt html/ phobos/
 WRKSRC=		${WRKDIR}/${PORTNAME}/src/${PORTNAME}


More information about the svn-ports-head mailing list