svn commit: r424685 - head/textproc/peco

Akinori MUSHA knu at iDaemons.org
Tue Nov 15 07:43:12 UTC 2016


Thanks for pointing it out.  Does r426148 fix the problem?

On Sun, 13 Nov 2016 08:00:04 +0900,
Baptiste Daroussin wrote:
> 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

--
Akinori MUSHA / https://akinori.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 163 bytes
Desc: OpenPGP Digital Signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20161115/0ca10a84/attachment.sig>


More information about the svn-ports-all mailing list