diff options
author | araujo <araujo@FreeBSD.org> | 2010-02-24 03:10:24 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2010-02-24 03:10:24 +0800 |
commit | 8e17ab551493b05db3b3ef20549f3e4eb4cc3ca0 (patch) | |
tree | f90c99d88182af1885ece80f8811881d918f65ff | |
parent | 7b2dd631e1b66e299babb2d898f084a7bf78d6b1 (diff) | |
download | freebsd-ports-gnome-8e17ab551493b05db3b3ef20549f3e4eb4cc3ca0.tar.gz freebsd-ports-gnome-8e17ab551493b05db3b3ef20549f3e4eb4cc3ca0.tar.zst freebsd-ports-gnome-8e17ab551493b05db3b3ef20549f3e4eb4cc3ca0.zip |
Pass maintainership to people that use it.
Feature safe: yes
-rw-r--r-- | math/cln/Makefile | 2 | ||||
-rw-r--r-- | net/dgd-net/Makefile | 2 | ||||
-rw-r--r-- | net/jcifs/Makefile | 2 | ||||
-rw-r--r-- | print/libotf/Makefile | 2 | ||||
-rw-r--r-- | security/gss/Makefile | 2 | ||||
-rw-r--r-- | security/shishi/Makefile | 2 | ||||
-rw-r--r-- | security/tlswrap/Makefile | 2 | ||||
-rw-r--r-- | textproc/align/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 503a0e928855..72314862a3f6 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.ginac.de/CLN/ \ http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \ ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= wen@FreeBSD.org COMMENT= Class Library for Numbers LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 diff --git a/net/dgd-net/Makefile b/net/dgd-net/Makefile index 5136c23110c4..93ace4937186 100644 --- a/net/dgd-net/Makefile +++ b/net/dgd-net/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net lang MASTER_SITES= http://ftp.dworkin.nl/dgd/archive/ DISTNAME= ${PORTNAME:S/-net//g}-${PORTVERSION} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= Dworkin's Generic Driver + extra networking support + regexps NO_CDROM= no distribution to corporate environment diff --git a/net/jcifs/Makefile b/net/jcifs/Makefile index 539b2585faf0..8d06928e1ff0 100644 --- a/net/jcifs/Makefile +++ b/net/jcifs/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net java MASTER_SITES= http://jcifs.samba.org/src/ EXTRACT_SUFX= .tgz -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ale@FreeBSD.org COMMENT= The Java CIFS Client Library USE_JAVA= yes diff --git a/print/libotf/Makefile b/print/libotf/Makefile index 2d7331864487..dbb655d60e86 100644 --- a/print/libotf/Makefile +++ b/print/libotf/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.9.9 CATEGORIES= print devel MASTER_SITES= http://www.m17n.org/libotf/ -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Library for handling OpenType fonts LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 diff --git a/security/gss/Makefile b/security/gss/Makefile index 20a0a7869653..59520b02a322 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -12,7 +12,7 @@ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= GNU Generic Security Service Library LIB_DEPENDS= shishi.0:${PORTSDIR}/security/shishi diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 2ec33864b6d3..f81663d8e064 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -12,7 +12,7 @@ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= A free implementation of the Kerberos 5 network security system LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ diff --git a/security/tlswrap/Makefile b/security/tlswrap/Makefile index 2673975f507d..091165bd7d6c 100644 --- a/security/tlswrap/Makefile +++ b/security/tlswrap/Makefile @@ -12,7 +12,7 @@ CATEGORIES= security MASTER_SITES= http://tlswrap.sunsite.dk/ DISTNAME= ${PORTNAME}-1.04 -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= An FTP proxy that wraps data and control with TLS/SSL GNU_CONFIGURE= yes diff --git a/textproc/align/Makefile b/textproc/align/Makefile index 89a068cf1974..e5e5e1dfcbcd 100644 --- a/textproc/align/Makefile +++ b/textproc/align/Makefile @@ -12,7 +12,7 @@ CATEGORIES= textproc MASTER_SITES= http://www.cs.indiana.edu/~kinzler/align/ EXTRACT_SUFX= .tgz -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= rfarmer@predatorlabs.net COMMENT= Text column alignment filter USE_PERL5= yes |