From 63545ba421b750a808384e1744c06ffcad0b7445 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 24 Nov 2019 18:11:29 +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 1489294..30493d1 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.0.0.tar.xz -$ [fetch|wget] http://www.nncpgo.org/download/nncp-5.0.0.tar.xz.sig -$ gpg --verify nncp-5.0.0.tar.xz.sig nncp-5.0.0.tar.xz -$ xz --decompress --stdout nncp-5.0.0.tar.xz | tar xf - -$ make -C nncp-5.0.0 all +$ [fetch|wget] http://www.nncpgo.org/download/nncp-5.1.0.tar.xz +$ [fetch|wget] http://www.nncpgo.org/download/nncp-5.1.0.tar.xz.sig +$ gpg --verify nncp-5.1.0.tar.xz.sig nncp-5.1.0.tar.xz +$ xz --decompress --stdout nncp-5.1.0.tar.xz | tar xf - +$ make -C nncp-5.1.0 all @end verbatim There is @command{install} make-target respecting @env{DESTDIR}. It will install binaries and info-documentation: @verbatim -# make -C nncp-5.0.0 install PREFIX=/usr/local +# make -C nncp-5.1.0 install PREFIX=/usr/local @end verbatim diff --git a/doc/integrity.texi b/doc/integrity.texi index cc1e587..d4bd456 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.0.0.tar.xz.sig nncp-5.0.0.tar.xz +$ gpg --verify nncp-5.1.0.tar.xz.sig nncp-5.1.0.tar.xz @end verbatim diff --git a/ports/nncp/Makefile b/ports/nncp/Makefile index cc2d059..6cee3ef 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.0.0 +DISTVERSION= 5.1.0 CATEGORIES= net MASTER_SITES= http://www.nncpgo.org/download/ -- 2.44.0