aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-hmac
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-17 16:44:03 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-17 16:44:03 +0000
commit997f760bc099072f692773810d95b161e2434ecc (patch)
tree714df0089543163a31b071ff99c6d7c402c1a326 /security/rubygem-hmac
parentcdf8f3696c29e83c9a37339cb605567909c43a2f (diff)
downloadports-997f760bc099072f692773810d95b161e2434ecc.tar.gz
ports-997f760bc099072f692773810d95b161e2434ecc.zip
Fix minor nit: use the canconical FreeBSD.org form for email addresses.
This was causing me issues when attempting to gather certain statistics. While here trim header Approved by: miwi, adrian, tj No objection from: db, bjk, cperciva, scheidell, osa
Notes
Notes: svn path=/head/; revision=314460
Diffstat (limited to 'security/rubygem-hmac')
-rw-r--r--security/rubygem-hmac/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/security/rubygem-hmac/Makefile b/security/rubygem-hmac/Makefile
index 09d82eec6d8b..6443ba2b2583 100644
--- a/security/rubygem-hmac/Makefile
+++ b/security/rubygem-hmac/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ruby-hmac
-# Date created: 20 February 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= hmac
PORTVERSION= 0.4.0
@@ -11,7 +7,7 @@ CATEGORIES= security ruby
MASTER_SITES= RG
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-MAINTAINER= ruby@freebsd.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= A Ruby library which implements the HMAC algorithm
USE_RUBY= yes