* Capitalize NO_PACKAGE message * Update LEGAL so that the text matches NO_PACKAGE * Fix the distfile glob in LEGAL Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->gerald I'll take this.
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Thanks, I committed this patch. And sorry for the delay, usually this should not take that long. Do you think you'll be able to convert the port to staging support (cf. https://wiki.freebsd.org/ports/StageDir )? That would be good.