aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-10-08 18:38:47 +0800
committerdougb <dougb@FreeBSD.org>2012-10-08 18:38:47 +0800
commit99c0c3952d4c535698ff83e9f359cca1d4b875e7 (patch)
tree26c9825c408f16a6f980068230034276f0bb0ea0 /security
parent38393b57feab35baf1a9733c3f7b86179089bcce (diff)
downloadfreebsd-ports-gnome-99c0c3952d4c535698ff83e9f359cca1d4b875e7.tar.gz
freebsd-ports-gnome-99c0c3952d4c535698ff83e9f359cca1d4b875e7.tar.zst
freebsd-ports-gnome-99c0c3952d4c535698ff83e9f359cca1d4b875e7.zip
Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created. I bid fond fare well A chapter closes for me What opens for you?
Diffstat (limited to 'security')
-rw-r--r--security/libassuan/Makefile7
-rw-r--r--security/libotr/Makefile2
-rw-r--r--security/libotr3/Makefile4
-rw-r--r--security/pidgin-otr/Makefile2
4 files changed, 6 insertions, 9 deletions
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile
index 1bd818d55cac..9c30e4b14192 100644
--- a/security/libassuan/Makefile
+++ b/security/libassuan/Makefile
@@ -1,9 +1,6 @@
-# New ports collection makefile for: libassuan
-# Date created: 2004-04-19
-# Whom: Michael Nottebrock <lofi@freebsd.org>
+# Created by: Michael Nottebrock <lofi@freebsd.org>
#
# $FreeBSD$
-#
PORTNAME= libassuan
PORTVERSION= 2.0.2
@@ -13,7 +10,7 @@ MASTER_SITE_SUBDIR=${PORTNAME}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= dougb@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= IPC library used by GnuPG and gpgme
LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth \
diff --git a/security/libotr/Makefile b/security/libotr/Makefile
index a5ccfe98f166..a47b295d0135 100644
--- a/security/libotr/Makefile
+++ b/security/libotr/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.cypherpunks.ca/otr/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= dougb@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Portable OTR Messaging Library and toolkit
BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf
diff --git a/security/libotr3/Makefile b/security/libotr3/Makefile
index f2d5e06a29fc..990ee9d40079 100644
--- a/security/libotr3/Makefile
+++ b/security/libotr3/Makefile
@@ -9,8 +9,8 @@ MASTER_SITES= http://www.cypherpunks.ca/otr/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= dougb@FreeBSD.org
-COMMENT= The portable OTR Messaging Library and toolkit
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Portable OTR Messaging Library and toolkit
BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf
LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile
index ea3fae08dab4..e41645a15130 100644
--- a/security/pidgin-otr/Makefile
+++ b/security/pidgin-otr/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= dougb@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Allows deniable private conversations using Pidgin
BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \