Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2014 07:28:44 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354289 - head/lang/dmd1
Message-ID:  <201405170728.s4H7Sicg090606@svn.freebsd.org>

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



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