From owner-svn-ports-head@freebsd.org Wed Sep 5 16:21:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3B95FF5808; Wed, 5 Sep 2018 16:21:21 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 695DC8885F; Wed, 5 Sep 2018 16:21:21 +0000 (UTC) (envelope-from royger@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 6485F28235; Wed, 5 Sep 2018 16:21:21 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w85GLLR4023872; Wed, 5 Sep 2018 16:21:21 GMT (envelope-from royger@FreeBSD.org) Received: (from royger@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w85GLLg4023871; Wed, 5 Sep 2018 16:21:21 GMT (envelope-from royger@FreeBSD.org) Message-Id: <201809051621.w85GLLg4023871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: royger set sender to royger@FreeBSD.org using -f From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Date: Wed, 5 Sep 2018 16:21:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479027 - head/sysutils/xen-tools411 X-SVN-Group: ports-head X-SVN-Commit-Author: royger X-SVN-Commit-Paths: head/sysutils/xen-tools411 X-SVN-Commit-Revision: 479027 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2018 16:21:21 -0000 Author: royger (src committer) Date: Wed Sep 5 16:21:20 2018 New Revision: 479027 URL: https://svnweb.freebsd.org/changeset/ports/479027 Log: xen-tools411: remove markdown and pandoc DOCS dependency Most of the man pages and document sources are in pod format, which only requires perl in order to convert. Remove the other dependencies since pandoc depends on a bunch of Haskell packages and seems to be broken quite often. Sponsored by: Citrix Systems R&D Modified: head/sysutils/xen-tools411/Makefile Modified: head/sysutils/xen-tools411/Makefile ============================================================================== --- head/sysutils/xen-tools411/Makefile Wed Sep 5 16:14:38 2018 (r479026) +++ head/sysutils/xen-tools411/Makefile Wed Sep 5 16:21:20 2018 (r479027) @@ -3,7 +3,7 @@ PORTNAME= xen PKGNAMESUFFIX= -tools411 PORTVERSION= 4.11.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils emulators MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/ @@ -19,8 +19,6 @@ LIB_DEPENDS= libyajl.so:devel/yajl \ liblzo2.so:archivers/lzo2 \ libpixman-1.so:x11/pixman \ libargp.so:devel/argp-standalone -DOCS_BUILD_DEPENDS=markdown>0:textproc/markdown \ - hs-pandoc>0:textproc/hs-pandoc BUILD_DEPENDS= seabios>0:misc/seabios RUN_DEPENDS= seabios>0:misc/seabios