aboutsummaryrefslogtreecommitdiff
path: root/net/pecl-oauth2
Commit message (Collapse)AuthorAgeFilesLines
* net/pecl-oauth2: Update to 2.0.6Danilo G. Baio2020-09-122-4/+4
| | | | | | | | | Changelog: https://pecl.php.net/package-changelog.php?package=oauth&release=2.0.6 MFH: 2020Q3 (blanket: bugfix release) Notes: svn path=/head/; revision=548376
* Use USES=localbase:ldflagsSunpoet Po-Chuan Hsieh2020-03-011-3/+1
| | | | | | | | | PR: 244413 Submitted by: sunpoet (myself) Approved by: dbaio (maintainer) Notes: svn path=/head/; revision=527534
* net/pecl-oauth2: Update to 2.0.5Danilo G. Baio2020-02-102-5/+4
| | | | | | | Changelog: https://pecl.php.net/package-changelog.php?package=oauth&release=2.0.5 Notes: svn path=/head/; revision=525765
* net/pecl-oauth2: Update to 2.0.4Danilo G. Baio2019-12-082-4/+4
| | | | Notes: svn path=/head/; revision=519578
* Ignore with php 7.4Antoine Brodin2019-09-221-0/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=512557
* Remove stale IGNORE_WITH_PHP=56 values.Rene Ladan2019-01-051-1/+0
| | | | | | | Reminded by: sunpoet Notes: svn path=/head/; revision=489349
* net/pecl-oauth2: Fix build with PHP 7.3Danilo G. Baio2018-10-131-2/+3
| | | | Notes: svn path=/head/; revision=482001
* Those ports are not compatible with php 7.3Antoine Brodin2018-10-121-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=481878
* net/pecl-oauth2: Update to 2.0.3Danilo G. Baio2018-10-072-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=oauth&release=2.0.3 Notes: svn path=/head/; revision=481443
* Fix order of IGNORE_WITH_PHP variableDanilo G. Baio2018-03-201-2/+1
| | | | | | | | | Related with `USES=php` so is better to keep them together Reported by: mat Notes: svn path=/head/; revision=465055
* Fix order of variablesDanilo G. Baio2018-03-171-3/+5
| | | | | | | Ports maintained by me in categories:: mail math net net-im Notes: svn path=/head/; revision=464820
* Introduce PHP flavors.Mathieu Arnold2018-03-081-1/+0
| | | | | | | | | | | | | | | | | Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208 Notes: svn path=/head/; revision=463917
* Update my email addressDanilo G. Baio2017-05-081-1/+1
| | | | | | | | Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648 Notes: svn path=/head/; revision=440442
* 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
* Now that PHP 5.5 is removed from the Ports Tree, clean up any staleRene Ladan2016-10-241-1/+1
| | | | | | | IGNORE_WITH_PHP values (5, 52, 54, 55) Notes: svn path=/head/; revision=424590
* pecl-oauth is a php interface to the oauth protocol.Ruslan Makhmatkhanov2016-10-103-0/+38
Oauth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords. WWW: http://pecl.php.net/package/oauth/ PR: 212773 Submitted by: dbaio@bsd.com.br Notes: svn path=/head/; revision=423698