Bug 184682 - lang/petite-chez: update LEGAL to match the port
Summary: lang/petite-chez: update LEGAL to match the port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-11 10:50 UTC by Vitaly Magerya
Modified: 2014-03-02 23:44 UTC (History)
0 users

See Also:


Attachments
file.diff (1.18 KB, patch)
2013-12-11 10:50 UTC, Vitaly Magerya
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Magerya 2013-12-11 10:50:00 UTC
* 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:
Comment 1 Gerald Pfeifer freebsd_committer freebsd_triage 2014-03-01 12:43:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gerald

I'll take this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-02 23:37:44 UTC
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"
Comment 3 Gerald Pfeifer freebsd_committer freebsd_triage 2014-03-02 23:42:03 UTC
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.