Commit Graph

63 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh c53641c0cb Update version requirement of *_DEPENDS 2020-12-19 20:17:17 +00:00
Sunpoet Po-Chuan Hsieh f3370c6893 Update to 1.62
Changes:	https://metacpan.org/changes/distribution/SQL-Translator
2020-09-23 18:51:04 +00:00
Wen Heping fd37510758 - Update to 1.61 2020-04-20 00:59:57 +00:00
Steve Wills ef3a20dc1c databases/p5-SQL-Translator: remove unnecessary REINPLACE_CMD
While here, pet portlint
2019-12-04 14:26:45 +00:00
Sunpoet Po-Chuan Hsieh 47447465f9 Update to 1.60
- Fix *_DEPENDS
- Update version requirement of TEST_DEPENDS

Changes:	https://metacpan.org/changes/distribution/SQL-Translator
2019-05-30 21:56:57 +00:00
Sunpoet Po-Chuan Hsieh ac34378754 Use real PORTVERSION of devel/p5-Parse-RecDescent 2019-04-06 14:43:14 +00:00
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00
Sunpoet Po-Chuan Hsieh ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Sunpoet Po-Chuan Hsieh 9583285f6f Update to 0.11024
Changes:	http://search.cpan.org/dist/SQL-Translator/Changes
2018-01-11 18:35:30 +00:00
Sunpoet Po-Chuan Hsieh bc954e348b Update to 0.11023
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/SQL-Translator/Changes
2017-12-07 16:01:44 +00:00
Sunpoet Po-Chuan Hsieh b2789bbc2a Convert to test framework 2017-10-12 08:09:49 +00:00
Mathieu Arnold cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh 5a19b8cd23 Remove Perl core module
- Bump PORTREVISION for dependency change
2017-04-11 00:47:29 +00:00
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Mathieu Arnold 5e34a0ca44 Fix DIAGRAM option, add p5-strictures dependency.
PR:		206689
Submitted by:	matthew
Sponsored by:	Absolight
2016-03-21 14:04:34 +00:00
Mathieu Arnold afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Adam Weinberger 9e00ce3f62 Some OCD cleanups on some of the perl@ ports.
- 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.
2015-03-12 23:00:02 +00:00
Kurt Jaeger 04dc94ab9c databases/p5-SQL-Translator: 0.11020 -> 0.11021
- Fix Oracle producer generating an unnecessary / at the end in case there
  are no triggers
- Skip HTML tests if CGI is not installed (RT#98027)
- Fix JSON and YAML tests if the defaults have been tweaked (RT#98824)
- Fixes for parsing and producing identifiers and values that need
  quoting and escaping for SQLite, MySQL, PostgreSQL, SQLServer and
  Oracle (RT#90700, RT#31034)
- Add support for ALTER TABLE ... ADD CONSTRAINT to Oracle parser
- Add trigger support to Oracle parser (RT#62927)
- Fix erroneous PostgreSQL floating point type translations (RT#99725)
- Remove executable bit from Parser/JSON.pm (RT#100532)
- Update the Free Software Foundation's address (RT#100531)
- Provide default index names for SQLite (GH#45)
- Fix multi-column indexes in Parser::DBI::PostgreSQL
- Fix array data types in Parser::PostgreSQL (GH#49)
- Fix multidimensional sizes in Parser::PostgreSQL

PR:		195194
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
2015-02-12 21:38:08 +00:00
Wen Heping ca0f8aff09 - Update to 0.11020
Changes: http://cpansearch.perl.org/src/ILMARI/SQL-Translator-0.11020/Changes
2014-12-07 07:19:43 +00:00
Mathieu Arnold eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Baptiste Daroussin 3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Antoine Brodin f623c8be90 Fix plist (JSON parser and producer orphaned) 2014-01-03 16:22:02 +00:00
Sunpoet Po-Chuan Hsieh 42d2e39338 - Update to 0.11018
- Add LICENSE
- Fix and sort *_DEPENDS
- Convert to new options helper
- Use REINPLACE_CMD instead of patch file

Changes:	http://search.cpan.org/dist/SQL-Translator/Changes
2013-11-05 17:56:05 +00:00
Vanilla I. Shu 2bf8c2e6f0 Support STAGEDIR. 2013-11-03 06:53:54 +00:00
Baptiste Daroussin 36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Anton Berezin e287f2ec7d Update to 0.11016.
Changes:	http://search.cpan.org/dist/SQL-Translator/Changes
2013-01-01 14:55:43 +00:00
Baptiste Daroussin 0cb47f7753 Convert to new options framework 2012-05-31 11:19:32 +00:00
Lars Thegler ead07c2873 - pass maintainership 2012-05-13 12:40:25 +00:00
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci 2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00
Steve Wills eb84baaa59 - Add missing DEPENDS
PR:		ports/164337
Submitted by:	swills (myself)
Approved by:	maintainer (blanket)
2012-01-29 21:20:26 +00:00
Lars Thegler 7d53fa4e79 - Update to 0.11010
- Remove obsolete conditional dependency
2011-10-21 07:50:00 +00:00
Lars Thegler a847ea041f - Update to 0.11008
- Optional dependencies [1]

PR:		ports/157198 [1]
Submitted by:	swills [1]
2011-06-12 19:32:29 +00:00
Lars Thegler 0fda766d4e Update to 0.11007
PR:		ports/153058
Submitted by:	"Philip M. Gollucci" <pgollucci@p6m7g8.com>
2010-12-13 08:34:30 +00:00
Lars Thegler 14d6468758 Update to 0.11006 2010-06-08 11:22:33 +00:00
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Lars Thegler 1585415991 Update to 0.11005 2010-03-07 16:58:02 +00:00
Lars Thegler 0139a65c4c Update to 0.11004 2010-02-15 10:57:09 +00:00
Dirk Meyer ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Jun Kuriyama 3efe84fba6 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 17).

Approved by:	portmgr (itetcu)
2010-01-29 04:56:59 +00:00
Lars Thegler 22ac40a824 Fixup pkg-plist
Noted by:	pointyhat via pav
2010-01-19 07:54:43 +00:00
Lars Thegler 0fd1fbcb12 Update to 0.11003
PR:		ports/142015
Submitted by:	Alex Deiter <alex.deiter@gmail.com>
2010-01-15 13:12:21 +00:00
Jun Kuriyama 49cea1a3e3 - Remove unneeded dependencies.
- Add a patch to avoid confusing of load() method (obtained from the
  latest version).

No response from:	lth (24 days)
Feature safe:	yes
2009-09-29 01:27:21 +00:00
Dirk Meyer eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Lars Thegler bbc96eb642 Update to 0.09.004 (distversion 0.09004) 2009-03-10 14:59:58 +00:00
Lars Thegler 8a143db013 Update to 0.09.002 (distversion 0.09002) 2008-12-17 12:58:16 +00:00
Lars Thegler 82fb3f4540 Update to 0.09.001 (distversion 0.09001) 2008-08-21 07:03:41 +00:00
Lars Thegler 4e935e3935 Update to 0.09.000 (distversion 0.09000) 2008-06-30 11:34:17 +00:00
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00