From owner-svn-ports-head@FreeBSD.ORG Sun Oct 19 22:32:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D144C8; Sun, 19 Oct 2014 22:32:50 +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 6ECAAF2; Sun, 19 Oct 2014 22:32:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9JMWoEa005607; Sun, 19 Oct 2014 22:32:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9JMWnBP005602; Sun, 19 Oct 2014 22:32:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410192232.s9JMWnBP005602@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 19 Oct 2014 22:32:49 +0000 (UTC) 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 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: Sun, 19 Oct 2014 22:32:50 -0000 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