svn commit: r302143 - in head/security: . rubygem-hmac

Steve Wills swills at FreeBSD.org
Mon Aug 6 02:57:58 UTC 2012


Author: swills
Date: Mon Aug  6 02:57:57 2012
New Revision: 302143
URL: http://svn.freebsd.org/changeset/ports/302143

Log:
  - Copy ruby-hmac to rubygem-hmac for use with ports that depend on the gem

Added:
  head/security/rubygem-hmac/
     - copied from r302142, head/security/ruby-hmac/
Modified:
  head/security/Makefile   (contents, props changed)
  head/security/rubygem-hmac/Makefile   (contents, props changed)

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Mon Aug  6 00:28:43 2012	(r302142)
+++ head/security/Makefile	Mon Aug  6 02:57:57 2012	(r302143)
@@ -821,6 +821,7 @@
     SUBDIR += rubygem-bcrypt-ruby
     SUBDIR += rubygem-ezcrypto
     SUBDIR += rubygem-gpgr
+    SUBDIR += rubygem-hmac
     SUBDIR += rubygem-net-scp
     SUBDIR += rubygem-net-sftp
     SUBDIR += rubygem-net-ssh

Modified: head/security/rubygem-hmac/Makefile
==============================================================================
--- head/security/ruby-hmac/Makefile	Mon Aug  6 00:28:43 2012	(r302142)
+++ head/security/rubygem-hmac/Makefile	Mon Aug  6 02:57:57 2012	(r302143)
@@ -9,7 +9,6 @@ PORTNAME=	hmac
 PORTVERSION=	0.4.0
 CATEGORIES=	security ruby
 MASTER_SITES=	RG
-PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ruby at freebsd.org



More information about the svn-ports-all mailing list