Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2014 22:32:49 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371215 - in head/textproc: py-openpyxl py-openpyxl1
Message-ID:  <201410192232.s9JMWnBP005602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Oct 19 22:32:49 2014
New Revision: 371215
URL: https://svnweb.freebsd.org/changeset/ports/371215
QAT: https://qat.redports.org/buildarchive/r371215/

Log:
  - Update to 2.1.1
  - Tighten CONFLICTS

Modified:
  head/textproc/py-openpyxl/Makefile
  head/textproc/py-openpyxl/distinfo
  head/textproc/py-openpyxl1/Makefile

Modified: head/textproc/py-openpyxl/Makefile
==============================================================================
--- head/textproc/py-openpyxl/Makefile	Sun Oct 19 22:32:28 2014	(r371214)
+++ head/textproc/py-openpyxl/Makefile	Sun Oct 19 22:32:49 2014	(r371215)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openpyxl
-PORTVERSION=	2.0.5
+PORTVERSION=	2.1.1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jdcal>=0:${PORTSDIR}/devel/py-jdcal
 
-CONFLICTS_INSTALL=	py*-openpyxl1-[0-9]*
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}openpyxl1-[0-9]*
 
 USES=		python
 USE_PYTHON=	distutils autoplist

Modified: head/textproc/py-openpyxl/distinfo
==============================================================================
--- head/textproc/py-openpyxl/distinfo	Sun Oct 19 22:32:28 2014	(r371214)
+++ head/textproc/py-openpyxl/distinfo	Sun Oct 19 22:32:49 2014	(r371215)
@@ -1,2 +1,2 @@
-SHA256 (openpyxl-2.0.5.tar.gz) = 874c2f1180b0b6c84173abac1b9de87f4cb4eef59b83b3095ef345f77c824a93
-SIZE (openpyxl-2.0.5.tar.gz) = 117014
+SHA256 (openpyxl-2.1.1.tar.gz) = 1d5bb62c1ed7c3c5afce386d70c2148145e9474c3aabf00496ceb0735ca83afe
+SIZE (openpyxl-2.1.1.tar.gz) = 148700

Modified: head/textproc/py-openpyxl1/Makefile
==============================================================================
--- head/textproc/py-openpyxl1/Makefile	Sun Oct 19 22:32:28 2014	(r371214)
+++ head/textproc/py-openpyxl1/Makefile	Sun Oct 19 22:32:49 2014	(r371215)
@@ -14,7 +14,7 @@ COMMENT=	Python library to read/write Ex
 LICENSE=	MIT
 
 DEPRECATED=	Use textproc/py-openpyxl instead
-CONFLICTS_INSTALL=	py*-openpyxl-[0-9]*
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}openpyxl-[0-9]*
 
 USES=		python
 USE_PYTHON=	distutils autoplist



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