From 2574893f2308874906f621f7c7435d7f8d5b2e33 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 18 May 2015 17:07:45 +0000 Subject: Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage. With hat: portmgr Sponsored by: Absolight --- finance/fixc/Makefile | 6 +++--- finance/fixc/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'finance') diff --git a/finance/fixc/Makefile b/finance/fixc/Makefile index 8ed41023949..06b8c9a17d4 100644 --- a/finance/fixc/Makefile +++ b/finance/fixc/Makefile @@ -2,10 +2,8 @@ PORTNAME= fixc PORTVERSION= 1.0 +DISTVERSIONPREFIX= v CATEGORIES= finance -MASTER_SITES= http://github.com/blttll/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ -DISTFILES= v${PORTVERSION}.tar.gz -DIST_SUBDIR= ${PORTNAME} MAINTAINER= blttll@gmail.com COMMENT= Simple Financial Information eXchange (FIX) protocol console client @@ -13,6 +11,8 @@ COMMENT= Simple Financial Information eXchange (FIX) protocol console client BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go PLIST_FILES= bin/fixc +USE_GITHUB= yes +GH_ACCOUNT= blttll do-build: cd ${WRKSRC} && \ diff --git a/finance/fixc/distinfo b/finance/fixc/distinfo index 88e8c6aa039..c777fbbf201 100644 --- a/finance/fixc/distinfo +++ b/finance/fixc/distinfo @@ -1,2 +1,2 @@ -SHA256 (fixc/v1.0.tar.gz) = a73b3ea2cc4440a06206d219b472096ce635d8eebfe13671e0360af2ec02923e -SIZE (fixc/v1.0.tar.gz) = 3709 +SHA256 (blttll-fixc-v1.0_GH0.tar.gz) = a73b3ea2cc4440a06206d219b472096ce635d8eebfe13671e0360af2ec02923e +SIZE (blttll-fixc-v1.0_GH0.tar.gz) = 3709 -- cgit