aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-hiredis
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update databases/redis to the recent stable version 6.0.10.Sergey A. Osokin2021-01-131-1/+1
| | | | | | | | | | | | | | | Update CONFLICTS for: o) databases/redis4 o) databases/redis5 o) databases/redis o) databases/redis-devel Connect databases/redis5 to the build. Bump PORTREVISIONs for dependant ports. Notes: svn path=/head/; revision=561486
* Repocopy the databases/redis to the databases/redis4 to updateSergey A. Osokin2019-11-211-1/+1
| | | | | | | | | | | | the databases/redis port to the latest stable version, 5.0.6. PR: 241526 Reviewed by: portmgr (adamw) Approved by: portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D22336 Notes: svn path=/head/; revision=518107
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Update to 0.6.3Sunpoet Po-Chuan Hsieh2018-11-113-17/+5
| | | | | | | Changes: https://github.com/redis/hiredis-rb/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=484734
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-3/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 0.6.1Sunpoet Po-Chuan Hsieh2016-01-172-3/+4
| | | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/redis/hiredis-rb/blob/master/CHANGELOG.md Sponsored by: PortsCamp Taiwan Notes: svn path=/head/; revision=406373
* - Update to 0.6.0Sunpoet Po-Chuan Hsieh2015-05-312-3/+3
| | | | | | | Changes: https://github.com/redis/hiredis-rb/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=388154
* - Add LICENSESunpoet Po-Chuan Hsieh2015-05-272-4/+5
| | | | | | | | - Remove USE_RAKE - Update WWW Notes: svn path=/head/; revision=387662
* databases/rubygem-hiredis: create portSteve Wills2014-10-064-0/+39
Ruby wrapper for hiredis (protocol serialization/deserialization and blocking I/O) WWW: http://github.com/redis/hiredis-rb Notes: svn path=/head/; revision=370137