Date: Fri, 11 Dec 2015 10:02:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403510 - in head/print: . py-cups py-pycups Message-ID: <201512111002.tBBA2JXI005624@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512111002.tBBA2JXI005624>