diff options
author | wiz <wiz> | 2002-06-18 12:43:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-06-18 12:43:02 +0000 |
commit | e4038f289bb020107b4df3964090687233d51fbc (patch) | |
tree | 1d30262c8a8becc2e41ddcadefe380af98547d9b | |
parent | 165c41e5c6e4b7d98a76cf17af2da6c64a837166 (diff) | |
download | pkgsrc-e4038f289bb020107b4df3964090687233d51fbc.tar.gz |
Bump PKGREVISION for explorer's bugfixes.
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 6d55335061a..5c6f10cda06 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2002/05/16 21:19:06 mjl Exp $ +# $NetBSD: Makefile,v 1.17 2002/06/18 12:43:02 wiz Exp $ # VER= 1.13 DISTNAME= DBD-Pg-${VER} PKGNAME= p5-DBD-postgresql-${VER} +PKGREVISION= 1 SVR4_PKGNAME= p5dpo CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/JBAKER/} |