From owner-svn-ports-head@freebsd.org Mon May 16 18:48:44 2016 Return-Path: Delivered-To: svn-ports-head@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 8FCFDB3D006; Mon, 16 May 2016 18:48:44 +0000 (UTC) (envelope-from rene@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 5D3CA12CA; Mon, 16 May 2016 18:48:44 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4GImhbt093747; Mon, 16 May 2016 18:48:43 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4GImhne093746; Mon, 16 May 2016 18:48:43 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201605161848.u4GImhne093746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 16 May 2016 18:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415354 - head/graphics/curator X-SVN-Group: ports-head 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.22 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: Mon, 16 May 2016 18:48:44 -0000 Author: rene Date: Mon May 16 18:48:43 2016 New Revision: 415354 URL: https://svnweb.freebsd.org/changeset/ports/415354 Log: graphics/curator: remove optional dependency on graphics/py-imaging The script itself needs to be adjusted to use graphics/py-pillow Modified: head/graphics/curator/Makefile Modified: head/graphics/curator/Makefile ============================================================================== --- head/graphics/curator/Makefile Mon May 16 18:34:11 2016 (r415353) +++ head/graphics/curator/Makefile Mon May 16 18:48:43 2016 (r415354) @@ -13,18 +13,9 @@ COMMENT= Static Image Gallery Generator USES= python USE_PYTHON= distutils autoplist -OPTIONS_DEFINE= PIL -PIL_DESC= Use Python Imaging Library instead of ImageMagick - PLIST_FILES= man/man1/curator.1.gz -.include - -.if ${PORT_OPTIONS:MPIL} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=0:graphics/py-imaging -.else RUN_DEPENDS= convert:graphics/ImageMagick -.endif post-install: ${INSTALL_MAN} ${FILESDIR}/curator.1 ${STAGEDIR}${PREFIX}/man/man1/curator.1