Bug 179748 - games/gti: github-based distfile not fetchable
Summary: games/gti: github-based distfile not fetchable
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: TAKATSU Tomonari
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-20 10:20 UTC by John Marino
Modified: 2013-06-22 09:11 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-06-20 10:20:01 UTC
Apparently the github fetch is not set up correctly on this port because the checksum are not matching.

Fix: 

Use github tags or mark this port broken.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-20 10:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tota

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-22 02:58:25 UTC
Author: tota
Date: Sat Jun 22 01:58:17 2013
New Revision: 321516
URL: http://svnweb.freebsd.org/changeset/ports/321516

Log:
  - Update distinfo
  - Add LOCAL to MASTER_SITES
  - Bump PORTREVISION
  
  PR:		ports/179748
  Submitted by:	John Marino <draco_AT_marino_DOT_st>

Modified:
  head/games/gti/Makefile
  head/games/gti/distinfo

Modified: head/games/gti/Makefile
==============================================================================
--- head/games/gti/Makefile	Sat Jun 22 01:44:32 2013	(r321515)
+++ head/games/gti/Makefile	Sat Jun 22 01:58:17 2013	(r321516)
@@ -3,7 +3,9 @@
 
 PORTNAME=	gti
 PORTVERSION=	1.1.1
+PORTREVISION=	1
 CATEGORIES=	games
+MASTER_SITES=	GH GHC LOCAL/tota/${PORTNAME}
 
 MAINTAINER=	tota@FreeBSD.org
 COMMENT=	Just a silly git launcher, basically. Inspired by sl
@@ -11,7 +13,7 @@ COMMENT=	Just a silly git launcher, basi
 USE_GITHUB=	yes
 GH_ACCOUNT=	rwos
 GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	92b9219
+GH_COMMIT=	811998c
 
 MAN6=	${PORTNAME}.6
 

Modified: head/games/gti/distinfo
==============================================================================
--- head/games/gti/distinfo	Sat Jun 22 01:44:32 2013	(r321515)
+++ head/games/gti/distinfo	Sat Jun 22 01:58:17 2013	(r321516)
@@ -1,2 +1,2 @@
-SHA256 (gti-1.1.1.tar.gz) = 85cafeb03bf377deb76a6bcf690bf7b1cad03961e26ab366fc74eaa930a610cd
-SIZE (gti-1.1.1.tar.gz) = 2446
+SHA256 (gti-1.1.1.tar.gz) = 11f38f305aeee444ef7448d19746ff323553fe87ea2cd9bfa602b4e3d29a0c2a
+SIZE (gti-1.1.1.tar.gz) = 2453
_______________________________________________
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 TAKATSU Tomonari freebsd_committer freebsd_triage 2013-06-22 09:10:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!