non port: databases/p5-DBD-Pg/Makefile |
Number of commits found: 140 (showing only 100 on this page) |
Saturday, 26 Aug 2023
|
20:33 Po-Chuan Hsieh (sunpoet)
databases/p5-DBD-Pg: Update to 3.17.0
Changes: https://metacpan.org/dist/DBD-Pg/changes
546e1c7 |
Sunday, 9 Apr 2023
|
20:39 Po-Chuan Hsieh (sunpoet)
databases/p5-DBD-Pg: Update to 3.16.3
Changes: https://metacpan.org/dist/DBD-Pg/changes
e22b2b9 |
Wednesday, 5 Apr 2023
|
17:30 Po-Chuan Hsieh (sunpoet)
databases/p5-DBD-Pg: Update to 3.16.1
Changes: https://metacpan.org/dist/DBD-Pg/changes
163cac2 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 31 Aug 2022
|
11:40 Po-Chuan Hsieh (sunpoet)
databases/p5-DBD-Pg: Update to 3.16.0
Changes: https://metacpan.org/dist/DBD-Pg/changes
080676e |
Monday, 28 Feb 2022
|
23:47 Po-Chuan Hsieh (sunpoet)
databases/p5-DBD-Pg: Update to 3.15.1
Changes: https://metacpan.org/dist/DBD-Pg/changes
b7d51f5 |
Wednesday, 26 May 2021
|
12:54 Po-Chuan Hsieh (sunpoet)
databases/p5-DBD-Pg: Update to 3.15.0
Changes: https://metacpan.org/changes/distribution/DBD-Pg
049f8a8 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 19 Aug 2020
|
16:19 sunpoet
Update to 3.14.2
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Friday, 24 Jul 2020
|
07:10 sunpoet
Update to 3.14.0
- Add LICENSE_FILE
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Monday, 22 Jun 2020
|
16:07 sunpoet
Update to 3.13.0
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Wednesday, 17 Jun 2020
|
18:00 sunpoet
Update to 3.12.3
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Monday, 15 Jun 2020
|
18:45 sunpoet
Update to 3.12.2
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Sunday, 14 Jun 2020
|
14:22 sunpoet
Update to 3.12.1
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Friday, 8 May 2020
|
20:51 sunpoet
Update to 3.12.0
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Wednesday, 29 Apr 2020
|
15:47 sunpoet
Update to 3.11.1
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Friday, 24 Apr 2020
|
18:02 sunpoet
Update to 3.11.0
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Tuesday, 31 Mar 2020
|
23:00 sunpoet
Update to 3.10.5
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Tuesday, 4 Feb 2020
|
17:53 sunpoet
Update to 3.10.4
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Thursday, 23 Jan 2020
|
04:21 sunpoet
Update to 3.10.3
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Sunday, 19 Jan 2020
|
11:11 sunpoet
Update to 3.10.2
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Wednesday, 15 Jan 2020
|
17:46 sunpoet
Update to 3.10.1
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Wednesday, 4 Sep 2019
|
17:18 sunpoet
Update to 3.10.0
- Take maintainership
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Friday, 16 Aug 2019
|
18:11 sunpoet
Update to 3.9.1
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Sunday, 7 Jul 2019
|
19:14 sunpoet
Update to 3.8.1
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Saturday, 27 Apr 2019
|
18:27 sunpoet
Update to 3.8.0
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
 |
Saturday, 6 Oct 2018
|
13:06 des
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)
 |
Wednesday, 14 Feb 2018
|
13:30 sunpoet
Update to 3.7.4
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
 |
Tuesday, 13 Feb 2018
|
17:02 sunpoet
Update to 3.7.3
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
 |
Monday, 12 Feb 2018
|
19:03 sunpoet
Update to 3.7.1
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
 |
Monday, 25 Sep 2017
|
15:12 sunpoet
Update to 3.7.0
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
 |
Friday, 15 Sep 2017
|
08:58 mat
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
 |
Tuesday, 23 May 2017
|
18:51 sunpoet
Update to 3.6.2
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
 |
14:51 sunpoet
Update to 3.6.1
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
 |
Monday, 17 Apr 2017
|
18:51 sunpoet
Update to 3.6.0
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
 |
Friday, 2 Dec 2016
|
11:58 mat
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
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 3 Oct 2015
|
17:09 sunpoet
- Update to 3.5.3
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
 |
Thursday, 1 Oct 2015
|
15:58 sunpoet
- Update to 3.5.2
- Sort USES
- Pet portlint: fix diff header of patch files
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
 |
Thursday, 19 Feb 2015
|
19:10 adamw
Update to 3.5.1.
Changes: https://metacpan.org/changes/distribution/DBD-Pg
 |
Wednesday, 7 Jan 2015
|
09:28 tobez
Update to 3.5.0.
 |
Friday, 19 Dec 2014
|
20:22 pi
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
 |
Wednesday, 26 Nov 2014
|
13:08 mat
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
 |
Wednesday, 10 Sep 2014
|
12:58 jadawin
- Update to 3.4.1
 |
Sunday, 17 Aug 2014
|
19:23 pi
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.
 |
Tuesday, 1 Jul 2014
|
14:39 jadawin
- Update to 3.3.0
 |
Wednesday, 28 May 2014
|
11:30 bapt
Convert to USES=pgsql
 |
Thursday, 22 May 2014
|
08:08 jadawin
- Update to 3.2.1
 |
Friday, 16 May 2014
|
13:59 jadawin
- Update to 3.2.0
 |
Wednesday, 5 Feb 2014
|
15:58 mat
Update to 3.0.0
Changes: http://www.postgresql.org/message-id/5806d5ec19f6849cc3a33877d02c0e26@biglumber.com
Sponsored by: Absolight
 |
Sunday, 3 Nov 2013
|
06:53 vanilla
Support STAGEDIR.
 |
Friday, 20 Sep 2013
|
16:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
 |
Friday, 2 Aug 2013
|
18:52 mat
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
 |
Monday, 17 Dec 2012
|
09:39 az
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
 |
Wednesday, 22 Aug 2012
|
05:03 sunpoet
- Update to 2.19.3
- Remove DOCS
- Sort PLIST
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
 |
Friday, 16 Mar 2012
|
03:49 sunpoet
- Update to 2.19.2
- Do not silence installation message
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
Feature safe: yes
 |
Thursday, 15 Mar 2012
|
19:57 jgh
- 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
 |
Tuesday, 13 Mar 2012
|
16:15 pgollucci
- 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)
 |
Thursday, 8 Mar 2012
|
18:45 pgollucci
- 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
 |
Friday, 7 Oct 2011
|
11:22 culot
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de>
 |
Wednesday, 29 Jun 2011
|
05:05 sunpoet
- Fix *_DEPENDS: devel/p5-version is required by lang/perl5.8 only
- Bump PORTREVISION for dependency change
 |
Wednesday, 18 May 2011
|
15:39 bapt
- update to 2.18.1
- changes: http://cpansearch.perl.org/src/TURNSTEP/DBD-Pg-2.18.1/Changes
 |
Tuesday, 29 Mar 2011
|
06:54 bapt
- update to 2.18.0
- add licenses
- changes: http://cpansearch.perl.org/src/TURNSTEP/DBD-Pg-2.18.0/Changes
 |
Monday, 22 Nov 2010
|
02:25 wen
- Update to 2.17.2
Changelog: http://cpansearch.perl.org/src/TURNSTEP/DBD-Pg-2.17.2/Changes
 |
Friday, 9 Apr 2010
|
07:28 wen
- Update to 2.17.1
 |
Wednesday, 7 Apr 2010
|
07:19 wen
- Update to 2.17.0
 |
Thursday, 21 Jan 2010
|
02:42 wen
- Update to 2.16.1
 |
Friday, 18 Dec 2009
|
02:37 wen
- Update to 2.16.0
 |
Monday, 10 Aug 2009
|
11:37 tobez
Update to 2.15.1.
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
 |
Wednesday, 5 Aug 2009
|
10:44 tobez
Update to 2.15.0.
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
 |
Wednesday, 29 Jul 2009
|
08:41 tobez
Update to 2.14.1.
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
 |
Thursday, 18 Jun 2009
|
23:17 pgollucci
- Update to 2.13.1
 |
Friday, 3 Apr 2009
|
14:00 jadawin
- Update to 2.12.0
 |
Saturday, 31 Jan 2009
|
16:47 gabor
- Update to 2.11.8
 |
Wednesday, 24 Sep 2008
|
13:54 tobez
Update to 2.10.7.
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
 |
Sunday, 10 Aug 2008
|
05:18 chinsan
- Update to 2.9.0
 |
Thursday, 19 Jun 2008
|
13:43 mat
Update to 2.8.1
 |
Friday, 6 Jun 2008
|
13:17 edwin
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)
 |
Tuesday, 3 Jun 2008
|
15:10 mat
Update to 2.8.0
 |
Thursday, 22 May 2008
|
16:00 mat
Update to 2.7.2
 |
Monday, 5 May 2008
|
12:02 mat
Update to 2.6.4
 |
Wednesday, 23 Apr 2008
|
12:04 mat
Update to 2.6.1
 |
Thursday, 17 Apr 2008
|
12:47 mat
Update to 2.6.0
 |
Wednesday, 9 Apr 2008
|
14:02 mat
Update to 2.5.1
 |
Monday, 31 Mar 2008
|
20:15 mat
Update to 2.5.0
 |
Friday, 15 Jun 2007
|
15:52 erwin
Remove 4.x cruft
 |
Sunday, 14 May 2006
|
17:19 leeym
- update to 1.49
 |
Thursday, 20 Apr 2006
|
18:26 leeym
- update to 1.48
 |
Sunday, 28 Aug 2005
|
07:11 kuriyama
Add a patch (already included in the upstream CVS) to fix quote() with
bytea type.
 |
Tuesday, 28 Jun 2005
|
15:43 mat
Update to 1.43
 |
Monday, 23 May 2005
|
14:11 mat
Update to 1.42
 |
Sunday, 8 May 2005
|
06:47 nork
Add CONFLICTS p5-DBD-Pg and p5-DBD-Pg-13, each other.
 |
Thursday, 7 Apr 2005
|
08:46 mat
Update to 1.41
Add docs
 |
Friday, 18 Mar 2005
|
13:21 sobomax
Fix critical compatibility issue which breaks INSERTs in the new version of
the module it is used with servers that implement 3.0 version of the postgres
protocol, particularly 7.4.7 is affected.
Bump PORTREVISION.
Obtained from: DBD::Pg CVS
References: https://rt.cpan.org/NoAuth/Bug.html?id=11744
http://gborg.postgresql.org/project/dbdpg/cvs/diff.php/dbdpg/dbdimp.c?r1=1.101&r2=1.102&ty=h&Horde=12014eaeef6c96c2fead3bcfa53ac92e
 |
Wednesday, 2 Mar 2005
|
18:18 mat
Update to 1.40
Require at least perl 5.6
 |
Monday, 31 Jan 2005
|
00:35 girgen
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
 |
Saturday, 8 Jan 2005
|
10:42 mat
Add a fix for 64 bit arch
Submitted by: Rink Springer <rink@stack.nl>
 |
Number of commits found: 140 (showing only 100 on this page) |