aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-DBSchema
Commit message (Collapse)AuthorAgeFilesLines
* 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-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 0.45Wen Heping2015-05-072-4/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/IVAN/DBIx-DBSchema-0.45/Changes Notes: svn path=/head/; revision=385715
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-11/+11
| | | | | | | | | | | | | | | | - 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-5/+0
| | | | Notes: svn path=/head/; revision=371255
* - Update to 0.44Sunpoet Po-Chuan Hsieh2013-11-163-3/+5
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-DBSchema/Changes Notes: svn path=/head/; revision=334018
* - Update to 0.43Sunpoet Po-Chuan Hsieh2013-11-053-14/+9
| | | | | | | | | | - Add LICENSE - Convert to new options framework Changes: http://search.cpan.org/dist/DBIx-DBSchema/Changes Notes: svn path=/head/; revision=332895
* Support STAGEDIR.Vanilla I. Shu2013-11-032-16/+19
| | | | Notes: svn path=/head/; revision=332592
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-1/+1
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* 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
* For perl@ owned ports:Eitan Adler2013-03-291-6/+2
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* - Update to 0.40Sunpoet Po-Chuan Hsieh2011-12-213-6/+7
| | | | | | | | | | - Pet portlint - Add CPAN as primary WWW Changes: http://search.cpan.org/dist/DBIx-DBSchema/Changes Notes: svn path=/head/; revision=287790
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - 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 0.39.Anton Berezin2010-03-272-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-DBSchema/Changes Notes: svn path=/head/; revision=251580
* - Update to 0.38Philip M. Gollucci2010-02-092-4/+4
| | | | Notes: svn path=/head/; revision=249495
* Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239641
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-7/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* Update to 0.36.Anton Berezin2007-12-212-4/+4
| | | | | | | | | Changes: http://search.cpan.org/dist/DBIx-DBSchema/Changes Approved by: maintainer (in advance) Notes: svn path=/head/; revision=204282
* Update to 0.34Mathieu Arnold2007-08-272-6/+5
| | | | | | | | PR: 115831 Submitted by: clsung Notes: svn path=/head/; revision=198380
* Update to 0.33Mathieu Arnold2007-07-023-5/+7
| | | | Notes: svn path=/head/; revision=194639
* Remove 4.x workaroundErwin Lansing2007-06-181-6/+2
| | | | | | | Approved by: maintainer (apriori) Notes: svn path=/head/; revision=193763
* Update to 0.32Mathieu Arnold2007-04-202-4/+4
| | | | Notes: svn path=/head/; revision=190433
* Update to 0.31Mathieu Arnold2006-04-112-5/+5
| | | | Notes: svn path=/head/; revision=159324
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* Update to 0.28Mathieu Arnold2005-12-053-5/+6
| | | | Notes: svn path=/head/; revision=150472
* Be hipe and add SHA256Mathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148240
* Update to 0.27Mathieu Arnold2005-08-303-3/+4
| | | | Notes: svn path=/head/; revision=141426
* Update to 0.26Mathieu Arnold2005-04-122-3/+12
| | | | | | | Add some docs Notes: svn path=/head/; revision=133144
* Update to 0.25Mathieu Arnold2005-04-072-5/+4
| | | | Notes: svn path=/head/; revision=132683
* Update to 0.24Mathieu Arnold2005-03-113-6/+11
| | | | Notes: svn path=/head/; revision=130887
* Update to 0.23Mathieu Arnold2004-02-172-3/+3
| | | | Notes: svn path=/head/; revision=101187
* Add SIZE fieldMathieu Arnold2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99406
* Update to 0.22Mathieu Arnold2003-10-273-7/+7
| | | | Notes: svn path=/head/; revision=92331
* utilize SITE_PERLYing-Chieh Liao2003-10-242-19/+18
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Conditionalise dependencies on databases/p5-DBI: for perlErwin Lansing2003-09-161-3/+12
| | | | | | | | | | | | | | 5.005_03 use databases/p5-DBI-137 as newer versions do not support the old perl. Note that for some port, I merely removed the explicit dependency as they already have implicit dependencies via other ports. Approved by: portmgr (marcus) Notes: svn path=/head/; revision=89001
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Add p5-DBIx-DBSchema 0.21, an OO-interface to database schemas.Norikatsu Shigemura2002-11-225-0/+56
PR: 38013 Submitted by: Peter Avalos <pavalos@theshell.com> Notes: svn path=/head/; revision=70759