Date: Sat, 1 Jun 2013 20:59:32 GMT From: Henry Hu <henry.hu.sh@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/179181: [patch] net-im/hotot: fix build Message-ID: <201306012059.r51KxWck019469@oldred.FreeBSD.org> Resent-Message-ID: <201306012100.r51L00Q8021103@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306012059.r51KxWck019469>