aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Redis
Commit message (Collapse)AuthorAgeFilesLines
* databases/p5-Redis: 1.9820 -> 1.9910Kurt Jaeger2017-01-162-4/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/DAMS/Redis-1.991/Changes Notes: svn path=/head/; revision=431699
* databases/p5-Redis: add missing RUN_DEPENDS for lang/p5-Try-TinyKurt Jaeger2017-01-161-1/+2
| | | | | | | Submitted by: Tommy Scheunemann <net@arrishq.net> Notes: svn path=/head/; revision=431688
* Update to 1.982.Mathieu Arnold2016-06-083-6/+9
| | | | | | | | | PR: 210120 (based on) Submitted by: Alejandro Bednarik Sponsored by: Absolight Notes: svn path=/head/; revision=416551
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Remove perl5.16-specific bits from perl@ ports. While here, sortAdam Weinberger2016-01-011-7/+1
| | | | | | | plists as necessary. Notes: svn path=/head/; revision=405038
* Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. TheAdam Weinberger2015-06-241-1/+0
| | | | | | | | | downside to having this set is that portscout cannot find new releases when the username changes (which happens often in large projects with multiple maintainers). Notes: svn path=/head/; revision=390487
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-3/+3
| | | | | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier. Notes: svn path=/head/; revision=381151
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371255
* - Update to 1.965Sunpoet Po-Chuan Hsieh2013-11-292-4/+10
| | | | | | | Changes: http://search.cpan.org/dist/Redis/Changes Notes: svn path=/head/; revision=335200
* - Update to 1.964Sunpoet Po-Chuan Hsieh2013-11-152-10/+12
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Redis/Changes Notes: svn path=/head/; revision=333903
* Support STAGEDIR.Vanilla I. Shu2013-11-032-3/+3
| | | | Notes: svn path=/head/; revision=332592
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 1.9610Mathieu Arnold2013-06-063-10/+5
| | | | | | | Make portlint happy. Notes: svn path=/head/; revision=320058
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-11/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309074
* - Update to 1.951Sunpoet Po-Chuan Hsieh2012-03-142-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Redis/Changes Feature safe: yes Notes: svn path=/head/; revision=293270
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+11
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Update to 1.950Sunpoet Po-Chuan Hsieh2012-03-132-5/+7
| | | | | | | | Changes: http://search.cpan.org/dist/Redis/Changes Feature safe: yes Notes: svn path=/head/; revision=293211
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-11/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update to 1.926Sunpoet Po-Chuan Hsieh2012-01-132-6/+17
| | | | | | | Changes: http://search.cpan.org/dist/Redis/Changes Notes: svn path=/head/; revision=289074
* Update to 1.904(0).Anton Berezin2011-09-122-4/+5
| | | | | | | Changes: http://search.cpan.org/dist/Redis/Changes Notes: svn path=/head/; revision=281662
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-211-1/+2
| | | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum - Utilize CPAN macro Notes: svn path=/head/; revision=275968
* - Update to 1.903(0)Cheng-Lung Sung2011-02-232-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/Redis/Changes Notes: svn path=/head/; revision=269527
* - Update to 1.902Sunpoet Po-Chuan Hsieh2011-02-113-8/+16
| | | | | | | | | Changes: http://search.cpan.org/dist/Redis/Changes PR: ports/154605 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> Notes: svn path=/head/; revision=268916
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Update to 1.2001Wen Heping2010-03-302-5/+5
| | | | | | | | | | - Reset maintainer to perl@ PR: ports/145186 Submitted by: Gea-Suan Lin <gslin@gslin.org> (previous maintainer) Notes: svn path=/head/; revision=251771
* Pure perl bindings for http://code.google.com/p/redis/Martin Wilke2009-09-184-0/+35
This version support git version 0.08 or later of Redis available at git://github.com/antirez/redis WWW: http://search.cpan.org/dist/Redis/ PR: ports/138951 Feature safe: yes Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=241690