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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 11 10:02:20 UTC 2015


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


More information about the svn-ports-head mailing list