diff options
Diffstat (limited to 'databases/postgresql-plproxy/Makefile')
-rw-r--r-- | databases/postgresql-plproxy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql-plproxy/Makefile b/databases/postgresql-plproxy/Makefile index c4a370a4d40e..9f7e16760915 100644 --- a/databases/postgresql-plproxy/Makefile +++ b/databases/postgresql-plproxy/Makefile @@ -6,9 +6,9 @@ # PORTNAME= plproxy -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/2665/ +MASTER_SITES= http://pgfoundry.org/frs/download.php/2949/ PKGNAMEPREFIX= postgresql- MAINTAINER= skv@FreeBSD.org @@ -20,7 +20,7 @@ USE_PGSQL= yes USE_GMAKE= yes USE_BISON= build -PORTSCOUT= site:http://pgfoundry.org/frs/?group_id=1000207&release_id=1635 +PORTSCOUT= site:http://pgfoundry.org/frs/?group_id=1000207 post-patch: @${REINPLACE_CMD} -e 's= flex= ${LOCALBASE}/bin/flex=g' \ |