]> Cypherpunks.ru repositories - nncp.git/commitdiff
Prepare for release
authorSergey Matveev <stargrave@stargrave.org>
Fri, 13 Dec 2019 15:58:05 +0000 (18:58 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 13 Dec 2019 15:58:05 +0000 (18:58 +0300)
doc/building.texi
doc/integrity.texi
ports/nncp/Makefile

index 3911ae5f19b5579583d75c9208477663fa4ce023..4f30e3e7dfee2f652cb8009de2fd1a6377517f38 100644 (file)
@@ -11,16 +11,16 @@ Make sure that Go is installed. For example to install it from packages:
 @end table
 
 @verbatim
-$ [fetch|wget] http://www.nncpgo.org/download/nncp-5.1.1.tar.xz
-$ [fetch|wget] http://www.nncpgo.org/download/nncp-5.1.1.tar.xz.sig
-$ gpg --verify nncp-5.1.1.tar.xz.sig nncp-5.1.1.tar.xz
-$ xz --decompress --stdout nncp-5.1.1.tar.xz | tar xf -
-$ make -C nncp-5.1.1 all
+$ [fetch|wget] http://www.nncpgo.org/download/nncp-5.1.2.tar.xz
+$ [fetch|wget] http://www.nncpgo.org/download/nncp-5.1.2.tar.xz.sig
+$ gpg --verify nncp-5.1.2.tar.xz.sig nncp-5.1.2.tar.xz
+$ xz --decompress --stdout nncp-5.1.2.tar.xz | tar xf -
+$ make -C nncp-5.1.2 all
 @end verbatim
 
 There is @command{install} make-target respecting @env{DESTDIR}. It will
 install binaries and info-documentation:
 
 @verbatim
-# make -C nncp-5.1.1 install PREFIX=/usr/local
+# make -C nncp-5.1.2 install PREFIX=/usr/local
 @end verbatim
index b10edcdd2920eea00dd43267d889b80e900f9451..faea7c49ba6219aaf46693227e48a8da05db16fa 100644 (file)
@@ -31,5 +31,5 @@ $ gpg --auto-key-locate wkd --locate-keys releases at nncpgo dot org
 
 Then you could verify tarballs signature:
 @verbatim
-$ gpg --verify nncp-5.1.1.tar.xz.sig nncp-5.1.1.tar.xz
+$ gpg --verify nncp-5.1.2.tar.xz.sig nncp-5.1.2.tar.xz
 @end verbatim
index 5f62b97919b674241f411b46a51f8be581be6bc4..e010e46a0acf0b8a4589e430905b566369f24096 100644 (file)
@@ -1,7 +1,7 @@
 # $FreeBSD: head/net/nncp/Makefile 517819 2019-11-17 11:51:56Z dmgk $
 
 PORTNAME=      nncp
-DISTVERSION=   5.1.1
+DISTVERSION=   5.1.2
 CATEGORIES=    net
 MASTER_SITES=  http://www.nncpgo.org/download/