From e4a5f14ece666aca5bea6ef69b5d3d945cb69267 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 13 Dec 2019 18:58:05 +0300 Subject: [PATCH] Prepare for release --- doc/building.texi | 12 ++++++------ doc/integrity.texi | 2 +- ports/nncp/Makefile | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/building.texi b/doc/building.texi index 3911ae5..4f30e3e 100644 --- a/doc/building.texi +++ b/doc/building.texi @@ -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 diff --git a/doc/integrity.texi b/doc/integrity.texi index b10edcd..faea7c4 100644 --- a/doc/integrity.texi +++ b/doc/integrity.texi @@ -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 diff --git a/ports/nncp/Makefile b/ports/nncp/Makefile index 5f62b97..e010e46 100644 --- a/ports/nncp/Makefile +++ b/ports/nncp/Makefile @@ -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/ -- 2.44.0