mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/nncp: Update to 6.1.0
ChangeLog: http://www.nncpgo.org/Release-6_002e1_002e0.html PR: 249946 Submitted by: stargrave@stargrave.org (maintainer)
This commit is contained in:
parent
c6ee17c83b
commit
debba6b620
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566540
5 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= nncp
|
PORTNAME= nncp
|
||||||
DISTVERSION= 5.3.3
|
DISTVERSION= 6.1.0
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://www.nncpgo.org/download/
|
MASTER_SITES= http://www.nncpgo.org/download/
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ COMMENT= Utilities for secure store-and-forward files, mail, command exchanging
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
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
|
USE_RC_SUBR= nncp-caller nncp-daemon nncp-toss
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1585061671
|
TIMESTAMP = 1614183721
|
||||||
SHA256 (nncp-5.3.3.tar.xz) = 707cd8524e424c24bcb22d6b4bc8170971c42a5fe0062b93a8d1dd9d7fb365d0
|
SHA256 (nncp-6.1.0.tar.xz) = 083a533f7d0212069ae07f9fd6cd22e3c5be09e830f2c9c497d97cf614e5413f
|
||||||
SIZE (nncp-5.3.3.tar.xz) = 1142852
|
SIZE (nncp-6.1.0.tar.xz) = 1065088
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
/var/spool/nncp/log 644 7 100 * CXN
|
/var/spool/nncp/log 644 7 100 * BCYN
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
- %%PREFIX%%/etc/newsyslog.conf.d/nncp.conf
|
- %%PREFIX%%/etc/newsyslog.conf.d/nncp.conf
|
||||||
log rotation configuration has been installed.
|
log rotation configuration has been installed.
|
||||||
- /var/spool/nncp is the packet spool directory.
|
- /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:
|
- Generate NNCP configuration file using the command:
|
||||||
|
|
||||||
# umask 077
|
# umask 077
|
||||||
|
|
|
@ -5,6 +5,7 @@ bin/nncp-cfgenc
|
||||||
bin/nncp-cfgmin
|
bin/nncp-cfgmin
|
||||||
bin/nncp-cfgnew
|
bin/nncp-cfgnew
|
||||||
bin/nncp-check
|
bin/nncp-check
|
||||||
|
bin/nncp-cronexpr
|
||||||
bin/nncp-daemon
|
bin/nncp-daemon
|
||||||
bin/nncp-exec
|
bin/nncp-exec
|
||||||
bin/nncp-file
|
bin/nncp-file
|
||||||
|
|
Loading…
Add table
Reference in a new issue