svn commit: r462454 - head/sysutils/ipfs-go

Yuri Victorovich yuri at FreeBSD.org
Tue Feb 20 21:32:19 UTC 2018


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 at 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>


More information about the svn-ports-head mailing list