diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-15 00:16:52 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-15 00:16:52 +0000 |
commit | c0af1f86523e87772bb76663a43cf2eccde6bdba (patch) | |
tree | 83aaa4cb9a2353dcd63de00c61478bad8f0d78ba | |
parent | 8fc9d508699f366358d37134f571f54e662fd495 (diff) | |
download | FreeBSD-ports-c0af1f86523e87772bb76663a43cf2eccde6bdba.zip FreeBSD-ports-c0af1f86523e87772bb76663a43cf2eccde6bdba.tar.gz |
- Take maintainership
-rw-r--r-- | devel/editline/Makefile | 2 | ||||
-rw-r--r-- | devel/m4/Makefile | 2 | ||||
-rw-r--r-- | devel/readline/Makefile | 2 | ||||
-rw-r--r-- | print/texinfo/Makefile | 2 | ||||
-rw-r--r-- | security/nettle/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/devel/editline/Makefile b/devel/editline/Makefile index d3a08e0..f0099bd 100644 --- a/devel/editline/Makefile +++ b/devel/editline/Makefile @@ -4,7 +4,7 @@ PORTNAME= editline PORTVERSION= 1.15.2 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Minix editline: A free readline() for UNIX LICENSE= BSD4CLAUSE diff --git a/devel/m4/Makefile b/devel/m4/Makefile index d25b5fb..52c8b15 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -8,7 +8,7 @@ PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNU -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= GNU m4 USES= makeinfo tar:bzip2 diff --git a/devel/readline/Makefile b/devel/readline/Makefile index 9ca297b..b2c4f78 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/^([0-9].[0-9]).*/\1/} PATCH_SITES= GNU/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-patches -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for editing command lines as they are typed LICENSE= GPLv3 diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 0540b3a..d1775ec 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -13,7 +13,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texinfo.tex texi2dvi DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Typeset documentation system with multiple format output BUILD_DEPENDS+= help2man:misc/help2man diff --git a/security/nettle/Makefile b/security/nettle/Makefile index e7a621a..ad030a2 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= GNU \ http://www.lysator.liu.se/~nisse/archive/:liu \ ftp://ftp.lysator.liu.se/pub/security/lsh/:liu -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Low-level cryptographic library LICENSE= LGPL3 GPLv2+ |