Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 01:59:51 +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: r536872 - head/graphics/sk1
Message-ID:  <202005290159.04T1xpVa041267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May 29 01:59:51 2020
New Revision: 536872
URL: https://svnweb.freebsd.org/changeset/ports/536872

Log:
  Change RUN_DEPENDS from py-pycups to py-pycups1
  
  - Bump PORTREVISION for dependency change

Modified:
  head/graphics/sk1/Makefile

Modified: head/graphics/sk1/Makefile
==============================================================================
--- head/graphics/sk1/Makefile	Fri May 29 01:59:45 2020	(r536871)
+++ head/graphics/sk1/Makefile	Fri May 29 01:59:51 2020	(r536872)
@@ -3,7 +3,7 @@
 PORTNAME=	sk1
 DISTVERSION=	2.0
 DISTVERSIONSUFFIX=	rc3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics python
 MASTER_SITES=	https://downloads.sk1project.net/sk1/${DISTVERSIONFULL}/
 
@@ -21,7 +21,7 @@ LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \
 		${PY_PILLOW} \
-		${PYTHON_PKGNAMEPREFIX}pycups>0:print/py-pycups@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pycups1>0:print/py-pycups1@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${PY_FLAVOR}
 
 USES=		desktop-file-utils gettext gnome python:2.7 shebangfix



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005290159.04T1xpVa041267>