Date: Fri, 11 Dec 2015 22:47:36 +1100 From: Kubilay Kocak <koobs@FreeBSD.org> To: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r403510 - in head/print: . py-cups py-pycups Message-ID: <566AB7D8.7050103@FreeBSD.org> In-Reply-To: <201512111002.tBBA2JXI005624@repo.freebsd.org> References: <201512111002.tBBA2JXI005624@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org > COMMENT= CUPS bindings for Python > Thank you!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?566AB7D8.7050103>