diff options
Diffstat (limited to 'graphics/jp/Makefile')
-rw-r--r-- | graphics/jp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/jp/Makefile b/graphics/jp/Makefile index 675ea3cdbb14..8902d7cef3a9 100644 --- a/graphics/jp/Makefile +++ b/graphics/jp/Makefile @@ -1,6 +1,6 @@ PORTNAME= jp DISTVERSION= 1.1.12 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_COMB= multi USES= go USE_GITHUB= yes GH_ACCOUNT= sgreben -GH_TUPLE= golang:sys:fead79001313:golang_sys/vendor/golang.org/x/sys_fead79001313 +GH_TUPLE= golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys_v0.6.0 GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= github.com/${GH_ACCOUNT}/${PORTNAME}/cmd/${PORTNAME} @@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES pre-build: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys - ${MV} ${WRKSRC}/vendor/golang.org/x/sys_fead79001313 ${WRKSRC}/vendor/golang.org/x/sys + ${MV} ${WRKSRC}/vendor/golang.org/x/sys_v0.6.0 ${WRKSRC}/vendor/golang.org/x/sys post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} |