aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Rose-DB/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Update to 0.775Sunpoet Po-Chuan Hsieh2014-01-201-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB/Changes Notes: svn path=/head/; revision=340427
* - Update to 0.774Sunpoet Po-Chuan Hsieh2013-11-041-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB/Changes Notes: svn path=/head/; revision=332748
* - Update to 0.773Sunpoet Po-Chuan Hsieh2013-11-021-16/+1
| | | | | | | | | - Fix PLIST: remove "@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%" Changes: http://search.cpan.org/dist/Rose-DB/Changes Notes: svn path=/head/; revision=332512
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2013-10-041-0/+2
| | | | Notes: svn path=/head/; revision=329267
* 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.771.Mathieu Arnold2013-08-201-1/+1
| | | | Notes: svn path=/head/; revision=325039
* - 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
* For perl@ owned ports:Eitan Adler2013-03-291-1/+1
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* - Update to 0.770Sunpoet Po-Chuan Hsieh2013-02-021-6/+2
| | | | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Rose-DB/Changes Notes: svn path=/head/; revision=311410
* - Update to 0.769Frederic Culot2012-05-291-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB/Changes Notes: svn path=/head/; revision=297656
* - Update to 0.768Sunpoet Po-Chuan Hsieh2012-05-141-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB/Changes Notes: svn path=/head/; revision=296596
* - Update to 0.767Sunpoet Po-Chuan Hsieh2012-05-021-1/+4
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Rose-DB/Changes Notes: svn path=/head/; revision=295874
* - Update to 0.766Sunpoet Po-Chuan Hsieh2012-01-071-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB/Changes Notes: svn path=/head/; revision=288677
* - Update to 0.765Sunpoet Po-Chuan Hsieh2012-01-061-1/+2
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB/Changes Notes: svn path=/head/; revision=288599
* - Update to 0.764Sunpoet Po-Chuan Hsieh2011-10-191-24/+26
| | | | | | | | | - Pet portlint Changes: http://search.cpan.org/dist/Rose-DB/Changes Notes: svn path=/head/; revision=283909
* - 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
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275886
* - Update to 0.763Wen Heping2011-01-071-2/+2
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/JSIRACUSA/Rose-DB-0.763/Changes Notes: svn path=/head/; revision=267471
* - Update to 0.859Wen Heping2010-12-091-3/+2
| | | | | | | ChangeLog: http://search.cpan.org/src/JSIRACUSA/Rose-Object-0.859/Changes Notes: svn path=/head/; revision=265890
* 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
* - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/autoPhilip M. Gollucci2010-09-241-0/+1
| | | | | | | | | | are part of lang/perl5* pkg-plist - Bump PORTREVISIONs With Hat: perl@ Notes: svn path=/head/; revision=261734
* - Update to 0.758Philip M. Gollucci2010-02-121-1/+1
| | | | | | | | | PR: ports/143754 Submitted by: myself (pgollucci@) Approved by: hideo@lastamericanempire.com (maintainer) Notes: svn path=/head/; revision=249719
* - Update to 0.757Wen Heping2010-01-301-1/+1
| | | | | | | | | PR: ports/143246 Submitted by: Wen Heping <myself> Approved by: maintainer Notes: svn path=/head/; revision=248820
* - Update to 0.756Philip M. Gollucci2010-01-181-1/+1
| | | | | | | | | PR: ports/142634 Submitted by: myself (pgollucci@) Approved by: hideo@lastamericanempire.com (maintainer) Notes: svn path=/head/; revision=248054
* - Update to 0.755Philip M. Gollucci2009-12-261-1/+1
| | | | | | | | | PR: ports/141512 Approved by: maintainer Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=246685
* - Update to 0.753Martin Wilke2009-07-141-1/+1
| | | | | | | | PR: 136641 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=237809
* - Update to 0.752Beat Gaetzi2009-05-091-1/+1
| | | | | | | | | PR: ports/134362 Submitted by: hideo <hideo AT lastamericanempire.com> (maintainer) Approved by: miwi (mentor, implicit) Notes: svn path=/head/; revision=233485
* - Update to 0.749Philippe Audeoud2009-02-031-1/+1
| | | | | | | | | | | - Changlog <http://cpansearch.perl.org/src/JSIRACUSA/Rose-DB-0.749/Changes> PR: ports/131315 Submitted by: Cory R. King <coryking _AT_ mozimedia.com> Approved by: maintainer Notes: svn path=/head/; revision=227515
* - Update to 0.748Philippe Audeoud2008-12-111-1/+1
| | | | | | | | PR: ports/129548 Submitted by: hideo <hideo _at_ lastamericanempire _dot_ com> Notes: svn path=/head/; revision=224107
* - Update to 0.747Philippe Audeoud2008-10-241-1/+1
| | | | | | | | PR: ports/128337 Submitted by: ideo <hideo _AT_ lastamericanempire _DOT_ com> (maintainer) Notes: svn path=/head/; revision=222007
* - Update to 0.745Martin Wilke2008-09-241-1/+1
| | | | | | | | PR: 127383 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=220629
* - Update to 0.744Martin Wilke2008-05-311-1/+1
| | | | | | | | PR: 124149 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=214026
* - Update to 0.743Cheng-Lung Sung2008-04-121-1/+1
| | | | | | | | PR: ports/122662 Submitted by: maintainer Notes: svn path=/head/; revision=211108
* - Update to 0.741Martin Wilke2008-03-061-2/+2
| | | | | | | | PR: 121265 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=208514
* - Update to 0.740Martin Wilke2008-02-251-1/+1
| | | | | | | | PR: 120832 Submitted by: hideo <hideo@lastamericanempire.com> Notes: svn path=/head/; revision=207854
* - Update to 0.738Martin Wilke2008-02-101-2/+1
| | | | | | | | PR: 120407 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=206993
* - Update to 0.736Martin Wilke2007-12-141-1/+3
| | | | | | | | PR: 118041 Submitted by: hideo <hideo@lastamericanempire.com> Notes: svn path=/head/; revision=203669
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 0.735Rong-En Fan2007-07-271-2/+3
| | | | | | | | PR: ports/114933 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=196396
* - File was rerolled [1]Martin Wilke2007-05-291-0/+1
| | | | | | | | | | | | | Notes from Page: * Fixed a bug that prevented certain reserved words from being detected as primary key columns in Postgres. (Reported by Fred Cox) PR: 113122 Submitted by: pointyhat via kris [1] hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=192303
* - Update to 0.734Martin Wilke2007-05-271-1/+1
| | | | | | | | PR: 112444 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=192015
* - Update Rose::DB to 0.733Rong-En Fan2007-02-251-1/+1
| | | | | | | | | | - Update Rose::DB::Object to 0.671 PR: ports/109491 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=185850
* - Update databases/p5-Rose-DB from version 0.731 to 0.732Cheng-Lung Sung2007-01-191-1/+1
| | | | | | | | PR: ports/108090 Submitted by: maintainer <hideo@lastamericanempire.com> Notes: svn path=/head/; revision=182772
* - Update to 0.731Martin Wilke2006-11-231-1/+1
| | | | | | | | PR: 105792 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=177929
* - Update to 0.730Cheng-Lung Sung2006-11-101-1/+1
| | | | | | | | PR: ports/105337 Submitted by: maintainer <hideo_AT_lastamericanempire dot com> Notes: svn path=/head/; revision=176981
* - Update to 0.729Rong-En Fan2006-11-021-2/+3
| | | | | | | | PR: ports/105016 Submitted by: hideo (maintainer) Notes: svn path=/head/; revision=176195
* - Update to 0.727Rong-En Fan2006-10-311-1/+1
| | | | | | | | PR: ports/104424 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=175648
* - Update to 0.726Rong-En Fan2006-09-181-1/+1
| | | | | | | | PR: ports/103343 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=173284
* - Update to 0.725Rong-En Fan2006-09-071-1/+1
| | | | | | | | PR: ports/102955 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=172476