diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-07 03:25:10 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-07 03:25:10 +0000 |
commit | 6910bf819aea08bdd745916858b2def318991151 (patch) | |
tree | 4182f12506e5ebc35eb16b446a1a7b815762ed62 /news | |
parent | a155d8175292db32ee02557aeb9bc8b112170911 (diff) | |
download | ports-6910bf819aea08bdd745916858b2def318991151.tar.gz ports-6910bf819aea08bdd745916858b2def318991151.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/newsgrab/Makefile | 8 | ||||
-rw-r--r-- | news/slnr/Makefile | 10 | ||||
-rw-r--r-- | news/slrnconf/Makefile | 7 |
3 files changed, 7 insertions, 18 deletions
diff --git a/news/newsgrab/Makefile b/news/newsgrab/Makefile index 4940c1e25470..b009931efafc 100644 --- a/news/newsgrab/Makefile +++ b/news/newsgrab/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: newsgrab -# Date Created: 11 June 2001 -# Whom: Pete Fritchman <petef@databits.net> -# +# Created by: Pete Fritchman <petef@databits.net> # $FreeBSD$ -# PORTNAME= newsgrab PORTVERSION= 0.4.0 @@ -12,7 +8,7 @@ CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Download and uudecode binary files from USENET using regexps RUN_DEPENDS= p5-NNTPClient>=0:${PORTSDIR}/news/p5-NNTPClient \ diff --git a/news/slnr/Makefile b/news/slnr/Makefile index 2e2e8e8a2c7f..37d39d993662 100644 --- a/news/slnr/Makefile +++ b/news/slnr/Makefile @@ -1,17 +1,13 @@ -# New ports collection makefile for: slnr -# Date created: 21 July 1996 -# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> -# +# Created by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # $FreeBSD$ -# PORTNAME= slnr PORTVERSION= 2.3.0 CATEGORIES= news MASTER_SITES= # disappeared -MAINTAINER= ports@FreeBSD.org -COMMENT= A simplistic reader for SOUP (HDPF) mail and news packets +MAINTAINER= c.petrik.sosa@gmail.com +COMMENT= Simplistic reader for SOUP (HDPF) mail and news packets RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip diff --git a/news/slrnconf/Makefile b/news/slrnconf/Makefile index d3f2fdc715ce..fafa2455d026 100644 --- a/news/slrnconf/Makefile +++ b/news/slrnconf/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: slrnconf -# Date created: 13 Jun 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ PORTNAME= slrnconf @@ -10,7 +7,7 @@ PORTREVISION= 5 CATEGORIES= news MASTER_SITES= http://home.arcor.de/kaffeetisch/downloads/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Graphical configuration utility for the newsreader slrn BUILD_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ |