aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-SearchBuilder
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/p5-DBIx-SearchBuilder: update 1.66 -> 1.68Kurt Jaeger2020-08-032-4/+4
| | | | | | | | | | PR: 248040 Submitted by: mikael Approved by: michelle@sorbs.net (maintainer timeout) Relnotes: https://metacpan.org/changes/distribution/DBIx-SearchBuilder Notes: svn path=/head/; revision=544050
* 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 Perl core modulesSunpoet Po-Chuan Hsieh2017-06-181-3/+6
| | | | | | | | | | | | - While I'm here: - Add LICENSE - Add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl Notes: svn path=/head/; revision=443805
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* 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-6/+0
| | | | Notes: svn path=/head/; revision=371255
* Update to 1.66Matthew Seaman2014-09-144-50/+9
| | | | | | | | PR: 193472 Submitted by: michelle@sorbs.net (maintainer) Notes: svn path=/head/; revision=368163
* Pass to Michelle Sullivan <michelle@sorbs.net>Dmitry Sivachenko2014-07-241-1/+1
| | | | Notes: svn path=/head/; revision=362774
* Add a patch from upstream (1.65_1) to speedup some PostgreSQL queries.Dmitry Sivachenko2014-07-242-0/+47
| | | | | | | | | | (I applied version from upstream) PR: 191734 Submitted by: Michelle Sullivan <michelle@sorbs.net> Notes: svn path=/head/; revision=362767
* - add stage supportAndrej Zverev2014-01-292-17/+16
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341762
* 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 1.65.Dmitry Sivachenko2013-09-163-4/+6
| | | | Notes: svn path=/head/; revision=327379
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326896
* Update to version 1.63.Dmitry Sivachenko2012-11-062-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307075
* Remove SITE_PERL from *_DEPENDS.Dmitry Sivachenko2012-06-051-9/+9
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=298444
* Add TEST_DEPENDS.Dmitry Sivachenko2012-01-301-0/+1
| | | | | | | | PR: 164414 Submitted by: swills Notes: svn path=/head/; revision=290114
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - 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 version 1.59.Dmitry Sivachenko2011-02-282-4/+3
| | | | | | | | PR: 154985 Submitted by: Michael Graziano <mikeg@bsd-box.net> Notes: svn path=/head/; revision=270000
* Update to 1.56.Dmitry Sivachenko2009-12-182-4/+4
| | | | | | | | PR: 141529 Submitted by: pgollucci Notes: svn path=/head/; revision=246140
* Update to 1.55.Dmitry Sivachenko2009-06-192-4/+4
| | | | | | | | PR: 135728 Submitted by: pgollucci Notes: svn path=/head/; revision=236295
* Update to 1.54.Dmitry Sivachenko2008-07-242-4/+4
| | | | | | | | PR: 125918 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=217405
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Update to 1.51.Dmitry Sivachenko2008-02-082-4/+4
| | | | | | | | PR: 120388 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Notes: svn path=/head/; revision=206901
* Update to 1.50.Dmitry Sivachenko2007-12-122-4/+4
| | | | | | | | PR: 117584 Submitted by: chinsan Notes: svn path=/head/; revision=203314
* 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 1.48.Dmitry Sivachenko2007-05-032-3/+4
| | | | | | | | PR: 110937 Submitted by: rafan Notes: svn path=/head/; revision=191458
* Update to 1.45.Dmitry Sivachenko2006-10-312-4/+3
| | | | Notes: svn path=/head/; revision=175891
* Update to 1.43.Dmitry Sivachenko2006-06-012-11/+9
| | | | | | | | PR: 98185 Submitted by: aaron Notes: svn path=/head/; revision=164147
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* Update to version 1.38.Dmitry Sivachenko2005-12-302-4/+4
| | | | Notes: svn path=/head/; revision=152425
* Update to 1.36.Dmitry Sivachenko2005-12-032-4/+4
| | | | Notes: svn path=/head/; revision=150300
* Update to 1.35.Dmitry Sivachenko2005-12-012-4/+6
| | | | Notes: svn path=/head/; revision=150116
* Update to version 1.33.Dmitry Sivachenko2005-10-102-3/+3
| | | | Notes: svn path=/head/; revision=144806
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* Update to version 1.32.Dmitry Sivachenko2005-09-052-5/+4
| | | | Notes: svn path=/head/; revision=141972
* Update to version 1.31.Dmitry Sivachenko2005-08-294-4/+20
| | | | Notes: svn path=/head/; revision=141246
* Add missing manpage.Dmitry Sivachenko2005-06-291-1/+2
| | | | | | | Spotted by: kris Notes: svn path=/head/; revision=138163
* Update to version 1.27.Dmitry Sivachenko2005-05-102-3/+3
| | | | Notes: svn path=/head/; revision=134992
* Update to version 1.26.Dmitry Sivachenko2005-04-182-3/+3
| | | | Notes: svn path=/head/; revision=133559
* Update to version 1.25.Dmitry Sivachenko2005-04-113-3/+4
| | | | Notes: svn path=/head/; revision=132994
* Update to version 1.22;Dmitry Sivachenko2005-01-252-3/+6
| | | | | | | Fix plist. Notes: svn path=/head/; revision=127301
* Update to version 1.15.Dmitry Sivachenko2004-12-102-3/+3
| | | | Notes: svn path=/head/; revision=123635
* Update to version 1.12.Dmitry Sivachenko2004-11-092-3/+3
| | | | Notes: svn path=/head/; revision=121183
* Update to version 1.11.Dmitry Sivachenko2004-10-132-4/+4
| | | | | | | | Based on PR: 71480 (update to version 1.10) Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=119155
* Add missing manpages.Dmitry Sivachenko2004-08-101-1/+4
| | | | | | | | PR: 70244 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> Notes: svn path=/head/; revision=115807