Bug 179181 - [patch] net-im/hotot: fix build
Summary: [patch] net-im/hotot: fix build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-01 22:00 UTC by Henry Hu
Modified: 2013-06-03 08:00 UTC (History)
0 users

See Also:


Attachments
file.diff (738 bytes, patch)
2013-06-01 22:00 UTC, Henry Hu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henry Hu 2013-06-01 22:00:00 UTC
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.

Fix: Patch attached with submission follows:
How-To-Repeat: Try to build net-im/hotot
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-01 22:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-03 07:48:02 UTC
Author: danfe
Date: Mon Jun  3 06:47:55 2013
New Revision: 319756
URL: http://svnweb.freebsd.org/changeset/ports/319756

Log:
  Unbreak the fetch.
  
  PR:	ports/179181

Modified:
  head/net-im/hotot/Makefile

Modified: head/net-im/hotot/Makefile
==============================================================================
--- head/net-im/hotot/Makefile	Mon Jun  3 06:42:36 2013	(r319755)
+++ head/net-im/hotot/Makefile	Mon Jun  3 06:47:55 2013	(r319756)
@@ -13,7 +13,6 @@ LICENSE=	LGPL3
 USE_GITHUB=	yes
 GH_ACCOUNT=	lyricat
 GH_PROJECT=	Hotot
-GH_TAGNAME=	master
 GH_COMMIT=	1f68d33
 
 USES=		cmake gettext
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2013-06-03 07:49:50 UTC
State Changed
From-To: open->closed

Thanks for the patch; however, proper fix would be chasing correct tag.  In 
fact, this is default behavior, but I had stray GH_TAGNAME set to master; I 
removed it now.  This allows to retain existing distinfo, which is cleaner 
approach IMHO.