Date: Mon, 6 Aug 2012 02:57:57 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302143 - in head/security: . rubygem-hmac Message-ID: <201208060257.q762vvZc069541@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@freebsd.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208060257.q762vvZc069541>