diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-11-07 23:37:06 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-11-07 23:37:06 +0800 |
commit | e70667cc7df46c3b52de06c99ac31973d8492e3a (patch) | |
tree | ef7226aded6c93d7cb7ea936fc49a411635283d0 /security | |
parent | 2a8418597d9a9c7ac9632024e13dd1805165a331 (diff) | |
download | freebsd-ports-graphics-e70667cc7df46c3b52de06c99ac31973d8492e3a.tar.gz freebsd-ports-graphics-e70667cc7df46c3b52de06c99ac31973d8492e3a.tar.zst freebsd-ports-graphics-e70667cc7df46c3b52de06c99ac31973d8492e3a.zip |
Update my email address in all ports that I maintain.
Approved by: flz (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/md5deep/Makefile | 2 | ||||
-rw-r--r-- | security/mussh/Makefile | 2 | ||||
-rw-r--r-- | security/ncrypt/Makefile | 2 | ||||
-rw-r--r-- | security/srp/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/security/md5deep/Makefile b/security/md5deep/Makefile index 4fec2b966ae..2acf88cf16d 100644 --- a/security/md5deep/Makefile +++ b/security/md5deep/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= laszlof@vonostingroup.com +MAINTAINER= laszlof@FreeBSD.org COMMENT= Program to compute various message digests recursively ALL_TARGET= unix diff --git a/security/mussh/Makefile b/security/mussh/Makefile index d365e177e74..08579a91db5 100644 --- a/security/mussh/Makefile +++ b/security/mussh/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= laszlof@vonostingroup.com +MAINTAINER= laszlof@FreeBSD.org COMMENT= A tool for easily running the same commands on multiple hosts RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 diff --git a/security/ncrypt/Makefile b/security/ncrypt/Makefile index 0e3c5d79146..87da39b40e9 100644 --- a/security/ncrypt/Makefile +++ b/security/ncrypt/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= laszlof@vonostingroup.com +MAINTAINER= laszlof@FreeBSD.org COMMENT= Advanced AES file encryption tool GNU_CONFIGURE= yes diff --git a/security/srp/Makefile b/security/srp/Makefile index 1078f213fc1..1e2bb502360 100644 --- a/security/srp/Makefile +++ b/security/srp/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.1.1 CATEGORIES= security net MASTER_SITES= http://srp.stanford.edu/source/ -MAINTAINER= laszlof@vonostingroup.com +MAINTAINER= laszlof@FreeBSD.org COMMENT= Secure Remote Password protocol library, TELNET, and FTP GNU_CONFIGURE= yes |