svn commit: r406513 - head/devel/rubygem-svn2git

Matthew Seaman matthew at FreeBSD.org
Sun Jan 17 15:04:58 UTC 2016


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>


More information about the svn-ports-head mailing list