Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2015 16:23:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404673 - head/deskutils/todo
Message-ID:  <201512281623.tBSGNL9M059218@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Dec 28 16:23:21 2015
New Revision: 404673
URL: https://svnweb.freebsd.org/changeset/ports/404673

Log:
  - Fix MASTER_SITES (unfetchable after r404654)

Modified:
  head/deskutils/todo/Makefile

Modified: head/deskutils/todo/Makefile
==============================================================================
--- head/deskutils/todo/Makefile	Mon Dec 28 16:10:51 2015	(r404672)
+++ head/deskutils/todo/Makefile	Mon Dec 28 16:23:21 2015	(r404673)
@@ -6,7 +6,7 @@ PORTVERSION=	2.10
 DISTVERSIONPREFIX=	v
 PORTREVISION=	1
 CATEGORIES=	deskutils
-MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/
+MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${PORTVERSION}/
 DISTNAME=	todo.txt_cli-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512281623.tBSGNL9M059218>