svn commit: r346838 - in head: . lang/petite-chez

Gerald Pfeifer gerald at FreeBSD.org
Sun Mar 2 23:37:37 UTC 2014


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 at 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


More information about the svn-ports-head mailing list