Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2013 16:36:24 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331966 - in head: . textproc textproc/rubygem-fast_xs073
Message-ID:  <201310291636.r9TGaOFp041300@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Oct 29 16:36:24 2013
New Revision: 331966
URL: http://svnweb.freebsd.org/changeset/ports/331966

Log:
  - Oops, textproc/rubygem-fast_xs073 is actually needed, revert r331949
  - Make package name unique while here by adding PKGNAMESUFFIX

Added:
  head/textproc/rubygem-fast_xs073/
     - copied from r331948, head/textproc/rubygem-fast_xs073/
Modified:
  head/MOVED
  head/textproc/Makefile
  head/textproc/rubygem-fast_xs073/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Oct 29 16:31:20 2013	(r331965)
+++ head/MOVED	Tue Oct 29 16:36:24 2013	(r331966)
@@ -5146,5 +5146,4 @@ www/rubygem-rails-app-installer||2013-10
 www/typo||2013-10-22|Has expired: Does not work with Ruby 1.9
 graphics/ruby-opengl||2013-10-25|Has expired: Does not work with Ruby 1.9
 multimedia/ffmpeg1|multimedia/ffmpeg|2013-10-27|Use multimedia/ffmpeg instead
-textproc/rubygem-fast_xs073||2013-10-29|Removed
 devel/rubygem-yajl-ruby077||2013-10-29|Removed

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue Oct 29 16:31:20 2013	(r331965)
+++ head/textproc/Makefile	Tue Oct 29 16:36:24 2013	(r331966)
@@ -1297,6 +1297,7 @@
     SUBDIR += rubygem-escape_utils
     SUBDIR += rubygem-ezamar
     SUBDIR += rubygem-fast_xs
+    SUBDIR += rubygem-fast_xs073
     SUBDIR += rubygem-ferret
     SUBDIR += rubygem-gemoji
     SUBDIR += rubygem-gherkin

Modified: head/textproc/rubygem-fast_xs073/Makefile
==============================================================================
--- head/textproc/rubygem-fast_xs073/Makefile	Tue Oct 29 14:00:07 2013	(r331948)
+++ head/textproc/rubygem-fast_xs073/Makefile	Tue Oct 29 16:36:24 2013	(r331966)
@@ -19,5 +19,7 @@ USE_RUBY=		yes
 USE_RUBYGEMS=		yes
 RUBYGEM_AUTOPLIST=	yes
 
+PKGNAMESUFFIX=	073
+
 NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310291636.r9TGaOFp041300>