svn commit: r497397 - in head/news: knews nget

Alexey Dokuchaev danfe at FreeBSD.org
Sun Mar 31 11:41:46 UTC 2019


Author: danfe
Date: Sun Mar 31 11:41:45 2019
New Revision: 497397
URL: https://svnweb.freebsd.org/changeset/ports/497397

Log:
  Spell NNTP correctly (it's an abbreviation and thus should be uppercased).

Modified:
  head/news/knews/Makefile
  head/news/nget/Makefile

Modified: head/news/knews/Makefile
==============================================================================
--- head/news/knews/Makefile	Sun Mar 31 09:23:50 2019	(r497396)
+++ head/news/knews/Makefile	Sun Mar 31 11:41:45 2019	(r497397)
@@ -8,7 +8,7 @@ CATEGORIES=	news
 MASTER_SITES=	LOCAL/dinoex
 
 MAINTAINER=	dinoex at FreeBSD.org
-COMMENT=	Threaded nntp newsreader for X
+COMMENT=	Threaded NNTP newsreader for X11
 
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libcompface.so:mail/faces

Modified: head/news/nget/Makefile
==============================================================================
--- head/news/nget/Makefile	Sun Mar 31 09:23:50 2019	(r497396)
+++ head/news/nget/Makefile	Sun Mar 31 11:41:45 2019	(r497397)
@@ -9,7 +9,7 @@ CATEGORIES=	news
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	Auto-resuming command line nntp file grabber
+COMMENT=	Auto-resuming command line NNTP file grabber
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING


More information about the svn-ports-all mailing list