diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-11 20:03:42 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-11 20:03:42 +0000 |
commit | 4a7f56ed3b565a21546c7158fdcdca2032911fd7 (patch) | |
tree | a20fef7eedbe703bfe9cc1d99b7e6023039ec47a /databases/rubygem-do_postgres/Makefile | |
parent | - Update to 0.10.2 (diff) |
- Update to 0.10.2
PR: ports/150066
Submitted by: myself (pgollucci)
Approved by: maintainer timeout (voldern@hoeggen.net ; 14 days)
Sponsored by: RideCharge Inc. / TaxiMagic
Notes
Notes:
svn path=/head/; revision=260993
Diffstat (limited to 'databases/rubygem-do_postgres/Makefile')
-rw-r--r-- | databases/rubygem-do_postgres/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/rubygem-do_postgres/Makefile b/databases/rubygem-do_postgres/Makefile index 03a37eae112a..329bd35d2c40 100644 --- a/databases/rubygem-do_postgres/Makefile +++ b/databases/rubygem-do_postgres/Makefile @@ -6,17 +6,17 @@ # PORTNAME= do_postgres -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.2 CATEGORIES= databases rubygems -MASTER_SITES= RUBYFORGE/dorb -DISTNAME= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= RG MAINTAINER= voldern@hoeggen.net COMMENT= Ruby DataObjects driver for PostgreSQL -RUN_DEPENDS= rubygem-data_objects>=0.10.0:${PORTSDIR}/databases/rubygem-data_objects +RUN_DEPENDS= rubygem-data_objects>=0.10.2:${PORTSDIR}/databases/rubygem-data_objects USE_PGSQL= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |