From owner-svn-ports-head@freebsd.org Fri Dec 11 10:02:20 2015 Return-Path: Delivered-To: svn-ports-head@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 4E2889D79E6; Fri, 11 Dec 2015 10:02:20 +0000 (UTC) (envelope-from sunpoet@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 1E2A51FB2; Fri, 11 Dec 2015 10:02:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBBA2JKF005626; Fri, 11 Dec 2015 10:02:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBBA2JXI005624; Fri, 11 Dec 2015 10:02:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512111002.tBBA2JXI005624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 11 Dec 2015 10:02:19 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 10:02:20 -0000 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 # $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