svn commit: r432003 - in head/textproc: . jid

Mathieu Arnold mat at FreeBSD.org
Sat Jan 21 08:06:32 UTC 2017


Le 20/01/2017 à 23:35, Sofian Brabez a écrit :
> +GH_TUPLE=	bitly:go-simplejson:aabad6e:simplejson \
> +		mattn:go-runewidth:d6bea18f:runewidth \
> +		nsf:termbox-go:abe82ce:termbox \
> +		pkg:errors:645ef00:errors
> +


> +pre-build: .SILENT
> +	${MKDIR} ${WRKDIR}/src/github.com/mattn
> +	${MV} ${WRKDIR}/go-runewidth-d6bea18f ${WRKDIR}/src/github.com/mattn/go-runewidth
> +	${MKDIR} ${WRKDIR}/src/github.com/bitly
> +	${MV} ${WRKDIR}/go-simplejson-aabad6e ${WRKDIR}/src/github.com/bitly/go-simplejson
> +	${MKDIR} ${WRKDIR}/src/github.com/nsf
> +	${MV} ${WRKDIR}/termbox-go-abe82ce ${WRKDIR}/src/github.com/nsf/termbox-go
> +	${MKDIR} ${WRKDIR}/src/github.com/pkg
> +	${MV} ${WRKDIR}/errors-645ef00 ${WRKDIR}/src/github.com/pkg/errors
> +	${MKDIR} ${WRKDIR}/src/github.com/simeji
> +	${CP} -r ${WRKDIR}/jid-${PORTVERSION} ${WRKDIR}/src/github.com/simeji/jid
>

All these directories should go in GH_TUPLE's descriptions. See
https://www.freebsd.org/doc/en/books/porters-handbook/makefile-distfiles.html#makefile-master_sites-github-multiple


-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170121/cdab0876/attachment-0001.sig>


More information about the svn-ports-all mailing list