View | Details | Raw Unified | Return to bug 242365 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-10 / +9 lines)
Lines 13-24 Link Here
13
13
14
USES=		go:modules
14
USES=		go:modules
15
15
16
USE_GITLAB=	yes
17
GL_ACCOUNT=	diamondburned
18
GL_COMMIT=	0e534fe84bf5430d99309e50b213002ae545a8a1
19
GL_TUPLE=	diamondburned:go-w3m:1b390b8a3d1fd142bcaf77a949223cb36ef84cbc:diamondburned_go_w3m/vendor/gitlab.com/diamondburned/go-w3m \
20
		diamondburned:ueberzug-go:7c15a5f63b064530b92411f2850d0fc7fe9059ea:diamondburned_ueberzug_go/vendor/gitlab.com/diamondburned/ueberzug-go
21
22
USE_GITHUB=	nodefault
16
USE_GITHUB=	nodefault
23
GH_TUPLE=	BurntSushi:freetype-go:b763ddbfe298:burntsushi_freetype_go/vendor/github.com/BurntSushi/freetype-go \
17
GH_TUPLE=	BurntSushi:freetype-go:b763ddbfe298:burntsushi_freetype_go/vendor/github.com/BurntSushi/freetype-go \
24
		BurntSushi:graphics-go:b43f31a4a966:burntsushi_graphics_go/vendor/github.com/BurntSushi/graphics-go \
18
		BurntSushi:graphics-go:b43f31a4a966:burntsushi_graphics_go/vendor/github.com/BurntSushi/graphics-go \
Lines 70-85 Link Here
70
		valyala:fasttemplate:v1.1.0:valyala_fasttemplate/vendor/github.com/valyala/fasttemplate \
64
		valyala:fasttemplate:v1.1.0:valyala_fasttemplate/vendor/github.com/valyala/fasttemplate \
71
		zalando:go-keyring:62750a1ff80d:zalando_go_keyring/vendor/github.com/zalando/go-keyring
65
		zalando:go-keyring:62750a1ff80d:zalando_go_keyring/vendor/github.com/zalando/go-keyring
72
66
67
USE_GITLAB=	yes
68
GL_ACCOUNT=	diamondburned
69
GL_COMMIT=	0e534fe84bf5430d99309e50b213002ae545a8a1
70
GL_TUPLE=	diamondburned:go-w3m:1b390b8a3d1fd142bcaf77a949223cb36ef84cbc:diamondburned_go_w3m/vendor/gitlab.com/diamondburned/go-w3m \
71
		diamondburned:ueberzug-go:7c15a5f63b064530b92411f2850d0fc7fe9059ea:diamondburned_ueberzug_go/vendor/gitlab.com/diamondburned/ueberzug-go
72
73
SUB_FILES=	pkg-message
73
SUB_FILES=	pkg-message
74
75
PLIST_FILES=	bin/${PORTNAME}
74
PLIST_FILES=	bin/${PORTNAME}
76
75
77
PORTDOCS=	README.md
76
PORTDOCS=	README.md
78
PORTEXAMPLES=	6cord.toml
77
PORTEXAMPLES=	${PORTNAME}.toml
79
78
80
OPTIONS_DEFINE=		DOCS EXAMPLES
79
OPTIONS_DEFINE=	DOCS EXAMPLES
81
80
82
EXAMPLES_DESC=	Install example 6cord configuration file
81
EXAMPLES_DESC=	Install example ${PORTNAME} configuration file
83
82
84
post-install-DOCS-on:
83
post-install-DOCS-on:
85
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
84
	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Return to bug 242365