svn commit: r402663 - head/archivers/py-pyliblzma

Kubilay Kocak koobs at FreeBSD.org
Mon Nov 30 12:30:16 UTC 2015


On 30/11/2015 10:43 PM, Antoine Brodin wrote:
> 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 <naylor.b.david at gmail.com>
>  # $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 at FreeBSD.org
>  COMMENT=	Python binding for the LZMA compression library
> 

Oh wow, how'd I miss that. Thank you!


More information about the svn-ports-all mailing list