aboutsummaryrefslogtreecommitdiff
path: root/misc/pecl-timezonedb
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2021.1Sunpoet Po-Chuan Hsieh2021-01-302-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=563312
* Update to 2020.4Sunpoet Po-Chuan Hsieh2020-11-082-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=554522
* Update to 2020.3Sunpoet Po-Chuan Hsieh2020-11-062-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=554225
* Update to 2020.2Sunpoet Po-Chuan Hsieh2020-10-102-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=551943
* Update to 2020.1Sunpoet Po-Chuan Hsieh2020-05-022-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=533614
* Update to 2019.3Sunpoet Po-Chuan Hsieh2019-10-032-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=513715
* Update to 2019.2Sunpoet Po-Chuan Hsieh2019-08-122-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=508768
* Update to 2019.1Sunpoet Po-Chuan Hsieh2019-05-252-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=502645
* Update to 2018.9Sunpoet Po-Chuan Hsieh2019-01-232-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=491001
* Update to 2018.7Sunpoet Po-Chuan Hsieh2018-11-012-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=483708
* Update to 2018.6Sunpoet Po-Chuan Hsieh2018-10-232-5/+6
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=482853
* Update to 2018.5Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=475727
* Update to 2018.4Sunpoet Po-Chuan Hsieh2018-03-262-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=465610
* Update to 2018.3Sunpoet Po-Chuan Hsieh2018-01-272-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=460086
* Update to 2017.3Sunpoet Po-Chuan Hsieh2017-10-242-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=452791
* Update to 2017.2Sunpoet Po-Chuan Hsieh2017-04-242-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=439305
* Convert all PECL ports to USES=php:pecl.Mathieu Arnold2017-04-101-4/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281 Notes: svn path=/head/; revision=438175
* - Update WWW: pecl.php.net uses https://Sunpoet Po-Chuan Hsieh2016-12-131-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=428488
* - Update to 2016.10Sunpoet Po-Chuan Hsieh2016-11-262-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=427142
* - Update to 2016.9Sunpoet Po-Chuan Hsieh2016-11-192-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=426438
* - Update to 2016.8Sunpoet Po-Chuan Hsieh2016-11-052-5/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=425410
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022 Notes: svn path=/head/; revision=419514
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-3/+1
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* - Update to 2016.5Sunpoet Po-Chuan Hsieh2016-06-262-3/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=417566
* - Update to 2016.4Sunpoet Po-Chuan Hsieh2016-04-192-3/+3
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=413638
* - Update to 2016.3Sunpoet Po-Chuan Hsieh2016-03-252-3/+3
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=411884
* - Update to 2016.2Sunpoet Po-Chuan Hsieh2016-03-202-3/+3
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=411484
* - Update to 2016.1Sunpoet Po-Chuan Hsieh2016-02-032-4/+5
| | | | | | | | | | | | - Fix LICENSE - Add LICENSE_FILE Changes: https://pecl.php.net/package-changelog.php?package=timezonedb PR: 206884 Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=407984
* - Update to 2015.7Sunpoet Po-Chuan Hsieh2015-12-062-3/+3
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=403134
* - Update to 2015.6.1Sunpoet Po-Chuan Hsieh2015-09-032-3/+3
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=395977
* - Update to 2015.6Sunpoet Po-Chuan Hsieh2015-08-132-3/+3
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=394078
* - Update to 2015.5Sunpoet Po-Chuan Hsieh2015-06-162-3/+3
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=389847
* - Update to 2015.4Sunpoet Po-Chuan Hsieh2015-04-272-8/+3
| | | | | | | | | - Remove post-install: Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=384839
* - Update to 2014.10Sunpoet Po-Chuan Hsieh2014-11-242-3/+3
| | | | | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=373285
* - Update to 2014.7Sunpoet Po-Chuan Hsieh2014-09-022-5/+7
| | | | | | | | | - Strip shared library in post-install: Changes: http://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=367039
* - Update to 2014.6Sunpoet Po-Chuan Hsieh2014-08-092-3/+3
| | | | | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=364398
* - Update to 2014.5Sunpoet Po-Chuan Hsieh2014-07-042-3/+3
| | | | | | | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb PR: ports/191416 Submitted by: <dan@obluda.cz> Notes: svn path=/head/; revision=360520
* - Update to 2014.3Sunpoet Po-Chuan Hsieh2014-05-152-3/+3
| | | | | | | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb PR: ports/189810 Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=354158
* - Use USES=tar:tgzSunpoet Po-Chuan Hsieh2014-03-151-1/+1
| | | | Notes: svn path=/head/; revision=348369
* - Strip shared librarySunpoet Po-Chuan Hsieh2013-12-231-0/+3
| | | | Notes: svn path=/head/; revision=337288
* - Update to 2013.9Sunpoet Po-Chuan Hsieh2013-12-232-3/+3
| | | | | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=337272
* - Update to 2013.8Sunpoet Po-Chuan Hsieh2013-11-212-4/+3
| | | | | | | | | - Support STAGEDIR Changes: http://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=334524
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* - Update to 2013.4Sunpoet Po-Chuan Hsieh2013-07-132-3/+3
| | | | | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=322910
* - Remove php4 referenceMartin Wilke2013-06-091-1/+0
| | | | Notes: svn path=/head/; revision=320359
* - Update to 2013.3Sunpoet Po-Chuan Hsieh2013-04-262-3/+3
| | | | | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=316541
* - Update to 2013.2Sunpoet Po-Chuan Hsieh2013-03-142-3/+3
| | | | | | | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb PR: ports/176911 Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=314154
* - Update to 2012.10Sunpoet Po-Chuan Hsieh2012-12-083-6/+6
| | | | | | | | | | - Reformat pkg-descr Changes: http://pecl.php.net/package-changelog.php?package=timezonedb Feature safe: yes Notes: svn path=/head/; revision=308478
* - Update to 2012.6Sunpoet Po-Chuan Hsieh2012-10-072-8/+4
| | | | | | | | | | | - While I'm here, cleanup Makefile header Changes: http://pecl.php.net/package-changelog.php?package=timezonedb PR: ports/172345 Submitted by: John Marshall <john.marshall@riverwillow.com.au> Notes: svn path=/head/; revision=305483