Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2016 15:04:56 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406513 - head/devel/rubygem-svn2git
Message-ID:  <201601171504.u0HF4uxd058614@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Sun Jan 17 15:04:56 2016
New Revision: 406513
URL: https://svnweb.freebsd.org/changeset/ports/406513

Log:
  Add ${LOCALBASE}/bin/svn2git to the plist (1).  RUBYGEM_AUTOPLIST
  doesn't include end-user scripts installed outside the gems directory.
  
  Add a CONFLICTS_INSTALL against devel/svn2git
  
  Submitted by:	swills (1)

Modified:
  head/devel/rubygem-svn2git/Makefile

Modified: head/devel/rubygem-svn2git/Makefile
==============================================================================
--- head/devel/rubygem-svn2git/Makefile	Sun Jan 17 15:01:34 2016	(r406512)
+++ head/devel/rubygem-svn2git/Makefile	Sun Jan 17 15:04:56 2016	(r406513)
@@ -2,6 +2,7 @@
 
 PORTNAME=	svn2git
 PORTVERSION=	2.3.2
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,9 +13,12 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	git-subversion>0:${PORTSDIR}/devel/git-subversion
 
+CONFLICTS_INSTALL=	svn2git-[0-9]*
+
 NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+PLIST_FILES=	bin/svn2git
 
 .include <bsd.port.mk>



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