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