svn commit: r387647 - head/databases/rubygem-dm-active_model
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 17:53:27 UTC 2015
Author: sunpoet
Date: Wed May 27 17:53:26 2015
New Revision: 387647
URL: https://svnweb.freebsd.org/changeset/ports/387647
Log:
- Add LICENSE
- Update RUN_DEPENDS
Modified:
head/databases/rubygem-dm-active_model/Makefile
Modified: head/databases/rubygem-dm-active_model/Makefile
==============================================================================
--- head/databases/rubygem-dm-active_model/Makefile Wed May 27 17:53:21 2015 (r387646)
+++ head/databases/rubygem-dm-active_model/Makefile Wed May 27 17:53:26 2015 (r387647)
@@ -9,7 +9,9 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= DM plugin for active_model compliance and thus rails 3 compatibility
-RUN_DEPENDS= rubygem-activemodel>=3.1.0:${PORTSDIR}/databases/rubygem-activemodel \
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-activemodel>=3.0:${PORTSDIR}/databases/rubygem-activemodel \
rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core
USE_RUBY= yes
More information about the svn-ports-all
mailing list