Received: by mail.netbsd.org (Postfix, from userid 605) id 688FB84D8D; Thu, 26 Sep 2019 10:31:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E312284D61 for ; Thu, 26 Sep 2019 10:31:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id et_rrWE62qtG for ; Thu, 26 Sep 2019 10:31:13 +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 EE30284CE9 for ; Thu, 26 Sep 2019 10:31:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EBADDFBF4; Thu, 26 Sep 2019 10:31:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1569493872237970" MIME-Version: 1.0 Date: Thu, 26 Sep 2019 10:31:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/deforaos-cpp To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190926103112.EBADDFBF4@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. --_----------=_1569493872237970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Sep 26 10:31:12 UTC 2019 Modified Files: pkgsrc/devel/deforaos-cpp: Makefile PLIST Log Message: deforaos-cpp: update to 0.0.3nb2. Sync PLIST with what gtk-doc installs. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/deforaos-cpp/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/deforaos-cpp/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1569493872237970 Content-Disposition: inline Content-Length: 1525 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/deforaos-cpp/Makefile diff -u pkgsrc/devel/deforaos-cpp/Makefile:1.3 pkgsrc/devel/deforaos-cpp/Makefile:1.4 --- pkgsrc/devel/deforaos-cpp/Makefile:1.3 Tue Aug 1 14:58:55 2017 +++ pkgsrc/devel/deforaos-cpp/Makefile Thu Sep 26 10:31:12 2019 @@ -1,16 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2017/08/01 14:58:55 wiz Exp $ -# +# $NetBSD: Makefile,v 1.4 2019/09/26 10:31:12 wiz Exp $ DISTNAME= CPP-0.0.3 PKGNAME= deforaos-cpp-0.0.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= https://www.defora.org/os/download/download/4422/ MAINTAINER= khorben@defora.org HOMEPAGE= https://www.defora.org/ COMMENT= DeforaOS C code pre-processing library - LICENSE= gnu-lgpl-v3 MAKE_FLAGS+= PREFIX=${PREFIX} Index: pkgsrc/devel/deforaos-cpp/PLIST diff -u pkgsrc/devel/deforaos-cpp/PLIST:1.2 pkgsrc/devel/deforaos-cpp/PLIST:1.3 --- pkgsrc/devel/deforaos-cpp/PLIST:1.2 Tue Feb 23 00:30:27 2016 +++ pkgsrc/devel/deforaos-cpp/PLIST Thu Sep 26 10:31:12 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2016/02/23 00:30:27 khorben Exp $ +@comment $NetBSD: PLIST,v 1.3 2019/09/26 10:31:12 wiz Exp $ bin/deforaos-cpp include/Devel/CPP.h lib/libcpp.a @@ -13,7 +13,6 @@ share/gtk-doc/html/CPP/ch01.html share/gtk-doc/html/CPP/deprecated-api-index.html share/gtk-doc/html/CPP/home.png share/gtk-doc/html/CPP/index.html -share/gtk-doc/html/CPP/index.sgml share/gtk-doc/html/CPP/left-insensitive.png share/gtk-doc/html/CPP/left.png share/gtk-doc/html/CPP/right-insensitive.png --_----------=_1569493872237970--