diff options
author | johans <johans@FreeBSD.org> | 2010-02-24 02:07:14 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2010-02-24 02:07:14 +0800 |
commit | 7b2dd631e1b66e299babb2d898f084a7bf78d6b1 (patch) | |
tree | 87834902251888ec2c0688d1fede3290bdc91fcc /security/mcrypt | |
parent | ea4977bf1b62bdb4a0eb745b58acf304a3676704 (diff) | |
download | freebsd-ports-gnome-7b2dd631e1b66e299babb2d898f084a7bf78d6b1.tar.gz freebsd-ports-gnome-7b2dd631e1b66e299babb2d898f084a7bf78d6b1.tar.zst freebsd-ports-gnome-7b2dd631e1b66e299babb2d898f084a7bf78d6b1.zip |
Update my mail address to @FreeBSD.org
Feature safe: yes
Diffstat (limited to 'security/mcrypt')
-rw-r--r-- | security/mcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index cefa2108a0db..b1f288e99317 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= SF/${PORTNAME}/MCrypt/${PORTVERSION} \ ftp://ftp.ntua.gr/pub/security/mcrypt/ \ ftp://mcrypt.hellug.gr/pub/mcrypt/attic/ -MAINTAINER= johans@stack.nl +MAINTAINER= johans@FreeBSD.org COMMENT= Replacement for crypt(1) LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ |