svn commit: r424685 - head/textproc/peco

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 12 23:00:07 UTC 2016


On Wed, Oct 26, 2016 at 10:12:33AM +0000, Akinori MUSHA wrote:
> Author: knu
> Date: Wed Oct 26 10:12:33 2016
> New Revision: 424685
> URL: https://svnweb.freebsd.org/changeset/ports/424685
> 
> Log:
>   Update to 0.4.4.
>   
>   Peco started to use glide to fix dependencies, so depending on other
>   ports no longer works.  We need to have our own distfile and put it in
>   the local-distfiles directory.
> 
> Modified:
>   head/textproc/peco/Makefile
>   head/textproc/peco/distinfo
> 
> Modified: head/textproc/peco/Makefile
> ==============================================================================
> --- head/textproc/peco/Makefile	Wed Oct 26 09:31:59 2016	(r424684)
> +++ head/textproc/peco/Makefile	Wed Oct 26 10:12:33 2016	(r424685)
> @@ -2,29 +2,44 @@
>  # $FreeBSD$
>  
>  PORTNAME=	peco
> -PORTVERSION=	0.3.5
> +PORTVERSION=	0.4.4
>  DISTVERSIONPREFIX=	v
>  CATEGORIES=	textproc
> +MASTER_SITES=	LOCAL/knu
>  
>  MAINTAINER=	knu at FreeBSD.org
>  COMMENT=	Simplistic interactive filtering tool
>  
>  LICENSE=	MIT
>  
> -BUILD_DEPENDS=	${LOCALBASE}/${GO_LIBDIR}/github.com/jessevdk/go-flags.a:devel/go-flags \
> -		${LOCALBASE}/${GO_LIBDIR}/github.com/mattn/go-runewidth.a:devel/go-runewidth \
> -		${LOCALBASE}/${GO_LIBDIR}/github.com/nsf/termbox-go.a:devel/go-termbox \
> -		${LOCALBASE}/${GO_LIBDIR}/github.com/google/btree.a:devel/go-btree
> -
>  USES=		go
> -USE_GITHUB=	yes
>  
> -WRKSRC_SUBDIR=	cmd/peco
> -GO_PKGNAME=	github.com/${PORTNAME}/${PORTNAME}/cmd/peco
> +WRKSRC_SUBDIR=	${GO_PKG_SUBDIR}
> +WRKSRC_GITDIR=	${WRKSRC:S|/${WRKSRC_SUBDIR}$$||}
> +GO_PKG_GITURL=	https://github.com/${PORTNAME}/${PORTNAME}
> +GO_PKG_SUBDIR=	cmd/peco
> +GO_PKGNAME=	${GO_PKG_GITURL:S|^https://||}/${GO_PKG_SUBDIR}
>  PLIST_FILES=	bin/peco
> +UPLOAD_FILE=	${_DISTDIR:S|/$||}/${DISTFILES:[1]}
This syntax is bmake specific, fmake is still supported (freebsd 9)

Please fix


Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20161113/d151409d/attachment.sig>


More information about the svn-ports-head mailing list