diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-06 22:10:14 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-06 22:10:14 +0000 |
commit | 7acca7e902159e9dc10f702c44e81b611c630680 (patch) | |
tree | a56d7869e78b8813ff0f1ce7b07fdf7ef8d27703 /databases/postgresql91-server | |
parent | Revert update to version 57.1, it wasn't tested (diff) |
Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.
PR: 205120
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=418153
Diffstat (limited to 'databases/postgresql91-server')
-rw-r--r-- | databases/postgresql91-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index 6f155950e2f0..b5fdcd3cc666 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -3,7 +3,7 @@ PORTNAME?= postgresql DISTVERSION?= 9.1.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} |