FreeBSD Bugzilla – Attachment 196803 Details for
Bug 231107
sysutils/ipfs-go: Switch to upstream-provided source tarball
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
ipfs-go-0.4.17_1.patch (text/plain), 2.33 KB, created by
Dmitri Goutnik
on 2018-09-02 20:52:53 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2018-09-02 20:52:53 UTC
Size:
2.33 KB
patch
obsolete
>Index: sysutils/ipfs-go/Makefile >=================================================================== >--- sysutils/ipfs-go/Makefile (revision 478788) >+++ sysutils/ipfs-go/Makefile (working copy) >@@ -3,10 +3,11 @@ > PORTNAME= ipfs > DISTVERSIONPREFIX= v > DISTVERSION= 0.4.17 >+PORTREVISION= 1 > CATEGORIES= sysutils >-MASTER_SITES= LOCAL/yuri:gx >+MASTER_SITES= https://github.com/ipfs/go-ipfs/releases/download/v${DISTVERSION}/ > PKGNAMESUFFIX= -go >-DISTFILES= ${FULLNAME}-gx-${DISTVERSION}.tar.xz:gx >+DISTNAME= go-ipfs-source > > MAINTAINER= jhixson@FreeBSD.org > COMMENT= IPFS implementation in Go >@@ -16,12 +17,13 @@ > > ONLY_FOR_ARCHS= amd64 i386 > >-BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go >+USES= go > >-USE_GITHUB= yes >-GH_PROJECT= go-ipfs >-GH_SUBDIR= src/github.com/ipfs/go-ipfs >+GO_PKGNAME= github.com/ipfs/go-ipfs >+GO_TARGET= ./cmd/ipfs > >+NO_WRKSUBDIR= yes >+ > USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX} > > SUB_FILES= ${FULLNAME} >@@ -43,19 +45,9 @@ > > FULLNAME= ${PORTNAME}${PKGNAMESUFFIX} > >-post-patch: >- @${RLN} ${WRKDIR}/gx ${WRKSRC}/src >- >-do-build: >- # To update ipfs-go-gx-${DISTVERSION}.tar.xz deps bundle: >- # comment out post-patch, run the command below, tar ${WRKSRC}/src/gx and re-upload .tar.xz >- # cd ${WRKSRC}/${GH_SUBDIR} && ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} gx install >- @cd ${WRKSRC}/${GH_SUBDIR} && \ >- ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build ./cmd/ipfs >- > do-install: > @${MKDIR} ${STAGEDIR}${IPFS_HOME} > @${MKDIR} ${STAGEDIR}${IPFS_LOGDIR} >- ${INSTALL_PROGRAM} ${WRKSRC}/ipfs ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} >+ ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/ipfs ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} > > .include <bsd.port.mk> >Index: sysutils/ipfs-go/distinfo >=================================================================== >--- sysutils/ipfs-go/distinfo (revision 478788) >+++ sysutils/ipfs-go/distinfo (working copy) >@@ -1,5 +1,3 @@ >-TIMESTAMP = 1534183965 >-SHA256 (ipfs-go-gx-0.4.17.tar.xz) = 7f9f233048b61416789ff8573ec4adddbccdc21557f135d998167f2c2b04144f >-SIZE (ipfs-go-gx-0.4.17.tar.xz) = 11255440 >-SHA256 (ipfs-go-ipfs-v0.4.17_GH0.tar.gz) = 2562401bee0609d321bbf5e9c383de4124f634dcfd9394f1d23146a49f281718 >-SIZE (ipfs-go-ipfs-v0.4.17_GH0.tar.gz) = 728972 >+TIMESTAMP = 1535920571 >+SHA256 (go-ipfs-source.tar.gz) = 4dce8bb71cdf11ed72731fb30db58ba6fbfcb78e73377171567fd6da846f1e93 >+SIZE (go-ipfs-source.tar.gz) = 18659916
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dmgk
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 231107
: 196803