From 3dea99e48259078b83a0f8e8a37283cca49f207d Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Jan 2017 17:29:23 +0000 Subject: Update default GEM_NAME Change default GEM_NAME from ${PORTNAME}-${PORTVERSION} to ${DISTNAME} to avoid unnecessary GEM_NAME setting in ports Makefile Differential Revision: https://reviews.FreeBSD.org/D9250 PR: 216267 Exp-run by: antoine --- security/ruby-hmac/Makefile | 1 - security/rubygem-jugyo-twitter_oauth/Makefile | 1 - security/rubygem-razorback-scriptNugget/Makefile | 2 -- 3 files changed, 4 deletions(-) (limited to 'security') diff --git a/security/ruby-hmac/Makefile b/security/ruby-hmac/Makefile index c422ae4d921a..95c53aa3a8ee 100644 --- a/security/ruby-hmac/Makefile +++ b/security/ruby-hmac/Makefile @@ -13,7 +13,6 @@ COMMENT= Ruby library which implements the HMAC algorithm USE_RUBY= yes USES= gem -GEM_NAME= ${DISTNAME} DEPRECATED= Use www/rubygem-ruby-hmac instead EXPIRATION_DATE= 2017-01-28 diff --git a/security/rubygem-jugyo-twitter_oauth/Makefile b/security/rubygem-jugyo-twitter_oauth/Makefile index bba4a89d7048..15f043839d8f 100644 --- a/security/rubygem-jugyo-twitter_oauth/Makefile +++ b/security/rubygem-jugyo-twitter_oauth/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-json>=1.1.9:devel/rubygem-json \ NO_ARCH= yes USE_RUBY= yes -GEM_NAME= ${PORTNAME}-${DISTVERSION} USES= gem .include diff --git a/security/rubygem-razorback-scriptNugget/Makefile b/security/rubygem-razorback-scriptNugget/Makefile index a59c72297991..8b71606cbc66 100644 --- a/security/rubygem-razorback-scriptNugget/Makefile +++ b/security/rubygem-razorback-scriptNugget/Makefile @@ -11,9 +11,7 @@ DISTNAME= scriptNugget-ruby-${PORTVERSION} MAINTAINER= tj@FreeBSD.org COMMENT= Framework for an intelligence driven security - Script Nugget Ruby -GEM_NAME= ${DISTNAME} NO_ARCH= yes - USE_RUBY= yes USES= gem shebangfix SHEBANG_FILES= lib/razorback.rb -- cgit v1.2.3