Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2014 17:01:29 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369916 - head/astro/gmapcatcher
Message-ID:  <201410031701.s93H1TvP073905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)

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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410031701.s93H1TvP073905>