From: Sergey Matveev Date: Thu, 19 Jan 2017 20:36:34 +0000 (+0300) Subject: Update FreeBSD port to 0.4 version X-Git-Tag: 0.4^2 X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=commitdiff_plain;h=3cfc65236b25c44dfd4b68cc3f9fabb2ef176ce7 Update FreeBSD port to 0.4 version --- diff --git a/ports/nncp/Makefile b/ports/nncp/Makefile index 16ea618..eedf3cf 100644 --- a/ports/nncp/Makefile +++ b/ports/nncp/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nncp -PORTVERSION= 0.2 +PORTVERSION= 0.4 CATEGORIES= net MASTER_SITES= http://www.nncpgo.org/download/ \ http://sourceforge.net/projects/nncp/files/ @@ -34,7 +34,8 @@ PLIST_FILES= bin/nncp-call \ bin/nncp-freq \ bin/nncp-log \ bin/nncp-mail \ - bin/nncp-newnode \ + bin/nncp-mincfg \ + bin/nncp-newcfg \ bin/nncp-pkt \ bin/nncp-stat \ bin/nncp-toss \ diff --git a/ports/nncp/files/pkg-message.in b/ports/nncp/files/pkg-message.in index e7ffe57..56713d2 100644 --- a/ports/nncp/files/pkg-message.in +++ b/ports/nncp/files/pkg-message.in @@ -13,5 +13,5 @@ - Generate NNCP configuration file using the command: # umask 077 - # nncp-newnode > %%PREFIX%%/etc/nncp.yaml + # nncp-newcfg > %%PREFIX%%/etc/nncp.yaml ======================================================================