From owner-svn-ports-all@freebsd.org Thu Feb 4 15:06:59 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85A96545FC2; Thu, 4 Feb 2021 15:06:59 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DWhjH3STYz4T3H; Thu, 4 Feb 2021 15:06:59 +0000 (UTC) (envelope-from arrowd@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 696B45EE8; Thu, 4 Feb 2021 15:06:59 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 114F6xsN021405; Thu, 4 Feb 2021 15:06:59 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 114F6xwf021403; Thu, 4 Feb 2021 15:06:59 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <202102041506.114F6xwf021403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Thu, 4 Feb 2021 15:06:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564034 - head/textproc/hs-pandoc X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: head/textproc/hs-pandoc X-SVN-Commit-Revision: 564034 X-SVN-Commit-Repository: ports 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.34 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: Thu, 04 Feb 2021 15:06:59 -0000 Author: arrowd Date: Thu Feb 4 15:06:58 2021 New Revision: 564034 URL: https://svnweb.freebsd.org/changeset/ports/564034 Log: textproc/hs-pandoc: Fix build due to silly typo. Pointy hat to: me Reported by: kib Modified: head/textproc/hs-pandoc/Makefile head/textproc/hs-pandoc/pkg-plist Modified: head/textproc/hs-pandoc/Makefile ============================================================================== --- head/textproc/hs-pandoc/Makefile Thu Feb 4 14:36:29 2021 (r564033) +++ head/textproc/hs-pandoc/Makefile Thu Feb 4 15:06:58 2021 (r564034) @@ -158,7 +158,7 @@ OPTIONS_SUB= yes post-extract: ${RM} ${WRKSRC}/cabal.project -post-install-EMBED_DATA-OFF: +post-install-EMBED_DATA-off: cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR} post-install: ${INSTALL_MAN} ${WRKSRC}/man/pandoc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 Modified: head/textproc/hs-pandoc/pkg-plist ============================================================================== --- head/textproc/hs-pandoc/pkg-plist Thu Feb 4 14:36:29 2021 (r564033) +++ head/textproc/hs-pandoc/pkg-plist Thu Feb 4 15:06:58 2021 (r564034) @@ -21,7 +21,6 @@ man/man1/pandoc.1.gz %%NO_EMBED_DATA%%%%DATADIR%%/data/dzslides/template.html %%NO_EMBED_DATA%%%%DATADIR%%/data/epub.css %%NO_EMBED_DATA%%%%DATADIR%%/data/init.lua -%%NO_EMBED_DATA%%%%DATADIR%%/data/jats.csl %%NO_EMBED_DATA%%%%DATADIR%%/data/odt/Configurations2/accelerator/current.xml %%NO_EMBED_DATA%%%%DATADIR%%/data/odt/META-INF/manifest.xml %%NO_EMBED_DATA%%%%DATADIR%%/data/odt/Thumbnails/thumbnail.png