diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-18 00:44:03 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-18 00:44:03 +0800 |
commit | 71895900fd6fa9ad43cdba0308c28adf21072402 (patch) | |
tree | 714df0089543163a31b071ff99c6d7c402c1a326 /security | |
parent | 304ff4be682631b060a20005447c0421fc51d63d (diff) | |
download | freebsd-ports-graphics-71895900fd6fa9ad43cdba0308c28adf21072402.tar.gz freebsd-ports-graphics-71895900fd6fa9ad43cdba0308c28adf21072402.tar.zst freebsd-ports-graphics-71895900fd6fa9ad43cdba0308c28adf21072402.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
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-hmac/Makefile | 8 | ||||
-rw-r--r-- | security/rubygem-hmac/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/security/ruby-hmac/Makefile b/security/ruby-hmac/Makefile index c9a92216655..95f9826823b 100644 --- a/security/ruby-hmac/Makefile +++ b/security/ruby-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 @@ -12,7 +8,7 @@ MASTER_SITES= RG PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -MAINTAINER= ruby@freebsd.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby library which implements the HMAC algorithm USE_RUBY= yes diff --git a/security/rubygem-hmac/Makefile b/security/rubygem-hmac/Makefile index 09d82eec6d8..6443ba2b258 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 |