svn commit: r368245 - head/databases/rubygem-activemodel4
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Sep 15 06:18:21 UTC 2014
Author: sunpoet
Date: Mon Sep 15 06:18:21 2014
New Revision: 368245
URL: http://svnweb.freebsd.org/changeset/ports/368245
QAT: https://qat.redports.org/buildarchive/r368245/
Log:
- Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
Modified:
head/databases/rubygem-activemodel4/Makefile
Modified: head/databases/rubygem-activemodel4/Makefile
==============================================================================
--- head/databases/rubygem-activemodel4/Makefile Mon Sep 15 04:26:29 2014 (r368244)
+++ head/databases/rubygem-activemodel4/Makefile Mon Sep 15 06:18:21 2014 (r368245)
@@ -3,7 +3,7 @@
PORTNAME= activemodel
PORTVERSION= 4.1.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
@@ -14,7 +14,7 @@ COMMENT= Toolkit for building modeling f
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \
- rubygem-builder31>=3.1.4:${PORTSDIR}/devel/rubygem-builder31
+ rubygem-builder32>=3.2.2:${PORTSDIR}/devel/rubygem-builder32
USE_RUBY= yes
USE_RUBYGEMS= yes
More information about the svn-ports-all
mailing list