From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 14 06:00:31 2010 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54D111065675; Mon, 14 Jun 2010 06:00:31 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id E02BC8FC15; Mon, 14 Jun 2010 06:00:30 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.4/8.14.4) with ESMTP id o5E60T7T066599; Mon, 14 Jun 2010 02:00:29 -0400 (EDT) (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.4/8.14.4/Submit) id o5E60TTl066598; Mon, 14 Jun 2010 02:00:29 -0400 (EDT) (envelope-from pgollucci) Date: Mon, 14 Jun 2010 02:00:29 -0400 (EDT) Message-Id: <201006140600.o5E60TTl066598@frieza.p6m7g8.net> To: FreeBSD-gnats-submit@freebsd.org From: "Philip M. Gollucci" X-send-pr-version: 3.113 X-GNATS-Notify: Cc: ruby@freebsd.org Subject: RF -> RG (part II) X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Philip M. Gollucci" List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2010 06:00:31 -0000 >Submitter-Id: current-users >Originator: Philip M. Gollucci >Organization: RideCharge Inc. >Confidential: no >Synopsis: RF -> RG (part II) >Severity: non-critical >Priority: low >Category: ports >Class: maintainer-update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010 root@frieza.p6m7g8.net:/usr/obj/usr/src/sys/FRIEZA amd64 >Description: #!/bin/sh -x PORTSDIR=/ruby cd $PORTSDIR ports=$(ip dir rubygem- M | xargs grep -l RF | sed -e 's,/Makefile,,') for port in $ports; do echo "perl -pi -e 's,RF.*,RG,' $port/Makefile" perl -pi -e 's,RF.*,RG,' $port/Makefile done for p in $ports; do cd $PORTSDIR/$p make MASTER_SITE_BACKUP= makesum done 2>&1 |grep ^Stop > ~/r cat ~/r | sed -e "s,.*ports/,," -e 's,.$,,' |xargs cvs up -dPC cd $PORTSDIR echo $ports | xargs cvs diff > ~/rg2rf.diff >How-To-Repeat: >Fix: --- rubygem.diff begins here --- Index: devel/rubygem-arrayfields/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-arrayfields/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- devel/rubygem-arrayfields/Makefile 10 Jun 2009 00:14:25 -0000 1.5 +++ devel/rubygem-arrayfields/Makefile 14 Jun 2010 05:53:42 -0000 @@ -8,7 +8,7 @@ PORTNAME= arrayfields PORTVERSION= 4.7.4 CATEGORIES= devel rubygems -MASTER_SITES= RF/codeforpeople +MASTER_SITES= RG MAINTAINER= wenheping@gmail.com COMMENT= Allow Keyword Access to Array Instances Index: devel/rubygem-configuration/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-configuration/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- devel/rubygem-configuration/Makefile 1 Dec 2009 15:25:11 -0000 1.1 +++ devel/rubygem-configuration/Makefile 14 Jun 2010 05:53:42 -0000 @@ -7,7 +7,7 @@ PORTNAME= configuration PORTVERSION= 1.1.0 CATEGORIES= devel rubygems -MASTER_SITES= RF/codeforpeople +MASTER_SITES= RG MAINTAINER= rpsfa@rit.edu COMMENT= Mechanism to parse ruby configuration files Index: devel/rubygem-directory_watcher/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-directory_watcher/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- devel/rubygem-directory_watcher/Makefile 1 Dec 2009 01:06:25 -0000 1.1 +++ devel/rubygem-directory_watcher/Makefile 14 Jun 2010 05:53:42 -0000 @@ -7,7 +7,7 @@ PORTNAME= directory_watcher PORTVERSION= 1.3.1 CATEGORIES= devel rubygems -MASTER_SITES= RF/codeforpeople +MASTER_SITES= RG MAINTAINER= rpsfa@rit.edu COMMENT= Scans a directory at a set interval and lists files Index: devel/rubygem-ditz/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-ditz/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- devel/rubygem-ditz/Makefile 6 Jun 2010 19:24:59 -0000 1.2 +++ devel/rubygem-ditz/Makefile 14 Jun 2010 05:53:42 -0000 @@ -9,7 +9,7 @@ PORTVERSION= 0.5 PORTREVISION= 1 CATEGORIES= devel rubygems -MASTER_SITES= RF/ditz +MASTER_SITES= RG MAINTAINER= kuriyama@FreeBSD.org COMMENT= Simple, light-weight distributed issue tracker Index: devel/rubygem-fattr/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-fattr/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/rubygem-fattr/Makefile 15 Oct 2009 10:04:24 -0000 1.4 +++ devel/rubygem-fattr/Makefile 14 Jun 2010 05:53:42 -0000 @@ -8,7 +8,7 @@ PORTNAME= fattr PORTVERSION= 2.1.0 CATEGORIES= devel rubygems -MASTER_SITES= RF/codeforpeople +MASTER_SITES= RG MAINTAINER= wen@FreeBSD.org COMMENT= A Fatter Attr for Ruby Index: devel/rubygem-getopt/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-getopt/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- devel/rubygem-getopt/Makefile 20 Mar 2010 19:25:22 -0000 1.1 +++ devel/rubygem-getopt/Makefile 14 Jun 2010 05:53:42 -0000 @@ -7,7 +7,7 @@ PORTNAME= getopt PORTVERSION= 1.4.0 CATEGORIES= devel rubygems -MASTER_SITES= RF/shards +MASTER_SITES= RG MAINTAINER= alexey@renatasystems.org COMMENT= Command line parsing with Ruby Index: devel/rubygem-grit/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-grit/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- devel/rubygem-grit/Makefile 11 Jun 2010 01:34:26 -0000 1.6 +++ devel/rubygem-grit/Makefile 14 Jun 2010 05:53:42 -0000 @@ -7,7 +7,7 @@ PORTNAME= grit PORTVERSION= 1.1.1 CATEGORIES= devel rubygems -MASTER_SITES= RF/gems +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= An object-oriented ruby library to access git repositories Index: devel/rubygem-jruby-jars/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-jruby-jars/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- devel/rubygem-jruby-jars/Makefile 11 Jan 2010 03:55:19 -0000 1.2 +++ devel/rubygem-jruby-jars/Makefile 14 Jun 2010 05:53:43 -0000 @@ -7,7 +7,7 @@ PORTNAME= jruby-jars PORTVERSION= 1.4.0 CATEGORIES= devel rubygems java -MASTER_SITES= RF/jruby-extras +MASTER_SITES= RG MAINTAINER= avl@FreeBSD.org COMMENT= JAR files from the JRuby distribution Index: devel/rubygem-launchy/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-launchy/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- devel/rubygem-launchy/Makefile 1 Dec 2009 15:26:40 -0000 1.1 +++ devel/rubygem-launchy/Makefile 14 Jun 2010 05:53:43 -0000 @@ -7,7 +7,7 @@ PORTNAME= launchy PORTVERSION= 0.3.3 CATEGORIES= devel rubygems -MASTER_SITES= RF/copiousfreetime +MASTER_SITES= RG MAINTAINER= rpsfa@rit.edu COMMENT= A helper class for launching cross-platform applications Index: devel/rubygem-little_plugger/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-little_plugger/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- devel/rubygem-little_plugger/Makefile 27 May 2010 01:04:14 -0000 1.3 +++ devel/rubygem-little_plugger/Makefile 14 Jun 2010 05:53:43 -0000 @@ -7,7 +7,7 @@ PORTNAME= little_plugger PORTVERSION= 1.1.2 CATEGORIES= devel rubygems -MASTER_SITES= RF/codeforpeople +MASTER_SITES= RG DISTNAME= little-plugger-${PORTVERSION} MAINTAINER= rpsfa@rit.edu Index: devel/rubygem-locale/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-locale/Makefile,v retrieving revision 1.38 diff -u -r1.38 Makefile --- devel/rubygem-locale/Makefile 27 May 2010 22:48:32 -0000 1.38 +++ devel/rubygem-locale/Makefile 14 Jun 2010 05:53:43 -0000 @@ -8,7 +8,7 @@ PORTNAME= locale PORTVERSION= 2.0.5 CATEGORIES= devel rubygems -MASTER_SITES= RF +MASTER_SITES= RG MAINTAINER= knu@FreeBSD.org COMMENT= A pure ruby library to support locales Index: devel/rubygem-locale/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-locale/distinfo,v retrieving revision 1.23 diff -u -r1.23 distinfo --- devel/rubygem-locale/distinfo 26 May 2010 02:01:55 -0000 1.23 +++ devel/rubygem-locale/distinfo 14 Jun 2010 05:53:48 -0000 @@ -1,3 +1,3 @@ -MD5 (rubygem/locale-2.0.5.gem) = fb02d272c69249f1d18a4c05b2eb14f2 -SHA256 (rubygem/locale-2.0.5.gem) = 4bd4b98dd9b74d18325546ec08f0b34adc847efbd7aa189f347ab7c2abd6f179 -SIZE (rubygem/locale-2.0.5.gem) = 111616 +MD5 (rubygem/locale-2.0.5.gem) = 90d530335d0210f8e58c2bad95003951 +SHA256 (rubygem/locale-2.0.5.gem) = 28baf0410c9742eb49402200f47b99d9d4b793e02a5436a7275a89d273eafe00 +SIZE (rubygem/locale-2.0.5.gem) = 111104 Index: devel/rubygem-lockfile/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-lockfile/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- devel/rubygem-lockfile/Makefile 9 Apr 2009 00:11:29 -0000 1.3 +++ devel/rubygem-lockfile/Makefile 14 Jun 2010 05:53:43 -0000 @@ -8,7 +8,7 @@ PORTNAME= lockfile PORTVERSION= 1.4.3 CATEGORIES= devel rubygems -MASTER_SITES= RF/codeforpeople +MASTER_SITES= RG MAINTAINER= dhn@FreeBSD.org COMMENT= A ruby library for creating NFS safe lockfiles Index: devel/rubygem-loquacious/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-loquacious/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- devel/rubygem-loquacious/Makefile 27 May 2010 01:04:51 -0000 1.3 +++ devel/rubygem-loquacious/Makefile 14 Jun 2010 05:53:43 -0000 @@ -7,7 +7,7 @@ PORTNAME= loquacious PORTVERSION= 1.4.2 CATEGORIES= devel rubygems -MASTER_SITES= RF/codeforpeople +MASTER_SITES= RG MAINTAINER= rpsfa@rit.edu COMMENT= Mechanism to parse ruby loquacious files Index: devel/rubygem-main/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-main/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- devel/rubygem-main/Makefile 6 Jun 2010 19:25:00 -0000 1.8 +++ devel/rubygem-main/Makefile 14 Jun 2010 05:53:43 -0000 @@ -8,7 +8,7 @@ PORTNAME= main PORTVERSION= 4.2.0 CATEGORIES= devel rubygems -MASTER_SITES= RF/codeforpeople +MASTER_SITES= RG MAINTAINER= wen@FreeBSD.org COMMENT= A Class Factory and Dsl for Generating Command Line Programs Index: devel/rubygem-rake/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-rake/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- devel/rubygem-rake/Makefile 27 Apr 2010 22:55:18 -0000 1.20 +++ devel/rubygem-rake/Makefile 14 Jun 2010 05:53:43 -0000 @@ -7,7 +7,7 @@ PORTNAME= rake PORTVERSION= 0.8.7 CATEGORIES= devel rubygems -MASTER_SITES= RF +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby Make Index: devel/rubygem-trollop/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-trollop/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- devel/rubygem-trollop/Makefile 2 Oct 2009 17:17:55 -0000 1.8 +++ devel/rubygem-trollop/Makefile 14 Jun 2010 05:53:43 -0000 @@ -8,7 +8,7 @@ PORTNAME= trollop PORTVERSION= 1.15 CATEGORIES= devel rubygems -MASTER_SITES= RF/trollop +MASTER_SITES= RG MAINTAINER= dhn@FreeBSD.org COMMENT= A commandline option parser for Ruby that gets out of your way Index: devel/rubygem-uuid/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-uuid/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/rubygem-uuid/Makefile 6 Jun 2010 19:25:03 -0000 1.4 +++ devel/rubygem-uuid/Makefile 14 Jun 2010 05:53:43 -0000 @@ -8,7 +8,7 @@ PORTNAME= uuid PORTVERSION= 2.0.2 CATEGORIES= devel rubygems -MASTER_SITES= RF/reliable-msg +MASTER_SITES= RG MAINTAINER= wenheping@gmail.com COMMENT= UUID Generator for Ruby Index: devel/rubygem-warbler/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-warbler/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- devel/rubygem-warbler/Makefile 16 Sep 2009 14:15:33 -0000 1.8 +++ devel/rubygem-warbler/Makefile 14 Jun 2010 05:53:43 -0000 @@ -8,7 +8,7 @@ PORTVERSION= 0.9.14 PORTREVISION= 1 CATEGORIES= devel rubygems java -MASTER_SITES= RF/caldersphere +MASTER_SITES= RG MAINTAINER= avl@FreeBSD.org COMMENT= A constructor of .war files of Rails applications Index: net/rubygem-macaddr/Makefile =================================================================== RCS file: /home/ncvs/ports/net/rubygem-macaddr/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- net/rubygem-macaddr/Makefile 9 Apr 2009 00:11:35 -0000 1.2 +++ net/rubygem-macaddr/Makefile 14 Jun 2010 05:53:43 -0000 @@ -8,7 +8,7 @@ PORTNAME= macaddr PORTVERSION= 1.0.0 CATEGORIES= net rubygems -MASTER_SITES= RF/codeforpeople +MASTER_SITES= RG MAINTAINER= wenheping@gmail.com COMMENT= Cross Platform Mac Address Determination for Ruby Index: net/rubygem-oauth/Makefile =================================================================== RCS file: /home/ncvs/ports/net/rubygem-oauth/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- net/rubygem-oauth/Makefile 6 Jun 2010 19:25:05 -0000 1.9 +++ net/rubygem-oauth/Makefile 14 Jun 2010 05:53:43 -0000 @@ -8,7 +8,7 @@ PORTNAME= oauth PORTVERSION= 0.3.6 CATEGORIES= net rubygems -MASTER_SITES= RF/oauth +MASTER_SITES= RG MAINTAINER= wen@FreeBSD.org COMMENT= Rubygem for Creating both OAuth Consumers and Service Providers Index: print/rubygem-prawn/Makefile =================================================================== RCS file: /home/ncvs/ports/print/rubygem-prawn/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- print/rubygem-prawn/Makefile 6 Jun 2010 19:25:06 -0000 1.11 +++ print/rubygem-prawn/Makefile 14 Jun 2010 05:53:43 -0000 @@ -7,7 +7,7 @@ PORTNAME= prawn PORTVERSION= 0.6.3 CATEGORIES= print rubygems -MASTER_SITES= RF/prawn +MASTER_SITES= RG MAINTAINER= wen@FreeBSD.org COMMENT= Fast pure Ruby PDF generator Index: print/rubygem-prawn-core/Makefile =================================================================== RCS file: /home/ncvs/ports/print/rubygem-prawn-core/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- print/rubygem-prawn-core/Makefile 22 Nov 2009 03:22:11 -0000 1.5 +++ print/rubygem-prawn-core/Makefile 14 Jun 2010 05:53:43 -0000 @@ -7,7 +7,7 @@ PORTNAME= prawn-core PORTVERSION= 0.6.3 CATEGORIES= print rubygems -MASTER_SITES= RF/prawn +MASTER_SITES= RG MAINTAINER= wen@FreeBSD.org COMMENT= Core of Rubygem-prawn Index: print/rubygem-prawn-format/Makefile =================================================================== RCS file: /home/ncvs/ports/print/rubygem-prawn-format/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- print/rubygem-prawn-format/Makefile 6 Jun 2010 19:25:06 -0000 1.5 +++ print/rubygem-prawn-format/Makefile 14 Jun 2010 05:53:43 -0000 @@ -7,7 +7,7 @@ PORTNAME= prawn-format PORTVERSION= 0.2.3 CATEGORIES= print rubygems -MASTER_SITES= RF/prawn +MASTER_SITES= RG MAINTAINER= wen@FreeBSD.org COMMENT= An extension of Prawn that allows inline formatting Index: print/rubygem-prawn-layout/Makefile =================================================================== RCS file: /home/ncvs/ports/print/rubygem-prawn-layout/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- print/rubygem-prawn-layout/Makefile 22 Nov 2009 03:31:06 -0000 1.6 +++ print/rubygem-prawn-layout/Makefile 14 Jun 2010 05:53:43 -0000 @@ -7,7 +7,7 @@ PORTNAME= prawn-layout PORTVERSION= 0.3.2 CATEGORIES= print rubygems -MASTER_SITES= RF/prawn +MASTER_SITES= RG MAINTAINER= wen@FreeBSD.org COMMENT= An Prawn Extension to Provides Table Support and Other Layout Index: print/rubygem-prawn-security/Makefile =================================================================== RCS file: /home/ncvs/ports/print/rubygem-prawn-security/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- print/rubygem-prawn-security/Makefile 12 Nov 2009 03:28:15 -0000 1.1 +++ print/rubygem-prawn-security/Makefile 14 Jun 2010 05:53:43 -0000 @@ -7,7 +7,7 @@ PORTNAME= prawn-security PORTVERSION= 0.1.1 CATEGORIES= print rubygems -MASTER_SITES= RF/prawn +MASTER_SITES= RG MAINTAINER= wen@FreeBSD.org COMMENT= An extension of Prawn Index: security/rubygem-nmap-parser/Makefile =================================================================== RCS file: /home/ncvs/ports/security/rubygem-nmap-parser/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- security/rubygem-nmap-parser/Makefile 11 Jun 2010 01:34:26 -0000 1.4 +++ security/rubygem-nmap-parser/Makefile 14 Jun 2010 05:53:43 -0000 @@ -8,7 +8,7 @@ PORTVERSION= 0.3.2 PORTREVISION= 1 CATEGORIES= security rubygems -MASTER_SITES= RF/gems +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to Nmap scan data Index: sysutils/rubygem-sys-cpu/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/rubygem-sys-cpu/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- sysutils/rubygem-sys-cpu/Makefile 2 May 2010 12:10:21 -0000 1.1 +++ sysutils/rubygem-sys-cpu/Makefile 14 Jun 2010 05:53:43 -0000 @@ -8,7 +8,7 @@ PORTNAME= sys-cpu PORTVERSION= 0.6.1 CATEGORIES= sysutils rubygems -MASTER_SITES= RF/sysutils +MASTER_SITES= RG MAINTAINER= freebsdports@chillibear.com COMMENT= Provides an interface for getting information about the CPU Index: textproc/rubygem-diff-lcs/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/rubygem-diff-lcs/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- textproc/rubygem-diff-lcs/Makefile 11 Jun 2010 01:34:27 -0000 1.3 +++ textproc/rubygem-diff-lcs/Makefile 14 Jun 2010 05:53:43 -0000 @@ -7,7 +7,7 @@ PORTNAME= diff-lcs PORTVERSION= 1.1.2 CATEGORIES= textproc rubygems -MASTER_SITES= RF/ruwiki +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= LCS-based diff library for ruby Index: textproc/rubygem-htmlentities/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/rubygem-htmlentities/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- textproc/rubygem-htmlentities/Makefile 4 Sep 2009 20:42:15 -0000 1.2 +++ textproc/rubygem-htmlentities/Makefile 14 Jun 2010 05:53:43 -0000 @@ -8,7 +8,7 @@ PORTNAME= htmlentities PORTVERSION= 4.2.0 CATEGORIES= textproc rubygems -MASTER_SITES= RF +MASTER_SITES= RG MAINTAINER= markun@onohara.to COMMENT= HTML entity encoding and decoding for Ruby Index: textproc/rubygem-htmlentities/distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/rubygem-htmlentities/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- textproc/rubygem-htmlentities/distinfo 4 Sep 2009 20:42:15 -0000 1.2 +++ textproc/rubygem-htmlentities/distinfo 14 Jun 2010 05:53:56 -0000 @@ -1,3 +1,3 @@ -MD5 (rubygem/htmlentities-4.2.0.gem) = ad78c92451862e54fa608539d7c1bccd -SHA256 (rubygem/htmlentities-4.2.0.gem) = 08630c46b360ea0a8784a01bd6c72f9b51cdf8eba95cee2a1a5bd3ca5f8f6304 -SIZE (rubygem/htmlentities-4.2.0.gem) = 40960 +MD5 (rubygem/htmlentities-4.2.0.gem) = 4f969adda1916cc6f724eb478ea6d215 +SHA256 (rubygem/htmlentities-4.2.0.gem) = 38759e4e75be17423e82eb83efd5b2dbeb5dda991335e5e25d9a9abdd6737f1a +SIZE (rubygem/htmlentities-4.2.0.gem) = 41984 Index: textproc/rubygem-rdiscount/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/rubygem-rdiscount/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- textproc/rubygem-rdiscount/Makefile 11 Jun 2010 01:34:27 -0000 1.7 +++ textproc/rubygem-rdiscount/Makefile 14 Jun 2010 05:53:43 -0000 @@ -7,7 +7,7 @@ PORTNAME= rdiscount PORTVERSION= 1.3.5 CATEGORIES= textproc rubygems -MASTER_SITES= RF/gems +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= A fast Markdown converter for ruby based on discount Index: textproc/rubygem-termcolor/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/rubygem-termcolor/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- textproc/rubygem-termcolor/Makefile 6 Jun 2010 19:25:08 -0000 1.3 +++ textproc/rubygem-termcolor/Makefile 14 Jun 2010 05:53:43 -0000 @@ -8,7 +8,7 @@ PORTNAME= termcolor PORTVERSION= 1.1.0 CATEGORIES= textproc rubygems -MASTER_SITES= RF/termcolor +MASTER_SITES= RG MAINTAINER= dhn@FreeBSD.org COMMENT= A library for ANSII color formatting like HTML for output in terminal Index: www/rubygem-httparty/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-httparty/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- www/rubygem-httparty/Makefile 6 Jun 2010 19:25:09 -0000 1.7 +++ www/rubygem-httparty/Makefile 14 Jun 2010 05:53:43 -0000 @@ -7,7 +7,7 @@ PORTNAME= httparty PORTVERSION= 0.4.5 CATEGORIES= www rubygems -MASTER_SITES= RF +MASTER_SITES= RG MAINTAINER= wen@FreeBSD.org COMMENT= Ruby Library that Makes HTTP Fun Again Index: www/rubygem-httparty/distinfo =================================================================== RCS file: /home/ncvs/ports/www/rubygem-httparty/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- www/rubygem-httparty/distinfo 2 Oct 2009 00:33:32 -0000 1.6 +++ www/rubygem-httparty/distinfo 14 Jun 2010 05:53:57 -0000 @@ -1,3 +1,3 @@ -MD5 (rubygem/httparty-0.4.5.gem) = 125d00bd5e5927b148a42ef919b357f9 -SHA256 (rubygem/httparty-0.4.5.gem) = 6634292bdbdf6b3db32adc7121658329cd3918c83da33938bd4904626225606b -SIZE (rubygem/httparty-0.4.5.gem) = 40960 +MD5 (rubygem/httparty-0.4.5.gem) = 94c2b1612c68f0b74d91f450008a3e1d +SHA256 (rubygem/httparty-0.4.5.gem) = 72e93eb5d6832bb0700848e7a1a713f93fc5aa94547d3c53a3332a8449aab16a +SIZE (rubygem/httparty-0.4.5.gem) = 40448 --- rubygem.diff ends here --- From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 14 11:08:26 2010 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4677C1065686 for ; Mon, 14 Jun 2010 11:08:26 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1B62A8FC21 for ; Mon, 14 Jun 2010 11:08:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o5EB8PuG079923 for ; Mon, 14 Jun 2010 11:08:25 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5EB8PP9079921 for ruby@FreeBSD.org; Mon, 14 Jun 2010 11:08:25 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 14 Jun 2010 11:08:25 GMT Message-Id: <201006141108.o5EB8PP9079921@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Cc: Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2010 11:08:26 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/147809 ruby databases/ruby-dbi: /usr/local/lib/ruby/site_ruby/1.8/ f ports/147800 ruby [PATCH]: databases/rubygem-datamapper 1.0.0 overhaul o ports/147547 ruby [PATCH]: Mk/bsd.ruby.mk: support --no-rdoc for -DNOPOR o ports/147242 ruby ports-mgmt/portupgrade incorrectly remove old port whe s ports/147169 ruby bsd.ruby.mk: Adding GEM_ARGS o ports/147137 ruby MK/bsd.ruby.mk: [patch]: support devel/rubygem-rake un o ports/147111 ruby [PATCH] lang/ruby19: support security/openssl o ports/146863 ruby [patch] lang/ruby19: remove extra `-g' from CFLAGS and o ports/146858 ruby [patch] ports-mgmt/portupgrade-devel: respect LOCALBAS o ports/144769 ruby [PATCH] ports-mgmt/portupgrade should have a configura o ports/144605 ruby [PATCH] Get ports-mgmt/portupgrade to build under Ruby f ports/144568 ruby devel/ruby-gems: Ruby 1.9.1 has rubygems version 1.3.1 s ports/140880 ruby ports-mgmt/portupgrade: portversion confused with ezm3 o ports/140364 ruby ports-mgmt/portupgrade-devel: #! line substitution is o ports/140273 ruby ports-mgmt/portupgrade-devel chokes on bsdpan pkgs o ports/140008 ruby ports-mgmt/portupgrade: many papercut omissions on por o ports/137958 ruby ports-mgmt/portupgrade fails with recursive dependency o ports/137708 ruby ports-mgmt/portupgrade: portupgrade -cRn is broken s ports/134714 ruby ports-mgmt/portupgrade deletes user data without quest o ports/134182 ruby ports-mgmt/portupgrade incorrectly handles manual reje o ports/131111 ruby ports-mgmt/portupgrade-devel: completely removes packa o ports/129930 ruby ports-mgmt/portupgrade - portinstall tries to install o ports/129891 ruby ports-mgmt/portupgrade fails to recognize variations o o ports/128881 ruby ports-mgmt/portupgrade backtrace o ports/127889 ruby ports-mgmt/portupgrade detects spurious failures and s o ports/127019 ruby ports-mgmt/portupgrade does not recognize fail conditi o ports/126140 ruby ports-mgmt/portupgrade runtime error o ports/125936 ruby ports-mgmt/portupgrade -R fails if BUILD_DEP's are not o ports/112818 ruby ports-mgmt/portupgrade -a fails with database error 29 problems total. From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 14 22:35:19 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7928106566B; Mon, 14 Jun 2010 22:35:19 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9F5F68FC1B; Mon, 14 Jun 2010 22:35:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o5EMZJVS078199; Mon, 14 Jun 2010 22:35:19 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5EMZJ4k078195; Mon, 14 Jun 2010 22:35:19 GMT (envelope-from pgollucci) Date: Mon, 14 Jun 2010 22:35:19 GMT Message-Id: <201006142235.o5EMZJ4k078195@freefall.freebsd.org> To: pgollucci@FreeBSD.org, ruby@FreeBSD.org, portmgr@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/147800: [PATCH]: databases/rubygem-datamapper 1.0.0 overhaul X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2010 22:35:19 -0000 Synopsis: [PATCH]: databases/rubygem-datamapper 1.0.0 overhaul Responsible-Changed-From-To: ruby->portmgr Responsible-Changed-By: pgollucci Responsible-Changed-When: Mon Jun 14 22:35:19 UTC 2010 Responsible-Changed-Why: quick review/approval http://www.freebsd.org/cgi/query-pr.cgi?pr=147800