diff options
-rw-r--r-- | databases/p5-postgresql-plperl/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql-contrib/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql-plpython/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-postgresql-plperl/Makefile b/databases/p5-postgresql-plperl/Makefile index a9e83c84802e..7468145d8d6c 100644 --- a/databases/p5-postgresql-plperl/Makefile +++ b/databases/p5-postgresql-plperl/Makefile @@ -6,6 +6,7 @@ # PORTNAME= postgresql +PORTREVISION= 1 CATEGORIES= databases perl5 PKGNAMESUFFIX= -plperl diff --git a/databases/postgresql-contrib/Makefile b/databases/postgresql-contrib/Makefile index ffc336f65ead..e76a162effe6 100644 --- a/databases/postgresql-contrib/Makefile +++ b/databases/postgresql-contrib/Makefile @@ -7,7 +7,7 @@ PORTNAME= postgresql PKGNAMESUFFIX= -contrib -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= girgen@FreeBSD.org diff --git a/databases/postgresql-plpython/Makefile b/databases/postgresql-plpython/Makefile index 821eb01b3660..427d8414ff47 100644 --- a/databases/postgresql-plpython/Makefile +++ b/databases/postgresql-plpython/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postgresql -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python PKGNAMESUFFIX= -plpython |