diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-09 21:41:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-09 21:41:55 +0000 |
commit | 3707ddb6eb5849d093b8d3fa81e008ad3c81060d (patch) | |
tree | 334a2d6bfd501a0b77c7079c5b31fa6c7b4dfd7f /databases/p5-DBD-postgresql | |
parent | 20be93ba8762e7c539cfdaf7f50e5d0f84291448 (diff) | |
download | pkgsrc-3707ddb6eb5849d093b8d3fa81e008ad3c81060d.tar.gz |
Recursive bump for all users of pgsql now that the default is 95.
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 45673510f84..b05b287b2e8 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.80 2016/06/08 19:22:25 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2016/10/09 21:41:56 wiz Exp $ DISTNAME= DBD-Pg-3.5.3 PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} |