Commit graph

138 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
557956b8c2 Update to 3.7.4
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2018-02-14 13:30:28 +00:00
Sunpoet Po-Chuan Hsieh
0102f09aa0 Update to 3.7.3
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2018-02-13 17:02:36 +00:00
Sunpoet Po-Chuan Hsieh
4e7f0f5541 Update to 3.7.1
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2018-02-12 19:03:38 +00:00
Sunpoet Po-Chuan Hsieh
77a488ae46 Update to 3.7.0
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2017-09-25 15:12:06 +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
52c8e82c49 Update to 3.6.2
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2017-05-23 18:51:58 +00:00
Sunpoet Po-Chuan Hsieh
223fedbbcf Update to 3.6.1
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2017-05-23 14:51:53 +00:00
Sunpoet Po-Chuan Hsieh
527b561a1d Update to 3.6.0
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2017-04-17 18:51:05 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +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
Sunpoet Po-Chuan Hsieh
8bf961f643 - Update to 3.5.3
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2015-10-03 17:09:17 +00:00
Sunpoet Po-Chuan Hsieh
97dfc4e4b3 - Update to 3.5.2
- Sort USES
- Pet portlint: fix diff header of patch files

Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2015-10-01 15:58:13 +00:00
Adam Weinberger
844d6dbc7f Update to 3.5.1.
Changes: https://metacpan.org/changes/distribution/DBD-Pg
2015-02-19 19:10:48 +00:00
Anton Berezin
54e9fa8b47 Update to 3.5.0. 2015-01-07 09:28:52 +00:00
Sunpoet Po-Chuan Hsieh
4a5c002294 - Sort PLIST 2014-12-20 18:18:44 +00:00
Kurt Jaeger
8ab0a80b44 databases/p5-DBD-Pg: 3.4.1 -> 3.4.2
Fixes bug where single-quoted type arguments to the table_info()
method were causing a SQL error. [Greg Sabino Mullane]
  https://rt.cpan.org/Public/Bug/Display.html?id=99144

PR:		196140
Submitted by:	freebsdpr-20121114@billmail.scconsult.com
2014-12-19 20:22:36 +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
Philippe Audeoud
82c07d682c - Update to 3.4.1 2014-09-10 12:58:38 +00:00
Kurt Jaeger
457169d5c5 databases/p5-DBD-Pg: 3.3.0 -> 3.4.0
http://cpansearch.perl.org/src/TURNSTEP/DBD-Pg-3.4.0/Changes
- Cleanup and improve table_info()
- Make sure column_info() and table_info() can handle materialized views.
2014-08-17 19:23:36 +00:00
Philippe Audeoud
8caf61d8a3 - Update to 3.3.0 2014-07-01 14:39:18 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Baptiste Daroussin
ff3163c6a9 Convert to USES=pgsql 2014-05-28 11:30:26 +00:00
Philippe Audeoud
de9735431d - Update to 3.2.1 2014-05-22 08:08:06 +00:00
Philippe Audeoud
15c8dbba27 - Update to 3.2.0 2014-05-16 13:59:49 +00:00
Mathieu Arnold
af9607e0f2 Update to 3.0.0
Changes:	http://www.postgresql.org/message-id/5806d5ec19f6849cc3a33877d02c0e26@biglumber.com
Sponsored by:	Absolight
2014-02-05 15:58:54 +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
Andrej Zverev
ceb9a290db Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 09:38:59 +00:00
Sunpoet Po-Chuan Hsieh
c51b8aaa16 - Update to 2.19.3
- Remove DOCS
- Sort PLIST

Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2012-08-22 05:03:08 +00:00
Sunpoet Po-Chuan Hsieh
bb2cf24072 - Update to 2.19.2
- Do not silence installation message

Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
Feature safe:	yes
2012-03-16 03:49:28 +00:00
Jason Helfman
22bc3f73c9 - Update to 2.19.1
Changelog:
Version 2.19.1 Released March 10, 2012
- Fix crash when passing in an array with undefined elements. [GSM]

Version 2.19.0 Released March 9, 2012 (git commit 05ab092905ce6891ed83e173412ee70d6cdb8cb5)
- Use proper formatting for warn() and croak() (CPAN bug #75642)
[Niko Tyni]
- Fix localized regex in test (CPAN bug #70759)
- Fix for named placeholders (CPAN bug #70953) [Jan Pazdziora]
- Various fixes to the array-marshalling code [Noah Misch, Mark
Stosberg, and David Christensen] (CPAN bug #58552)
- Allow hi-bit chars in dollar-quoted identifiers
[David Christensen] (CPAN bug #73832)
- Have do() return count for things such as CREATE TABLE .. AS SELECT
Will only work on 9.0 or better. (CPAN bug #71073) [Pavel Stehule]
- Better error message when trying to do things post-disconnect [GSM]
- Always respect pg_server_prepare=0 by using PQexec not PQexecParams. [GSM]
- Fix error in async docs (CPAN bug #72812)

PR:	ports/166135
Submitted by:	ohauer@
Feature safe:	yes
2012-03-15 19:57:51 +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
Frederic Culot
a288d48de7 - Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@olofsson.de>
2011-10-07 11:22:46 +00:00
Sunpoet Po-Chuan Hsieh
2563d662a0 - Fix *_DEPENDS: devel/p5-version is required by lang/perl5.8 only
- Bump PORTREVISION for dependency change
2011-06-29 05:05:03 +00:00
Baptiste Daroussin
3894e3011f - update to 2.18.1
- changes: http://cpansearch.perl.org/src/TURNSTEP/DBD-Pg-2.18.1/Changes
2011-05-18 15:39:32 +00:00
Baptiste Daroussin
52b7a758ad - update to 2.18.0
- add licenses
- changes: http://cpansearch.perl.org/src/TURNSTEP/DBD-Pg-2.18.0/Changes
2011-03-29 06:54:39 +00:00
Wen Heping
e16445a875 - Update to 2.17.2
Changelog: http://cpansearch.perl.org/src/TURNSTEP/DBD-Pg-2.17.2/Changes
2010-11-22 02:25:29 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Wen Heping
64adad6a36 - Update to 2.17.1 2010-04-09 07:28:45 +00:00
Wen Heping
a75c560933 - Update to 2.17.0 2010-04-07 07:19:36 +00:00
Wen Heping
3248595ee7 - Update to 2.16.1 2010-01-21 02:42:46 +00:00
Wen Heping
16c510212d - Update to 2.16.0 2009-12-18 02:37:09 +00:00
Anton Berezin
e28e23f1d8 Update to 2.15.1.
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2009-08-10 11:37:53 +00:00
Anton Berezin
2c8d96da43 Update to 2.15.0.
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2009-08-05 10:44:00 +00:00
Anton Berezin
749c629603 Update to 2.14.1.
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2009-07-29 08:41:05 +00:00
Philip M. Gollucci
47908559b3 - Update to 2.13.1 2009-06-18 23:17:30 +00:00
Philippe Audeoud
912f8bf380 - Update to 2.12.0 2009-04-03 14:00:56 +00:00