svn commit: r369916 - head/astro/gmapcatcher
William Grzybowski
wg at freebsd.org
Fri Oct 3 17:17:55 UTC 2014
On Fri, Oct 3, 2014 at 2:01 PM, William Grzybowski <wg at freebsd.org> 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 at 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
More information about the svn-ports-all
mailing list