From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 29 07:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BBB3E3AB for ; Thu, 29 Aug 2013 07:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A7DE92A9D for ; Thu, 29 Aug 2013 07:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7T7K1vO047386 for ; Thu, 29 Aug 2013 07:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7T7K1sv047385; Thu, 29 Aug 2013 07:20:01 GMT (envelope-from gnats) Date: Thu, 29 Aug 2013 07:20:01 GMT Message-Id: <201308290720.r7T7K1sv047385@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Konstantinos Koukopoulos Subject: Re: ports/181623: update to devel/hub X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Konstantinos Koukopoulos List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 07:20:01 -0000 The following reply was made to PR ports/181623; it has been noted by GNATS. From: Konstantinos Koukopoulos To: Simon Olofsson Cc: bug-followup@FreeBSD.org Subject: Re: ports/181623: update to devel/hub Date: Thu, 29 Aug 2013 10:14:58 +0300 --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline On Wed 13.Aug.28, Simon Olofsson wrote: >Thanks for the patch, could you please send an updated version, which is not encoded (i.e. without all those '=3D'). > oh, sorry about that. I've attached the patch again (hopefully my MUA won't bug it up this time) --bp/iNruPH9dso1Pn Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="hub.diff" Index: devel/hub/Makefile =================================================================== --- devel/hub/Makefile (revision 325541) +++ devel/hub/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hub -PORTVERSION= 1.10.2 +PORTVERSION= 1.10.6 CATEGORIES= devel MAINTAINER= simon@olofsson.de @@ -9,9 +9,9 @@ COMMENT= Introduces git to GitHub USE_GITHUB= yes -GH_ACCOUNT= defunkt +GH_ACCOUNT= github GH_TAGNAME= v${DISTVERSION} -GH_COMMIT= 16b388a +GH_COMMIT= 5b43748 USE_RUBY= yes USE_RAKE= yes Index: devel/hub/distinfo =================================================================== --- devel/hub/distinfo (revision 325541) +++ devel/hub/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (hub-1.10.2.tar.gz) = 3bd8cf160062dac2dcdad176d14a88237fb4018522ef3a584a83c3f812d5b1c5 -SIZE (hub-1.10.2.tar.gz) = 54805 +SHA256 (hub-1.10.6.tar.gz) = 096b86ed9dd83db4bab5f10679feaac017f31aad11fb081b3607405a35e93711 +SIZE (hub-1.10.6.tar.gz) = 57828 --bp/iNruPH9dso1Pn--