svn commit: r566540 - in head/net/nncp: . files

Fernando Apesteguía fernape at FreeBSD.org
Thu Feb 25 15:06:41 UTC 2021


Author: fernape
Date: Thu Feb 25 15:06:40 2021
New Revision: 566540
URL: https://svnweb.freebsd.org/changeset/ports/566540

Log:
  net/nncp: Update to 6.1.0
  
  ChangeLog: http://www.nncpgo.org/Release-6_002e1_002e0.html
  
  PR:	249946
  Submitted by:	stargrave at stargrave.org (maintainer)

Modified:
  head/net/nncp/Makefile
  head/net/nncp/distinfo
  head/net/nncp/files/nncp.newsyslog.conf.sample
  head/net/nncp/files/pkg-message.in
  head/net/nncp/pkg-plist

Modified: head/net/nncp/Makefile
==============================================================================
--- head/net/nncp/Makefile	Thu Feb 25 14:58:03 2021	(r566539)
+++ head/net/nncp/Makefile	Thu Feb 25 15:06:40 2021	(r566540)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	nncp
-DISTVERSION=	5.3.3
+DISTVERSION=	6.1.0
 CATEGORIES=	net
 MASTER_SITES=	http://www.nncpgo.org/download/
 
@@ -11,7 +11,7 @@ COMMENT=	Utilities for secure store-and-forward files,
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		go:no_targets tar:xz
+USES=		go:modules,no_targets tar:xz
 
 USE_RC_SUBR=	nncp-caller nncp-daemon nncp-toss
 

Modified: head/net/nncp/distinfo
==============================================================================
--- head/net/nncp/distinfo	Thu Feb 25 14:58:03 2021	(r566539)
+++ head/net/nncp/distinfo	Thu Feb 25 15:06:40 2021	(r566540)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585061671
-SHA256 (nncp-5.3.3.tar.xz) = 707cd8524e424c24bcb22d6b4bc8170971c42a5fe0062b93a8d1dd9d7fb365d0
-SIZE (nncp-5.3.3.tar.xz) = 1142852
+TIMESTAMP = 1614183721
+SHA256 (nncp-6.1.0.tar.xz) = 083a533f7d0212069ae07f9fd6cd22e3c5be09e830f2c9c497d97cf614e5413f
+SIZE (nncp-6.1.0.tar.xz) = 1065088

Modified: head/net/nncp/files/nncp.newsyslog.conf.sample
==============================================================================
--- head/net/nncp/files/nncp.newsyslog.conf.sample	Thu Feb 25 14:58:03 2021	(r566539)
+++ head/net/nncp/files/nncp.newsyslog.conf.sample	Thu Feb 25 15:06:40 2021	(r566540)
@@ -1 +1 @@
-/var/spool/nncp/log		644	7	100	*	CXN
+/var/spool/nncp/log		644	7	100	*	BCYN

Modified: head/net/nncp/files/pkg-message.in
==============================================================================
--- head/net/nncp/files/pkg-message.in	Thu Feb 25 14:58:03 2021	(r566539)
+++ head/net/nncp/files/pkg-message.in	Thu Feb 25 15:06:40 2021	(r566540)
@@ -11,7 +11,7 @@
 - %%PREFIX%%/etc/newsyslog.conf.d/nncp.conf
   log rotation configuration has been installed.
 - /var/spool/nncp is the packet spool directory.
-- Look in nncp.info how to integrate mail exchanging with Postfix.
+- Look in nncp.info how to integrate mail exchanging with Postfix/Exim.
 - Generate NNCP configuration file using the command:
 
     # umask 077

Modified: head/net/nncp/pkg-plist
==============================================================================
--- head/net/nncp/pkg-plist	Thu Feb 25 14:58:03 2021	(r566539)
+++ head/net/nncp/pkg-plist	Thu Feb 25 15:06:40 2021	(r566540)
@@ -5,6 +5,7 @@ bin/nncp-cfgenc
 bin/nncp-cfgmin
 bin/nncp-cfgnew
 bin/nncp-check
+bin/nncp-cronexpr
 bin/nncp-daemon
 bin/nncp-exec
 bin/nncp-file


More information about the svn-ports-all mailing list