Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2017 13:42:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441151 - head/devel/rubygem-oj2
Message-ID:  <201705181342.v4IDggTF044333@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu May 18 13:42:42 2017
New Revision: 441151
URL: https://svnweb.freebsd.org/changeset/ports/441151

Log:
  Add missing PKGNAMESUFFIX to avoid PKGNAME collision

Modified:
  head/devel/rubygem-oj2/Makefile

Modified: head/devel/rubygem-oj2/Makefile
==============================================================================
--- head/devel/rubygem-oj2/Makefile	Thu May 18 13:38:12 2017	(r441150)
+++ head/devel/rubygem-oj2/Makefile	Thu May 18 13:42:42 2017	(r441151)
@@ -5,6 +5,7 @@ PORTNAME=	oj
 PORTVERSION=	2.17.5
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Fast JSON parser and serializer



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