Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2021 16:30:45 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565246 - head/graphics/py-cairo
Message-ID:  <202102141630.11EGUjho070748@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Sun Feb 14 16:30:44 2021
New Revision: 565246
URL: https://svnweb.freebsd.org/changeset/ports/565246

Log:
  graphics/py-cairo: Drop '2' in COMMENT and pkg-descr
  
  This port works with Python 3

Modified:
  head/graphics/py-cairo/Makefile
  head/graphics/py-cairo/pkg-descr

Modified: head/graphics/py-cairo/Makefile
==============================================================================
--- head/graphics/py-cairo/Makefile	Sun Feb 14 15:45:10 2021	(r565245)
+++ head/graphics/py-cairo/Makefile	Sun Feb 14 16:30:44 2021	(r565246)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	py${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	desktop@FreeBSD.org
-COMMENT=	Python 2 bindings for Cairo
+COMMENT=	Python bindings for Cairo
 
 LICENSE=	LGPL21 MPL11
 LICENSE_COMB=	multi

Modified: head/graphics/py-cairo/pkg-descr
==============================================================================
--- head/graphics/py-cairo/pkg-descr	Sun Feb 14 15:45:10 2021	(r565245)
+++ head/graphics/py-cairo/pkg-descr	Sun Feb 14 16:30:44 2021	(r565246)
@@ -1,3 +1,3 @@
-Python 2 bindings for Cairo.
+Python bindings for Cairo.
 
 WWW: https://github.com/pygobject/pycairo



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