diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-08-12 03:47:38 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-08-12 03:47:38 +0800 |
commit | a499d7f62cac765c3304956af06a1e53ec055df6 (patch) | |
tree | b82a5fc05ea9883f3c453c0b36f30244193670ff /databases/p5-DBD-Pg-13/Makefile | |
parent | 925820ad873e6e749378c807e78a386154a710a9 (diff) | |
download | freebsd-ports-gnome-a499d7f62cac765c3304956af06a1e53ec055df6.tar.gz freebsd-ports-gnome-a499d7f62cac765c3304956af06a1e53ec055df6.tar.zst freebsd-ports-gnome-a499d7f62cac765c3304956af06a1e53ec055df6.zip |
- Add missing 'DBD::Pg::' qualifier in call of db::pg_server_version [1].
- Temporary fix for pg_server_version comparisons [2].
- Bump port revision.
Both errors are already fixed in CVS but patch for [2] from CVS
has some functional changes and committed fix was implemented
differently in less intrusive manner.
Submitted by: Robin Schilham <co9@xs4all.nl> [1]
Jun Kuriyama <kuriyama@imgsrc.co.jp> [2] (partially)
Diffstat (limited to 'databases/p5-DBD-Pg-13/Makefile')
-rw-r--r-- | databases/p5-DBD-Pg-13/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile index 9c43aa185e7c..4731b9967537 100644 --- a/databases/p5-DBD-Pg-13/Makefile +++ b/databases/p5-DBD-Pg-13/Makefile @@ -7,6 +7,7 @@ PORTNAME= DBD-Pg PORTVERSION= 1.22 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD |