From owner-svn-ports-head@FreeBSD.ORG Fri Oct 3 17:17:55 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 7914C36E; Fri, 3 Oct 2014 17:17:55 +0000 (UTC) Received: from mail-oi0-x22f.google.com (mail-oi0-x22f.google.com [IPv6:2607:f8b0:4003:c06::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DA0EABB; Fri, 3 Oct 2014 17:17:55 +0000 (UTC) Received: by mail-oi0-f47.google.com with SMTP id a141so1091450oig.20 for ; Fri, 03 Oct 2014 10:17:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=K+sdTnSRJfg6+DELBxWT8O87lauO3NYjF7q9GwzlWKE=; b=Wfl/eNdu6TNJT9WOe8ARpTV33ndvtqAjnCqqSl5huFtqogdujhPaZ2TRTim8DDPa0P GgxT7rQiVgPQpsMy3VT0cQV4SmXDSj55WyOEG+EBzM80xz3IUD2b9BacZKtReQ/S8Qhb CslbjAG6NJq7pzzqDHsigZZJDd2iwvj8GZQ+V/v65NJqRGZuQWln08tWu1k+FXO6lops CC0jgLLDFcE9xjwglV7OUagdvUFOWyQ82gLsxJgE4xgSH+njqMIc1ek8egUhPvhRwTRX YhH1S5qonSYjK079iTEkNJMxsm+728QlDosFy6iCiJvJxTU0+Jb9oeWA1EIb67voxzGd 8heg== MIME-Version: 1.0 X-Received: by 10.60.94.65 with SMTP id da1mr8576586oeb.11.1412356674577; Fri, 03 Oct 2014 10:17:54 -0700 (PDT) Sender: william88@gmail.com Received: by 10.182.138.65 with HTTP; Fri, 3 Oct 2014 10:17:54 -0700 (PDT) In-Reply-To: <201410031701.s93H1TvP073905@svn.freebsd.org> References: <201410031701.s93H1TvP073905@svn.freebsd.org> Date: Fri, 3 Oct 2014 14:17:54 -0300 X-Google-Sender-Auth: DXXl_zTwgOEmzgvygFtzxv0YpSw Message-ID: Subject: Re: svn commit: r369916 - head/astro/gmapcatcher From: William Grzybowski To: ports-committers , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 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: Fri, 03 Oct 2014 17:17:55 -0000 On Fri, Oct 3, 2014 at 2:01 PM, William Grzybowski wrote: > Author: wg > Date: Fri Oct 3 17:01:29 2014 > New Revision: 369916 > URL: https://svnweb.freebsd.org/changeset/ports/369916 > QAT: https://qat.redports.org/buildarchive/r369916/ > > Log: > astro/gmapcatcher: switch from py-imaging to py-pillow > > - USES python > > With hat: python > Approved by: portmgr (bapt, implicit) For the record, It was supposed to be bdrewery, not bapt as reminded by himself! > > Modified: > head/astro/gmapcatcher/Makefile > > Modified: head/astro/gmapcatcher/Makefile > ============================================================================== > --- head/astro/gmapcatcher/Makefile Fri Oct 3 16:14:10 2014 (r369915) > +++ head/astro/gmapcatcher/Makefile Fri Oct 3 17:01:29 2014 (r369916) > @@ -2,6 +2,7 @@ > > PORTNAME= gmapcatcher > PORTVERSION= 0.8.0.4 > +PORTREVISION= 1 > CATEGORIES= astro geography > MASTER_SITES= http://gmapcatcher.googlecode.com/files/ > DISTNAME= mapcatcher_${PORTVERSION} > @@ -9,15 +10,15 @@ DISTNAME= mapcatcher_${PORTVERSION} > MAINTAINER= kevlo@FreeBSD.org > COMMENT= Offline map viewer > > -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ > +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ > ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 > > WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g} > +USES= python > USE_GNOME= pygtk2 > -USE_PYTHON= yes > +USE_PYTHON= autoplist distutils > USE_PYDISTUTILS=yes > PYDISTUTILS_AUTOPLIST= yes > -PLIST_SUB= PORTVERSION="${PORTVERSION}" > > OPTIONS_DEFINE= DOCS > > -- William Grzybowski / wg FreeBSD Ports Committer