Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2018 21:32:19 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462454 - head/sysutils/ipfs-go
Message-ID:  <201802202132.w1KLWJbh087689@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Feb 20 21:32:18 2018
New Revision: 462454
URL: https://svnweb.freebsd.org/changeset/ports/462454

Log:
  sysutils/ipfs-go: Changed binary name to bin/ipfs-go
  
  Reasons:
  * Binary conflict with /sbin/ipfs on trueos
  * Binary name mismatch with the rc script
  
  PR:		225866
  Submitted by:	jhixson@gmail.com (maintainer)
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/sysutils/ipfs-go/Makefile

Modified: head/sysutils/ipfs-go/Makefile
==============================================================================
--- head/sysutils/ipfs-go/Makefile	Tue Feb 20 21:24:00 2018	(r462453)
+++ head/sysutils/ipfs-go/Makefile	Tue Feb 20 21:32:18 2018	(r462454)
@@ -3,6 +3,7 @@
 PORTNAME=	ipfs
 PORTVERSION=	0.4.13
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://dist.ipfs.io/go-ipfs/${DISTVERSIONPREFIX}${DISTVERSION}/
 PKGNAMESUFFIX=	-go
@@ -15,7 +16,7 @@ LICENSE=	MIT
 
 ONLY_FOR_ARCHS=	amd64
 
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME}${PKGNAMESUFFIX}
 
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/go-ipfs
@@ -23,6 +24,6 @@ WRKSRC=		${WRKDIR}/go-ipfs
 USE_RC_SUBR=	${PORTNAME}${PKGNAMESUFFIX}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/ipfs ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${INSTALL_PROGRAM} ${WRKSRC}/ipfs ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802202132.w1KLWJbh087689>