svn commit: r430420 - in head/textproc: . rubygem-rails-dom-testing1

Steve Wills swills at FreeBSD.org
Mon Jan 2 23:08:29 UTC 2017


Author: swills
Date: Mon Jan  2 23:08:27 2017
New Revision: 430420
URL: https://svnweb.freebsd.org/changeset/ports/430420

Log:
  textproc/rubygem-rails-dom-testing1: create port
  
  Create port for 1.x version of rubygem-rails-dom-testing for the ports that
  still need the older version.

Added:
  head/textproc/rubygem-rails-dom-testing1/
     - copied from r430219, head/textproc/rubygem-rails-dom-testing/
Modified:
  head/textproc/Makefile
  head/textproc/rubygem-rails-dom-testing1/Makefile
  head/textproc/rubygem-rails-dom-testing1/distinfo

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Jan  2 23:04:41 2017	(r430419)
+++ head/textproc/Makefile	Mon Jan  2 23:08:27 2017	(r430420)
@@ -1487,6 +1487,7 @@
     SUBDIR += rubygem-phone
     SUBDIR += rubygem-pretty-xml
     SUBDIR += rubygem-rails-dom-testing
+    SUBDIR += rubygem-rails-dom-testing1
     SUBDIR += rubygem-rails-html-sanitizer
     SUBDIR += rubygem-rak
     SUBDIR += rubygem-rchardet

Modified: head/textproc/rubygem-rails-dom-testing1/Makefile
==============================================================================
--- head/textproc/rubygem-rails-dom-testing/Makefile	Sun Jan  1 01:11:39 2017	(r430219)
+++ head/textproc/rubygem-rails-dom-testing1/Makefile	Mon Jan  2 23:08:27 2017	(r430420)
@@ -2,9 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	rails-dom-testing
-PORTVERSION=	1.0.7
+PORTVERSION=	1.0.8
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Analyse and compare DOMs using Nokogiri
@@ -20,4 +21,6 @@ NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 
+PORTSCOUT=	limit:^1\.
+
 .include <bsd.port.mk>

Modified: head/textproc/rubygem-rails-dom-testing1/distinfo
==============================================================================
--- head/textproc/rubygem-rails-dom-testing/distinfo	Sun Jan  1 01:11:39 2017	(r430219)
+++ head/textproc/rubygem-rails-dom-testing1/distinfo	Mon Jan  2 23:08:27 2017	(r430420)
@@ -1,2 +1,3 @@
-SHA256 (rubygem/rails-dom-testing-1.0.7.gem) = 6813821425ff44ae3188162d0bae1a2ae08080fc1a584860bf78d50190a112ed
-SIZE (rubygem/rails-dom-testing-1.0.7.gem) = 17408
+TIMESTAMP = 1483397706
+SHA256 (rubygem/rails-dom-testing-1.0.8.gem) = 19dd4498c8e203b6c7747d0261d961354712e6f67bc74bdecf4060d8e5aac7db
+SIZE (rubygem/rails-dom-testing-1.0.8.gem) = 17408


More information about the svn-ports-all mailing list