Bug 153029 - [patch] devel/pecl-operator - Add License - Don't force php version.
Summary: [patch] devel/pecl-operator - Add License - Don't force php version.
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-11 23:00 UTC by Tom Judge
Modified: 2010-12-20 07:20 UTC (History)
0 users

See Also:


Attachments
devel-pecl-operator.txt (1.00 KB, text/plain)
2010-12-11 23:00 UTC, Tom Judge
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Judge 2010-12-11 23:00:18 UTC
The attached patch addresses the following issues:

* Add LICENSE=PHP30 - http://pecl.php.net/package/operator
* Remove MD5 line from distinfo.
* Don't forcibly define DEFAULT_PHP_VAR, allow the user to get an error if its defined in the environment.  This will stop builds from pulling in php 5.3 when the global default is defined as php 4 or 52. 

Tinderbox Logs:

PHP 4
	N/A
PHP 5.2
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.2-amd64/pecl-operator-0.3.log
PHP 5.3
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.3-amd64/pecl-operator-0.3.log
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-11 23:00:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-20 07:18:36 UTC
miwi        2010-12-20 07:18:32 UTC

  FreeBSD ports repository

  Modified files:
    devel/pecl-operator  Makefile distinfo 
  Log:
  * Add LICENSE=PHP30 - http://pecl.php.net/package/operator
  * Remove MD5 line from distinfo.
  * Don't forcibly define DEFAULT_PHP_VAR, allow the user to get an error
    if its defined in the environment. This will stop builds from pulling
    in php 5.3 when the global default is defined as php 4 or 52.
  
  PR:             153029
  Submitted by:   "Tom Judge" <tom@tomjudge.com>
  
  Revision  Changes    Path
  1.6       +3 -1      ports/devel/pecl-operator/Makefile
  1.3       +0 -1      ports/devel/pecl-operator/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2010-12-20 07:18:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!