diff options
author | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
commit | 2574893f2308874906f621f7c7435d7f8d5b2e33 (patch) | |
tree | 912fc46258efb2d48bb6aedc0d0b7102da00f29c /finance | |
parent | 03e238719c2d43ed160b7409281f5f7295a8710a (diff) | |
download | freebsd-ports-graphics-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.gz freebsd-ports-graphics-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.zst freebsd-ports-graphics-2574893f2308874906f621f7c7435d7f8d5b2e33.zip |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'finance')
-rw-r--r-- | finance/fixc/Makefile | 6 | ||||
-rw-r--r-- | finance/fixc/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
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 |