From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 26 18:00:27 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC4A810656D8 for ; Thu, 26 Aug 2010 18:00:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B7C988FC0C for ; Thu, 26 Aug 2010 18:00:27 +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 o7QI0RJ8033124 for ; Thu, 26 Aug 2010 18:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7QI0RFb033118; Thu, 26 Aug 2010 18:00:27 GMT (envelope-from gnats) Resent-Date: Thu, 26 Aug 2010 18:00:27 GMT Resent-Message-Id: <201008261800.o7QI0RFb033118@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B70410656A9 for ; Thu, 26 Aug 2010 17:52:04 +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 4C98B8FC1A for ; Thu, 26 Aug 2010 17:52:04 +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 o7QHq3XJ005864; Thu, 26 Aug 2010 17:52:03 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.4/8.14.4/Submit) id o7QHq3A8005863; Thu, 26 Aug 2010 17:52:03 GMT (envelope-from pgollucci) Message-Id: <201008261752.o7QHq3A8005863@frieza.p6m7g8.net> Date: Thu, 26 Aug 2010 17:52:03 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: markun@onohara.to Subject: ports/150012: [PATCH] textproc/rubygem-htmlentities: update to 4.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2010 18:00:27 -0000 >Number: 150012 >Category: ports >Synopsis: [PATCH] textproc/rubygem-htmlentities: update to 4.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 26 18:00:27 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-CURRENT amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #1: Tue Aug 24 18:32:38 UTC 2010 >Description: - Update to 4.2.1 Port maintainer (markun@onohara.to) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-htmlentities-4.2.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/rubygem-htmlentities/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 23 Jun 2010 18:42:12 -0000 1.3 +++ Makefile 26 Aug 2010 17:42:13 -0000 @@ -6,7 +6,7 @@ # PORTNAME= htmlentities -PORTVERSION= 4.2.0 +PORTVERSION= 4.2.1 CATEGORIES= textproc rubygems MASTER_SITES= RG Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/rubygem-htmlentities/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 23 Jun 2010 18:42:12 -0000 1.3 +++ distinfo 26 Aug 2010 17:42:13 -0000 @@ -1,3 +1,3 @@ -MD5 (rubygem/htmlentities-4.2.0.gem) = 4f969adda1916cc6f724eb478ea6d215 -SHA256 (rubygem/htmlentities-4.2.0.gem) = 38759e4e75be17423e82eb83efd5b2dbeb5dda991335e5e25d9a9abdd6737f1a -SIZE (rubygem/htmlentities-4.2.0.gem) = 41984 +MD5 (rubygem/htmlentities-4.2.1.gem) = 9ef40bc84cf09c1a653c56c440d166fc +SHA256 (rubygem/htmlentities-4.2.1.gem) = f9059949d824ae226572170b58b1fb195bf479c48bbde3c7adfcb0d51e184533 +SIZE (rubygem/htmlentities-4.2.1.gem) = 42496 --- rubygem-htmlentities-4.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: