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
Responsible Changed From-To: freebsd-ports-bugs->danfe Over to maintainer (via the GNATS Auto Assign Tool)
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"
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.