svn commit: r404673 - head/deskutils/todo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 28 16:23:22 UTC 2015


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 at FreeBSD.org


More information about the svn-ports-head mailing list