From owner-svn-ports-all@freebsd.org Mon Nov 30 11:43:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61E69A3C125; Mon, 30 Nov 2015 11:43:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2EF8C1A77; Mon, 30 Nov 2015 11:43:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAUBhDtV090692; Mon, 30 Nov 2015 11:43:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAUBhD8L090691; Mon, 30 Nov 2015 11:43:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511301143.tAUBhD8L090691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 30 Nov 2015 11:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402663 - head/archivers/py-pyliblzma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 11:43:14 -0000 Author: antoine Date: Mon Nov 30 11:43:13 2015 New Revision: 402663 URL: https://svnweb.freebsd.org/changeset/ports/402663 Log: Finish pyliblzma rename (and unbreak dependent ports) Modified: head/archivers/py-pyliblzma/Makefile Modified: head/archivers/py-pyliblzma/Makefile ============================================================================== --- head/archivers/py-pyliblzma/Makefile Mon Nov 30 11:32:34 2015 (r402662) +++ head/archivers/py-pyliblzma/Makefile Mon Nov 30 11:43:13 2015 (r402663) @@ -1,13 +1,12 @@ # Created by: David Naylor # $FreeBSD$ -PORTNAME= liblzma +PORTNAME= pyliblzma PORTVERSION= 0.5.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= dbn@FreeBSD.org COMMENT= Python binding for the LZMA compression library