View | Details | Raw Unified | Return to bug 249946 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	nncp
3
PORTNAME=	nncp
4
DISTVERSION=	5.3.3
4
DISTVERSION=	6.1.0
5
CATEGORIES=	net
5
CATEGORIES=	net
6
MASTER_SITES=	http://www.nncpgo.org/download/
6
MASTER_SITES=	http://www.nncpgo.org/download/
7
7
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1585061671
1
TIMESTAMP = 1610956739
2
SHA256 (nncp-5.3.3.tar.xz) = 707cd8524e424c24bcb22d6b4bc8170971c42a5fe0062b93a8d1dd9d7fb365d0
2
SHA256 (nncp-5.6.0.tar.xz) = 1dc83f05f14a3c3b95820046c60b170eb8c8936f142a5b9a1e943e6f4cefbde3
3
SIZE (nncp-5.3.3.tar.xz) = 1142852
3
SIZE (nncp-5.6.0.tar.xz) = 1049420
(-)files/nncp.newsyslog.conf.sample (-1 / +1 lines)
Line 1 Link Here
1
/var/spool/nncp/log		644	7	100	*	CXN
1
/var/spool/nncp/log		644	7	100	*	BCYN
(-)files/pkg-message.in (-1 / +1 lines)
Lines 11-17 Link Here
11
- %%PREFIX%%/etc/newsyslog.conf.d/nncp.conf
11
- %%PREFIX%%/etc/newsyslog.conf.d/nncp.conf
12
  log rotation configuration has been installed.
12
  log rotation configuration has been installed.
13
- /var/spool/nncp is the packet spool directory.
13
- /var/spool/nncp is the packet spool directory.
14
- Look in nncp.info how to integrate mail exchanging with Postfix.
14
- Look in nncp.info how to integrate mail exchanging with Postfix/Exim.
15
- Generate NNCP configuration file using the command:
15
- Generate NNCP configuration file using the command:
16
16
17
    # umask 077
17
    # umask 077
(-)pkg-plist (+1 lines)
Lines 5-10 Link Here
5
bin/nncp-cfgmin
5
bin/nncp-cfgmin
6
bin/nncp-cfgnew
6
bin/nncp-cfgnew
7
bin/nncp-check
7
bin/nncp-check
8
bin/nncp-cronexpr
8
bin/nncp-daemon
9
bin/nncp-daemon
9
bin/nncp-exec
10
bin/nncp-exec
10
bin/nncp-file
11
bin/nncp-file

Return to bug 249946