aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Dancer-Plugin-Redis
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2020-04-211-3/+5
| | | | Notes: svn path=/head/; revision=532320
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-09-171-0/+1
| | | | Notes: svn path=/head/; revision=397152
* - Remove MASTER_SITE_SUBDIRSunpoet Po-Chuan Hsieh2015-08-291-1/+0
| | | | Notes: svn path=/head/; revision=395541
* - Update *_DEPENDSSunpoet Po-Chuan Hsieh2015-04-262-9/+9
| | | | | | | | | - Add PORTSCOUT - Reformat pkg-descr - Take maintainership Notes: svn path=/head/; revision=384794
* Back to the pool.Grzegorz Blach2015-04-161-1/+1
| | | | | | | | Currently and in near future I don't have time to be responsible for any port. Notes: svn path=/head/; revision=384126
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+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 0.8Grzegorz Blach2014-02-212-3/+3
| | | | Notes: svn path=/head/; revision=345538
* - Don't @dirrmtry on non-existent directoriesGrzegorz Blach2013-11-081-2/+0
| | | | Notes: svn path=/head/; revision=333247
* - Support stagingGrzegorz Blach2013-10-202-3/+1
| | | | Notes: svn path=/head/; revision=331041
* - Fix pkg-plistGrzegorz Blach2013-10-051-2/+0
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=329476
* - Update to 0.7Grzegorz Blach2013-10-052-13/+7
| | | | | | | Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=329471
* 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 the new perl5 frameworkAndrej Zverev2013-09-101-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326900
* - Change my email address to gblach@FreeBSD.orgGrzegorz Blach2012-11-041-6/+2
| | | | | | | | | - Change Makefile headers to shorter form Feature safe: yes Notes: svn path=/head/; revision=306964
* - fix pkg-plistCheng-Lung Sung2011-11-021-1/+1
| | | | Notes: svn path=/head/; revision=284890
* - Fixed reconnect functionCheng-Lung Sung2011-11-011-2/+8
| | | | | | | | | | | | | | | | | - In databases/p5-Redis method ping() has changed behavior, now in disconnect state, it return false instead of throwing exception. http://api.metacpan.org/source/MELO/Redis-1.904/Changes This cause p5-Dancer-Plugin-Redis to crash on reconnect. And p5-Dancer-Plugin-Redis wasn't updated upstream yet, so I attached a lite patch for fix this crash. - bump PORTREVISION PR: ports/161925 Submitted by: maintainer (Grzegorz Blach) Notes: svn path=/head/; revision=284818
* - Add p5-Dancer-Plugin-Redis 0.02Sunpoet Po-Chuan Hsieh2011-09-034-0/+44
Dancer::Plugin::Redis provides an easy way to obtain a connected Redis database handle by simply calling the 'redis' keyword within a Dancer application. WWW: http://search.cpan.org/dist/Dancer-Plugin-Redis/ PR: ports/160346 Submitted by: Grzegorz Blach <magik@roorback.net> Notes: svn path=/head/; revision=281114