Date: Fri, 28 Apr 2017 22:46:28 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439699 - in head/databases: . rubygem-activemodel50 Message-ID: <201704282246.v3SMkSRD004078@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Apr 28 22:46:28 2017 New Revision: 439699 URL: https://svnweb.freebsd.org/changeset/ports/439699 Log: Add rubygem-activemodel50 5.0.2 (copied from rubygem-activemodel5) - Add PORTSCOUT Added: head/databases/rubygem-activemodel50/ - copied from r439685, head/databases/rubygem-activemodel5/ Modified: head/databases/Makefile head/databases/rubygem-activemodel50/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Fri Apr 28 22:16:58 2017 (r439698) +++ head/databases/Makefile Fri Apr 28 22:46:28 2017 (r439699) @@ -864,6 +864,7 @@ SUBDIR += rubygem-active_record_query_trace SUBDIR += rubygem-activemodel4 SUBDIR += rubygem-activemodel5 + SUBDIR += rubygem-activemodel50 SUBDIR += rubygem-activerecord-import SUBDIR += rubygem-activerecord-jdbc-adapter SUBDIR += rubygem-activerecord-jdbcmysql-adapter Modified: head/databases/rubygem-activemodel50/Makefile ============================================================================== --- head/databases/rubygem-activemodel5/Makefile Fri Apr 28 21:40:25 2017 (r439685) +++ head/databases/rubygem-activemodel50/Makefile Fri Apr 28 22:46:28 2017 (r439699) @@ -5,7 +5,7 @@ PORTNAME= activemodel PORTVERSION= 5.0.2 CATEGORIES= databases rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 50 MAINTAINER= ruby@FreeBSD.org COMMENT= Toolkit for building modeling frameworks @@ -13,7 +13,9 @@ COMMENT= Toolkit for building modeling f LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 +RUN_DEPENDS= rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport50 + +PORTSCOUT= limit:^5\.0\. NO_ARCH= yes USE_RUBY= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704282246.v3SMkSRD004078>