aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-09-22 12:54:37 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-09-22 12:54:37 +0800
commit0e33b596b8de375ddba788cf1bd6b3040f202251 (patch)
treeb2e9abe3c32c5fe65071b042c304c3a4d7cc539c /databases
parent77c0cee3fdbfb322498733282291084c6342d419 (diff)
downloadfreebsd-ports-gnome-0e33b596b8de375ddba788cf1bd6b3040f202251.tar.gz
freebsd-ports-gnome-0e33b596b8de375ddba788cf1bd6b3040f202251.tar.zst
freebsd-ports-gnome-0e33b596b8de375ddba788cf1bd6b3040f202251.zip
- Fix dependency versions
PR: ports/150804 Submitted by: myself (pgollucci) Approved by: jyyou@cs.nctu.edu.tw (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
Diffstat (limited to 'databases')
-rw-r--r--databases/rubygem-dm-mysql-adapter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/rubygem-dm-mysql-adapter/Makefile b/databases/rubygem-dm-mysql-adapter/Makefile
index 37c00bd9dd42..ed5e7ecf82a5 100644
--- a/databases/rubygem-dm-mysql-adapter/Makefile
+++ b/databases/rubygem-dm-mysql-adapter/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dm-mysql-adapter
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
@@ -14,7 +15,7 @@ MAINTAINER= jyyou@cs.nctu.edu.tw
COMMENT= MySQL Adapter for DataMapper
RUN_DEPENDS= rubygem-do_mysql>=0.10.2:${PORTSDIR}/databases/rubygem-do_mysql \
- rubygem-dm-do-adapter>=1.0.2:${PORTSDIR}/databases/rubygem-dm-do-adapter
+ rubygem-dm-do-adapter>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-do-adapter
USE_RUBY= yes
USE_RUBYGEMS= yes