svn commit: r388889 - head/sysutils/rubygem-bundler17

Michael Moll mmoll at FreeBSD.org
Mon Jun 8 22:46:49 UTC 2015


Author: mmoll
Date: Mon Jun  8 22:46:48 2015
New Revision: 388889
URL: https://svnweb.freebsd.org/changeset/ports/388889

Log:
  sysutils/rubygem-bundler17: add PKGNAMESUFFIX
  
  to avoid conflict with sysutils/rubygem-bundler
  
  Differential Revision:	https://reviews.freebsd.org/D2759
  Approved by:	mat (mentor)

Modified:
  head/sysutils/rubygem-bundler17/Makefile

Modified: head/sysutils/rubygem-bundler17/Makefile
==============================================================================
--- head/sysutils/rubygem-bundler17/Makefile	Mon Jun  8 22:33:12 2015	(r388888)
+++ head/sysutils/rubygem-bundler17/Makefile	Mon Jun  8 22:46:48 2015	(r388889)
@@ -3,8 +3,10 @@
 
 PORTNAME=	bundler
 PORTVERSION=	1.7.15
+PORTREVISION=	1
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	17
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Tool that manages gem dependencies for ruby applications


More information about the svn-ports-all mailing list