diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-18 22:43:00 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-18 22:43:00 +0000 |
commit | 6a905e760dc9a17ed1e6117ddc43d3b6733b09b0 (patch) | |
tree | 729cf70b95d3e4f0d196befceacaaddaaea9bd65 /databases/postgresql-plruby | |
parent | cbaddcd0e1d5ac75df49939d7a3d45738536a325 (diff) |
Bump libpq version and PORTREVISION.
Notes
Notes:
svn path=/head/; revision=73441
Diffstat (limited to 'databases/postgresql-plruby')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index ca748b0b1ea3..95c3d2374d4b 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -7,6 +7,7 @@ PORTNAME= plruby PORTVERSION= 0.2.9 +PORTREVISION= 1 CATEGORIES= databases ruby MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/ PKGNAMEPREFIX= postgresql- @@ -14,7 +15,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= pq.2:${PGSQL_PORTDIR} +LIB_DEPENDS= pq.3:${PGSQL_PORTDIR} RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} USE_RUBY= yes |