View | Details | Raw Unified | Return to bug 248193
Collapse All | Expand All

(-)www/oneshot/Makefile (-3 / +4 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	oneshot
3
PORTNAME=	oneshot
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.0.0
5
DISTVERSION=	1.1.3
6
CATEGORIES=	www
6
CATEGORIES=	www
7
7
8
MAINTAINER=	vulcan@wired.sh
8
MAINTAINER=	vulcan@wired.sh
Lines 15-21 Link Here
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	raphaelreyna
16
GH_ACCOUNT=	raphaelreyna
17
GH_TUPLE=	cenkalti:backoff:v2.2.1:cenkalti_backoff/vendor/github.com/cenkalti/backoff \
17
GH_TUPLE=	cenkalti:backoff:v2.2.1:cenkalti_backoff/vendor/github.com/cenkalti/backoff \
18
		cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man/vendor/github.com/cpuguy83/go-md2man/v2 \
18
		cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \
19
		go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
19
		go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
20
		golang:crypto:87dc89f01550:golang_crypto/vendor/golang.org/x/crypto \
20
		golang:crypto:87dc89f01550:golang_crypto/vendor/golang.org/x/crypto \
21
		golang:net:627f9648deb9:golang_net/vendor/golang.org/x/net \
21
		golang:net:627f9648deb9:golang_net/vendor/golang.org/x/net \
Lines 23-31 Link Here
23
		gorilla:mux:v1.7.4:gorilla_mux/vendor/github.com/gorilla/mux \
23
		gorilla:mux:v1.7.4:gorilla_mux/vendor/github.com/gorilla/mux \
24
		grandcat:zeroconf:v1.0.0:grandcat_zeroconf/vendor/github.com/grandcat/zeroconf \
24
		grandcat:zeroconf:v1.0.0:grandcat_zeroconf/vendor/github.com/grandcat/zeroconf \
25
		inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
25
		inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
26
		jf-tech:iohelper:v1.0.2:jf_tech_iohelper/vendor/github.com/jf-tech/iohelper \
26
		miekg:dns:v1.1.27:miekg_dns/vendor/github.com/miekg/dns \
27
		miekg:dns:v1.1.27:miekg_dns/vendor/github.com/miekg/dns \
27
		raphaelreyna:ez-cgi:v0.7.3:raphaelreyna_ez_cgi/vendor/github.com/raphaelreyna/ez-cgi \
28
		raphaelreyna:ez-cgi:v0.7.3:raphaelreyna_ez_cgi/vendor/github.com/raphaelreyna/ez-cgi \
28
		russross:blackfriday:v2.0.1:russross_blackfriday/vendor/github.com/russross/blackfriday/v2 \
29
		russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \
29
		shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \
30
		shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \
30
		spf13:cobra:v1.0.0:spf13_cobra/vendor/github.com/spf13/cobra \
31
		spf13:cobra:v1.0.0:spf13_cobra/vendor/github.com/spf13/cobra \
31
		spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag
32
		spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag
(-)www/oneshot/distinfo (-3 / +5 lines)
Lines 1-6 Link Here
1
TIMESTAMP = 1593253805
1
TIMESTAMP = 1595371321
2
SHA256 (raphaelreyna-oneshot-v1.0.0_GH0.tar.gz) = 5a4ee2e1e60adff18ef194e234032ad07b3bf7c757e4e45c948254c72b34e4a3
2
SHA256 (raphaelreyna-oneshot-v1.1.3_GH0.tar.gz) = 6028114553d8672101be40be83a7cca510ebb3f79cd82ac6d5ebd61558e694ea
3
SIZE (raphaelreyna-oneshot-v1.0.0_GH0.tar.gz) = 29126
3
SIZE (raphaelreyna-oneshot-v1.1.3_GH0.tar.gz) = 258956
4
SHA256 (cenkalti-backoff-v2.2.1_GH0.tar.gz) = a2c29d0184e7afc415975cf2689723028d2686ffbb67fe0999ab1d691e6d16db
4
SHA256 (cenkalti-backoff-v2.2.1_GH0.tar.gz) = a2c29d0184e7afc415975cf2689723028d2686ffbb67fe0999ab1d691e6d16db
5
SIZE (cenkalti-backoff-v2.2.1_GH0.tar.gz) = 8623
5
SIZE (cenkalti-backoff-v2.2.1_GH0.tar.gz) = 8623
6
SHA256 (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576
6
SHA256 (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576
Lines 19-24 Link Here
19
SIZE (grandcat-zeroconf-v1.0.0_GH0.tar.gz) = 16115
19
SIZE (grandcat-zeroconf-v1.0.0_GH0.tar.gz) = 16115
20
SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6
20
SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6
21
SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290
21
SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290
22
SHA256 (jf-tech-iohelper-v1.0.2_GH0.tar.gz) = 05fada24fd21aa66c6cc6744d1440658efdda793c07a79d1dcb79d991bbd76af
23
SIZE (jf-tech-iohelper-v1.0.2_GH0.tar.gz) = 7494
22
SHA256 (miekg-dns-v1.1.27_GH0.tar.gz) = f0dfa99cea9f97063114f6680b1718364323ff817d49211de1a98464a498f672
24
SHA256 (miekg-dns-v1.1.27_GH0.tar.gz) = f0dfa99cea9f97063114f6680b1718364323ff817d49211de1a98464a498f672
23
SIZE (miekg-dns-v1.1.27_GH0.tar.gz) = 183862
25
SIZE (miekg-dns-v1.1.27_GH0.tar.gz) = 183862
24
SHA256 (raphaelreyna-ez-cgi-v0.7.3_GH0.tar.gz) = ca9d933e51336e91ac0f0e3c09783fbee4d0ad5b8b003e0c1fa3c09c941ba76a
26
SHA256 (raphaelreyna-ez-cgi-v0.7.3_GH0.tar.gz) = ca9d933e51336e91ac0f0e3c09783fbee4d0ad5b8b003e0c1fa3c09c941ba76a

Return to bug 248193