From owner-svn-ports-head@FreeBSD.ORG Tue Oct 7 11:42:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 386F3E1E; Tue, 7 Oct 2014 11:42:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 0AEBC176; Tue, 7 Oct 2014 11:42:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97BgPDu035040; Tue, 7 Oct 2014 11:42:25 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97BgPvr035038; Tue, 7 Oct 2014 11:42:25 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410071142.s97BgPvr035038@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 7 Oct 2014 11:42:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370298 - in head/security/vinetto: . 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 07 Oct 2014 11:42:26 -0000 Author: wg Date: Tue Oct 7 11:42:25 2014 New Revision: 370298 URL: https://svnweb.freebsd.org/changeset/ports/370298 QAT: https://qat.redports.org/buildarchive/r370298/ Log: security/vinetto: switch from py-imaging to py-pillow - USES python - Rename option to reflect reality With hat: python Approved by: portmgr (bdrewery, implicit) Added: head/security/vinetto/files/ head/security/vinetto/files/patch-vinetto (contents, props changed) Modified: head/security/vinetto/Makefile Modified: head/security/vinetto/Makefile ============================================================================== --- head/security/vinetto/Makefile Tue Oct 7 11:41:41 2014 (r370297) +++ head/security/vinetto/Makefile Tue Oct 7 11:42:25 2014 (r370298) @@ -3,7 +3,7 @@ PORTNAME= vinetto PORTVERSION= 0.07 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-beta-${PORTVERSION} DISTNAME= ${PORTNAME}-beta-${PORTVERSION} @@ -11,18 +11,18 @@ DISTNAME= ${PORTNAME}-beta-${PORTVERSION MAINTAINER= ports@FreeBSD.org COMMENT= Forensics tool to examine Thumbs.db files -OPTIONS_DEFINE= IMAGING -OPTIONS_DEFAULT= IMAGING +OPTIONS_DEFINE= THUMBNAILS +OPTIONS_DEFAULT=THUMBNAILS IMAGING_DESC= Build with ability to extract graphic thumbnails -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils PYDISTUTILS_PKGVERSION= 0.06alpha .include .if ${PORT_OPTIONS:MIMAGING} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow .endif do-patch: Added: head/security/vinetto/files/patch-vinetto ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/vinetto/files/patch-vinetto Tue Oct 7 11:42:25 2014 (r370298) @@ -0,0 +1,11 @@ +--- vinetto.orig 2014-10-07 11:39:47 UTC ++++ vinetto +@@ -149,7 +149,7 @@ + outputdir += "/" + + try: +- from PIL import Image ++ import Image + PIL = "imported" + except ImportError, e: + print >> sys.stderr, ""