From owner-svn-ports-all@freebsd.org Mon Mar 6 10:45:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86DFDCFAE21; Mon, 6 Mar 2017 10:45:58 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5610B14B9; Mon, 6 Mar 2017 10:45:58 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v26Ajv2U003770; Mon, 6 Mar 2017 10:45:57 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v26AjvN3003768; Mon, 6 Mar 2017 10:45:57 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201703061045.v26AjvN3003768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 6 Mar 2017 10:45:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435530 - in head/devel/newtonsoft-json: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2017 10:45:58 -0000 Author: bofh Date: Mon Mar 6 10:45:57 2017 New Revision: 435530 URL: https://svnweb.freebsd.org/changeset/ports/435530 Log: devel/newtonsoft-json: Update pkgconfig - Fix capital letters in pathname and version number PR: 215429 Submitted by: cs@innolan.dk Modified: head/devel/newtonsoft-json/Makefile head/devel/newtonsoft-json/files/Newtonsoft.Json.pc.in Modified: head/devel/newtonsoft-json/Makefile ============================================================================== --- head/devel/newtonsoft-json/Makefile Mon Mar 6 10:44:26 2017 (r435529) +++ head/devel/newtonsoft-json/Makefile Mon Mar 6 10:45:57 2017 (r435530) @@ -3,6 +3,7 @@ PORTNAME= newtonsoft-json PORTVERSION= 9.0.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org @@ -18,6 +19,8 @@ GH_PROJECT= Newtonsoft.Json SUB_FILES= Newtonsoft.Json.pc +NO_ARCH= yes + PLIST_FILES= lib/mono/Newtonsoft.Json/Newtonsoft.Json.dll \ lib/mono/gac/Newtonsoft.Json/7.0.0.0__b9a188c8922137c6/Newtonsoft.Json.dll \ lib/mono/gac/Newtonsoft.Json/7.0.0.0__b9a188c8922137c6/Newtonsoft.Json.dll.mdb \ Modified: head/devel/newtonsoft-json/files/Newtonsoft.Json.pc.in ============================================================================== --- head/devel/newtonsoft-json/files/Newtonsoft.Json.pc.in Mon Mar 6 10:44:26 2017 (r435529) +++ head/devel/newtonsoft-json/files/Newtonsoft.Json.pc.in Mon Mar 6 10:45:57 2017 (r435530) @@ -4,5 +4,5 @@ libdir=${exec_prefix}/lib Name: Newtonsoft JSON Description: Popular high-performance JSON framework for .NET. -Version: 6.0.5 -Libs: -r:${libdir}/mono/newtonsoft.json/Newtonsoft.Json.dll +Version: 9.0.1 +Libs: -r:${libdir}/mono/Newtonsoft.Json/Newtonsoft.Json.dll