aboutsummaryrefslogtreecommitdiffstats
path: root/security/poly1305aes
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2012-02-28 04:32:31 +0800
committerglarkin <glarkin@FreeBSD.org>2012-02-28 04:32:31 +0800
commitd4f9d16dd91705be7a491849cf0c2e13d942e3a3 (patch)
treefdeeb8d2524727393dc5e67bdf908ccedd28b2ea /security/poly1305aes
parent96c8aae41cdf9f1a02b85c48e7401bda04250705 (diff)
downloadfreebsd-ports-gnome-d4f9d16dd91705be7a491849cf0c2e13d942e3a3.tar.gz
freebsd-ports-gnome-d4f9d16dd91705be7a491849cf0c2e13d942e3a3.tar.zst
freebsd-ports-gnome-d4f9d16dd91705be7a491849cf0c2e13d942e3a3.zip
- Reassign to the heap
Requested by: roam (on ports-developers@)
Diffstat (limited to 'security/poly1305aes')
-rw-r--r--security/poly1305aes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/poly1305aes/Makefile b/security/poly1305aes/Makefile
index 17a378d5082f..dedb202e2da4 100644
--- a/security/poly1305aes/Makefile
+++ b/security/poly1305aes/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 20050218
CATEGORIES= security
MASTER_SITES= http://cr.yp.to/mac/
-MAINTAINER= roam@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= The poly1305 message authentication reference implementation using AES
CC+= ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} ${STRIP}