From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 1 21:00:00 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]) by hub.freebsd.org (Postfix) with ESMTP id CD859216 for ; Sat, 1 Jun 2013 21:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9B38AED6 for ; Sat, 1 Jun 2013 21:00:00 +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 r51L00jO021105 for ; Sat, 1 Jun 2013 21:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r51L00Q8021103; Sat, 1 Jun 2013 21:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 1 Jun 2013 21:00:00 GMT Resent-Message-Id: <201306012100.r51L00Q8021103@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, Henry Hu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 820BE210 for ; Sat, 1 Jun 2013 20:59:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 74C10ED1 for ; Sat, 1 Jun 2013 20:59:33 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r51KxWHN019470 for ; Sat, 1 Jun 2013 20:59:32 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r51KxWck019469; Sat, 1 Jun 2013 20:59:32 GMT (envelope-from nobody) Message-Id: <201306012059.r51KxWck019469@oldred.FreeBSD.org> Date: Sat, 1 Jun 2013 20:59:32 GMT From: Henry Hu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179181: [patch] net-im/hotot: fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jun 2013 21:00:00 -0000 >Number: 179181 >Category: ports >Synopsis: [patch] net-im/hotot: fix build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 01 21:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Henry Hu >Release: FreeBSD 10-CURRENT >Organization: Columbia University >Environment: FreeBSD pepsi 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r250457M: Sun May 12 20:49:31 EDT 2013 root@pepsi:/usr/obj/usr/uefi/sys/MYKERNEL amd64 >Description: Hotot fail to fetch distfile. The remote file changed. And the git version in the working directory's name changed. It seems like that the author replaced version 0.9.8.14 with a new git version. Patch attached. >How-To-Repeat: Try to build net-im/hotot >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319589) +++ Makefile (working copy) @@ -14,7 +14,7 @@ GH_ACCOUNT= lyricat GH_PROJECT= Hotot GH_TAGNAME= master -GH_COMMIT= 1f68d33 +GH_COMMIT= ed2ff01 USES= cmake gettext USE_PYTHON= yes Index: distinfo =================================================================== --- distinfo (revision 319589) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (hotot-0.9.8.14.tar.gz) = 144ee6ce7e43cac6ba9b45b355b21d3d343bd83bf63273de22dcef892f7a29a4 -SIZE (hotot-0.9.8.14.tar.gz) = 1234375 +SHA256 (hotot-0.9.8.14.tar.gz) = 46198319c76516354b38fb6f02994e57ab39bf0707f533243c5c0753cde8d641 +SIZE (hotot-0.9.8.14.tar.gz) = 1234379 >Release-Note: >Audit-Trail: >Unformatted: