Received: by mail.netbsd.org (Postfix, from userid 605) id 6132A84D58; Sun, 20 Sep 2020 16:46:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB7CE84D54 for ; Sun, 20 Sep 2020 16:46:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id A8VJJJRo_PD8 for ; Sun, 20 Sep 2020 16:46:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3BAA984CDF for ; Sun, 20 Sep 2020 16:46:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF485FB28; Sun, 20 Sep 2020 16:46:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16006203688510" MIME-Version: 1.0 Date: Sun, 20 Sep 2020 16:46:08 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/sysutils/bup To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20200920164608.CF485FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16006203688510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sun Sep 20 16:46:08 UTC 2020 Modified Files: pkgsrc/sysutils/bup: Makefile Log Message: sysutils/bup: Add todo notes - man pages - resolve 'bup ftp' crash with NetBSD editline To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/sysutils/bup/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16006203688510 Content-Disposition: inline Content-Length: 1063 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/bup/Makefile diff -u pkgsrc/sysutils/bup/Makefile:1.46 pkgsrc/sysutils/bup/Makefile:1.47 --- pkgsrc/sysutils/bup/Makefile:1.46 Sun Sep 20 16:44:54 2020 +++ pkgsrc/sysutils/bup/Makefile Sun Sep 20 16:46:08 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2020/09/20 16:44:54 gdt Exp $ +# $NetBSD: Makefile,v 1.47 2020/09/20 16:46:08 gdt Exp $ DISTNAME= bup-0.31 CATEGORIES= sysutils @@ -14,6 +14,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=bup/ # https://github.com/bup/bup/archive/0.30.tar.gz # https://github.com/bup/bup/archive/28876cde4a3dac518e773860aa7969c106f5390d.tar.gz +# \todo Update man pages to 0.31. # EXTRACT_SUFX default value is set too late, so using it in SITES.* fails. EXTRACT_SUFX= .tar.gz MAN_TAG= bd52b8fffc37788fc00071a8e46842e60ef30926 @@ -79,6 +80,7 @@ post-install: .include "options.mk" +# \todo Investigate "bup ftp" crash with NetBSD editline and resolve. READLINE_DEFAULT= readline .include "../../mk/readline.buildlink3.mk" .include "../../lang/python/application.mk" --_----------=_16006203688510--