Date: Sun, 2 Mar 2014 23:37:36 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346838 - in head: . lang/petite-chez Message-ID: <201403022337.s22Nbab7033513@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Mar 2 23:37:36 2014 New Revision: 346838 URL: http://svnweb.freebsd.org/changeset/ports/346838 QAT: https://qat.redports.org/buildarchive/r346838/ Log: Sync (and improve) the NO_PACKAGE and IGNORE statements and the entry in LEGAL. PR: 184682 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) Modified: head/LEGAL head/lang/petite-chez/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Sun Mar 2 23:34:42 2014 (r346837) +++ head/LEGAL Sun Mar 2 23:37:36 2014 (r346838) @@ -205,7 +205,7 @@ oracle/* databases/jdbc-oracle8i This s oracle/* databases/jdbc-oracle9i This software is under license and export controls oracle/sqldeveloper* databases/sqldeveloper This software is under license and export controls palmos-sdk-*-1.tar.gz palm/palmos-sdk License agreement is required -pcsv*i3fb.tar.gz lang/petite-chez Must acknowledge license +pcsv*fb.tar.gz lang/petite-chez User must accept license terms before installation PDFlib-Lite-*.tar.gz print/pdflib Many odd restrictions on usage and distribution platon* biology/platon $5000 USD for commercial users, free for academic poseidonCE-* java/poseidon Redistribution is not permitted Modified: head/lang/petite-chez/Makefile ============================================================================== --- head/lang/petite-chez/Makefile Sun Mar 2 23:34:42 2014 (r346837) +++ head/lang/petite-chez/Makefile Sun Mar 2 23:37:36 2014 (r346838) @@ -16,10 +16,10 @@ CONFLICTS= ikarus-* ONLY_FOR_ARCHS= i386 amd64 -NO_PACKAGE= user must accept license terms before installation +NO_PACKAGE= User must accept license terms before installation .if defined(PACKAGE_BUILDING) -IGNORE= user must accept license terms before installation +IGNORE= User must accept license terms before installation .endif OPTIONS_DEFINE= THREADS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403022337.s22Nbab7033513>