aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Rose-DB-Object
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.814Sunpoet Po-Chuan Hsieh2015-03-182-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=381563
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-68/+68
| | | | | | | | | | | | | | | | - 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-15/+0
| | | | Notes: svn path=/head/; revision=371255
* - Update to 0.810Sunpoet Po-Chuan Hsieh2014-01-202-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=340428
* - Update to 0.809Sunpoet Po-Chuan Hsieh2013-12-042-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=335641
* - Update to 0.808Sunpoet Po-Chuan Hsieh2013-11-042-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=332745
* Support STAGEDIR.Vanilla I. Shu2013-11-032-77/+75
| | | | 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
* Update to 0.807(0).Anton Berezin2013-08-292-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=325578
* - 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 0.806(0).Anton Berezin2013-06-102-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=320456
* - Update to 0.805Sunpoet Po-Chuan Hsieh2013-03-113-5/+5
| | | | | | | | | - Reformat pkg-descr Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=313893
* - Update to 0.804Sunpoet Po-Chuan Hsieh2013-02-022-76/+72
| | | | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=311411
* - Update to 0.799Sunpoet Po-Chuan Hsieh2012-08-212-4/+6
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=302874
* - Update to 0.798Sunpoet Po-Chuan Hsieh2012-04-052-3/+5
| | | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Feature safe: yes Notes: svn path=/head/; revision=294245
* - Update to 0.797Sunpoet Po-Chuan Hsieh2011-11-222-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Feature safe: yes Notes: svn path=/head/; revision=286228
* - Update to 0.796Sunpoet Po-Chuan Hsieh2011-10-192-5/+3
| | | | | | | | | - Remove unnecessary inclusion of bsd.port.options.mk Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=283908
* - Update to 0.795Sunpoet Po-Chuan Hsieh2011-10-052-11/+14
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=282979
* - Remove OPTIONS: devel/p5-Scalar-Util-Clone has expired due to ↵Sunpoet Po-Chuan Hsieh2011-10-051-6/+0
| | | | | | | | | disappearance from CPAN - Do not bump PORTREVISION as this option is off by default Notes: svn path=/head/; revision=282965
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=281878
* Update to 0.793Mathieu Arnold2010-12-242-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=266842
* - Update to 0.792Wen Heping2010-12-213-4/+5
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/JSIRACUSA/Rose-DB-Object-0.792/Changes Notes: svn path=/head/; revision=266696
* Reset hideo@lastamericanempire.com due to maintainer-timeouts and noMark Linimon2010-12-021-1/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=265542
* - Update to 0.786Wen Heping2010-01-302-4/+4
| | | | | | | | | PR: ports/143245 Submitted by: Wen Heping <myself> Approved by: maintainer Notes: svn path=/head/; revision=248821
* - Update to 0.7830Wen Heping2009-09-232-4/+4
| | | | | | | | | | PR: ports/139031 Submitted by: hideo@lastamericanempire.com(maintainer) Approved by: miwi(mentor), jadawin(co-mentor) Feature safe: yes Notes: svn path=/head/; revision=241961
* - Update to 0.7820Martin Wilke2009-07-142-5/+5
| | | | | | | | PR: 136641 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=237810
* - Update to 0.781Wesley Shields2009-04-302-4/+4
| | | | | | | | PR: ports/134068 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=233018
* - Update to 0.780Martin Wilke2009-03-112-4/+4
| | | | | | | | PR: 132387 Submitted by: hideo <hideo@lastamericanempire.com> Notes: svn path=/head/; revision=229885
* - Update to 0.779Philippe Audeoud2009-03-062-4/+4
| | | | | | | | PR: ports/132164 Submitted by: hideo <hideo at lastamericanempire.com> Notes: svn path=/head/; revision=229557
* - Update to 0.778Martin Wilke2009-02-092-4/+4
| | | | | | | | PR: 131502 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=227885
* - Update to 0.777Martin Wilke2008-12-142-4/+4
| | | | | | | | PR: 129611 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=224228
* - Update 0.776Philippe Audeoud2008-12-112-6/+6
| | | | | | | | PR: ports/129548 Submitted by: hideo <hideo _at_ lastamericanempire _dot_ com> Notes: svn path=/head/; revision=224108
* - Update to 0.775Philippe Audeoud2008-11-032-4/+4
| | | | | | | | PR: ports/128555 Submitted by: hideo <hideo _at_ lastamericanempire _dot_ com> (maintainer) Notes: svn path=/head/; revision=222356
* - Update to 0.774Rong-En Fan2008-10-292-4/+4
| | | | | | | | PR: ports/128393 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=222187
* - Update to 0.7730Martin Wilke2008-10-052-4/+4
| | | | | | | | PR: 127816 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=221251
* - Update to 0.7722Martin Wilke2008-09-302-4/+4
| | | | | | | | PR: 127749 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=221044
* - UUpdate to 0.772Martin Wilke2008-09-292-4/+4
| | | | | | | | PR: 127685 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=220962
* - Update to 0.771Martin Wilke2008-09-242-6/+6
| | | | | | | | PR: 127383 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=220628
* - Update to 0.770Martin Wilke2008-05-312-5/+5
| | | | | | | | PR: 124149 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=214027
* - Update to 0.7690Cheng-Lung Sung2008-04-122-5/+5
| | | | | | | | PR: ports/122662 Submitted by: maintainer Notes: svn path=/head/; revision=211109
* - Update to 0.768Martin Wilke2008-03-062-6/+7
| | | | | | | | PR: 121265 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=208515
* - Update to 0.7665Martin Wilke2008-02-252-4/+4
| | | | | | | | PR: 120832 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=207855
* - Update to 0.7664Martin Wilke2008-02-102-6/+6
| | | | | | | | PR: 120408 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=206992
* - Update to 0.7663Martin Wilke2008-02-052-4/+4
| | | | | | | | PR: 120219 Submitted by: hideo (maintainer) Notes: svn path=/head/; revision=206764
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-5/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* i- Update to 0.765Rong-En Fan2007-07-272-4/+4
| | | | | | | | PR: ports/114935 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=196397
* - Update to 0.764Martin Wilke2007-05-273-5/+9
| | | | | | | | PR: 112444 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=192012
* - Update to 0.763Martin Wilke2007-03-062-4/+4
| | | | | | | | PR: 109717 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=186703
* - Update Rose::DB to 0.733Rong-En Fan2007-02-253-5/+9
| | | | | | | | | | - Update Rose::DB::Object to 0.671 PR: ports/109491 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=185850