svn commit: r403510 - in head/print: . py-cups py-pycups

Kubilay Kocak koobs at FreeBSD.org
Fri Dec 11 11:47:50 UTC 2015


On 11/12/2015 9:02 PM, Sunpoet Po-Chuan Hsieh wrote:
> Author: sunpoet
> Date: Fri Dec 11 10:02:18 2015
> New Revision: 403510
> URL: https://svnweb.freebsd.org/changeset/ports/403510
> 
> Log:
>   - Move print/py-cups to print/py-pycups
>   - Bump PORTREVISION for dependent ports
> 
> Added:
>   head/print/py-pycups/
>      - copied from r403509, head/print/py-cups/
> Deleted:
>   head/print/py-cups/
> Modified:
>   head/print/Makefile
>   head/print/py-pycups/Makefile
> 
> Modified: head/print/Makefile
> ==============================================================================
> --- head/print/Makefile	Fri Dec 11 10:02:14 2015	(r403509)
> +++ head/print/Makefile	Fri Dec 11 10:02:18 2015	(r403510)
> @@ -191,12 +191,12 @@
>      SUBDIR += pslib
>      SUBDIR += pstotext
>      SUBDIR += psutils
> -    SUBDIR += py-cups
>      SUBDIR += py-fonttools
>      SUBDIR += py-fpdf
>      SUBDIR += py-pdf
>      SUBDIR += py-pollyreports
>      SUBDIR += py-preppy
> +    SUBDIR += py-pycups
>      SUBDIR += py-pyscript
>      SUBDIR += py-relatorio
>      SUBDIR += py-reportlab
> 
> Modified: head/print/py-pycups/Makefile
> ==============================================================================
> --- head/print/py-cups/Makefile	Fri Dec 11 10:02:14 2015	(r403509)
> +++ head/print/py-pycups/Makefile	Fri Dec 11 10:02:18 2015	(r403510)
> @@ -1,12 +1,11 @@
>  # Created by: Michael Johnson <ahze at FreeBSD.org>
>  # $FreeBSD$
>  
> -PORTNAME=	cups
> +PORTNAME=	pycups
>  PORTVERSION=	1.9.73
>  CATEGORIES=	print python
>  MASTER_SITES=	CHEESESHOP
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> -DISTNAME=	py${PORTNAME}-${PORTVERSION}
>  
>  MAINTAINER=	sunpoet at FreeBSD.org
>  COMMENT=	CUPS bindings for Python
> 

Thank you!


More information about the svn-ports-head mailing list