svn commit: r498746 - in head/databases: . rubygem-state_machines-activerecord05

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 12 20:58:03 UTC 2019


Author: sunpoet
Date: Fri Apr 12 20:58:02 2019
New Revision: 498746
URL: https://svnweb.freebsd.org/changeset/ports/498746

Log:
  Add rubygem-state_machines-activerecord05 0.5.2 (copied from rubygem-state_machines-activerecord)
  
  - Add PORTSCOUT

Added:
  head/databases/rubygem-state_machines-activerecord05/
     - copied from r498665, head/databases/rubygem-state_machines-activerecord/
Modified:
  head/databases/Makefile
  head/databases/rubygem-state_machines-activerecord05/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Fri Apr 12 20:57:46 2019	(r498745)
+++ head/databases/Makefile	Fri Apr 12 20:58:02 2019	(r498746)
@@ -980,6 +980,7 @@
     SUBDIR += rubygem-sqlite3-ruby
     SUBDIR += rubygem-state_machines-activemodel
     SUBDIR += rubygem-state_machines-activerecord
+    SUBDIR += rubygem-state_machines-activerecord05
     SUBDIR += rubygem-tarantool
     SUBDIR += sequeler
     SUBDIR += sfcgal

Modified: head/databases/rubygem-state_machines-activerecord05/Makefile
==============================================================================
--- head/databases/rubygem-state_machines-activerecord/Makefile	Thu Apr 11 11:29:07 2019	(r498665)
+++ head/databases/rubygem-state_machines-activerecord05/Makefile	Fri Apr 12 20:58:02 2019	(r498746)
@@ -3,9 +3,9 @@
 
 PORTNAME=	state_machines-activerecord
 PORTVERSION=	0.5.2
-PORTREVISION=	1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	05
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Support for creating state machines for attributes on ActiveRecord
@@ -20,5 +20,7 @@ USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^0\.5\.
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list