Received: by mail.netbsd.org (Postfix, from userid 605) id 8C35684DCD; Wed, 13 Feb 2019 17:36:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1552B84DCC for ; Wed, 13 Feb 2019 17:36:06 +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 yfBP_HDJiKnP for ; Wed, 13 Feb 2019 17:36:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8C34984CDA for ; Wed, 13 Feb 2019 17:36:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89DC8FB16; Wed, 13 Feb 2019 17:36:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550079365227400" MIME-Version: 1.0 Date: Wed, 13 Feb 2019 17:36:05 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/news/canlock-hp To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190213173605.89DC8FB16@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. --_----------=_1550079365227400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 13 17:36:05 UTC 2019 Modified Files: pkgsrc/news/canlock-hp: Makefile distinfo Log Message: canlock-hp: update to 3.1.0. Provided by Michael Bäuerle via pkgsrc-wip. Source tree of canlock-hp was merged into libcanlock. This package now tracks the version number of libcanlock. Changelog ========= 3.1.0 2019-01-26 Merged into libcanlock package. Now using the same version number. Manual page of canlock-hfp utility updated To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/news/canlock-hp/Makefile \ pkgsrc/news/canlock-hp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550079365227400 Content-Disposition: inline Content-Length: 1961 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/news/canlock-hp/Makefile diff -u pkgsrc/news/canlock-hp/Makefile:1.1 pkgsrc/news/canlock-hp/Makefile:1.2 --- pkgsrc/news/canlock-hp/Makefile:1.1 Mon Aug 27 15:13:27 2018 +++ pkgsrc/news/canlock-hp/Makefile Wed Feb 13 17:36:05 2019 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2018/08/27 15:13:27 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2019/02/13 17:36:05 wiz Exp $ -DISTNAME= canlock-hp-0.0.3 +DISTNAME= libcanlock-3.1.0 +PKGNAME= ${DISTNAME:S/libcanlock/canlock-hp/} CATEGORIES= news -MASTER_SITES= http://micha.freeshell.org/canlock-hp/src/ +MASTER_SITES= http://micha.freeshell.org/libcanlock/src/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= michael.baeuerle@gmx.net @@ -11,6 +12,8 @@ COMMENT= Parsers for RFC 5536 message he LICENSE= mit GNU_CONFIGURE= yes +CONFIGURE_DIRS= hp +BUILD_DIRS= hp USE_LANGUAGES+= c99 Index: pkgsrc/news/canlock-hp/distinfo diff -u pkgsrc/news/canlock-hp/distinfo:1.1 pkgsrc/news/canlock-hp/distinfo:1.2 --- pkgsrc/news/canlock-hp/distinfo:1.1 Mon Aug 27 15:13:27 2018 +++ pkgsrc/news/canlock-hp/distinfo Wed Feb 13 17:36:05 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2018/08/27 15:13:27 wiz Exp $ +$NetBSD: distinfo,v 1.2 2019/02/13 17:36:05 wiz Exp $ -SHA1 (canlock-hp-0.0.3.tar.bz2) = 569c7c78595574a51fe5f87e1e2da72f38eda466 -RMD160 (canlock-hp-0.0.3.tar.bz2) = 426fb265f22c2e3a5a4364e5fb0fc8dbc74373f6 -SHA512 (canlock-hp-0.0.3.tar.bz2) = 0c61ee215d12d4d4d8563cfcd3496cebc256821ea64f333c7e060f3f0083c3a38f708322c6050175b5d7b7fbe533d7c62b4e7780c068a962dc33ee3ddf5d6e4b -Size (canlock-hp-0.0.3.tar.bz2) = 178622 bytes +SHA1 (libcanlock-3.1.0.tar.bz2) = 53d0bf126ae4169f704a4e6bc9154eb57d36008b +RMD160 (libcanlock-3.1.0.tar.bz2) = 56021643dedb418cc056223ea7d5cbd95e5c27b0 +SHA512 (libcanlock-3.1.0.tar.bz2) = 46f0806ff24ebf9f1cc497c44522dc0d8f56b290f8c8d949404b676724307b2b9a75e93350360e01a6b80fb804f6cd6edb6c4786221c8ec5506fecb3479d89bb +Size (libcanlock-3.1.0.tar.bz2) = 487745 bytes --_----------=_1550079365227400--