]> Cypherpunks.ru repositories - nncp.git/commitdiff
Update FreeBSD port to 0.4 version
authorSergey Matveev <stargrave@stargrave.org>
Thu, 19 Jan 2017 20:36:34 +0000 (23:36 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 19 Jan 2017 20:36:34 +0000 (23:36 +0300)
ports/nncp/Makefile
ports/nncp/files/pkg-message.in

index 16ea6180c0bf099d8403fb03445dc896c8acc9d6..eedf3cf8b13e906c3be870f9aa40e12cc443837c 100644 (file)
@@ -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 \
index e7ffe57bb501d6b8191fa364a9cf194259d882a5..56713d2d9acc0ee0075331c9ebf399e6790205f9 100644 (file)
@@ -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
 ======================================================================