diff options
| author | Sergey Skvortsov <skv@FreeBSD.org> | 2010-07-09 13:35:01 +0000 |
|---|---|---|
| committer | Sergey Skvortsov <skv@FreeBSD.org> | 2010-07-09 13:35:01 +0000 |
| commit | a21bcff5d7a597c23ccf9f13a6a9e9f0565cb141 (patch) | |
| tree | b9880e2ae5f723fb5e5690ebf9e59df7eaf076ba /databases/postgresql-plproxy/Makefile | |
| parent | 8d9fa9a7325cfea1c074564784d52bcf908fbaf7 (diff) | |
Notes
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 |
