Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2020 15:34:41 +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: r525381 - in head/devel: py-gobject3 pygobject3-common
Message-ID:  <202002061534.016FYfv3098198@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Thu Feb  6 15:34:41 2020
New Revision: 525381
URL: https://svnweb.freebsd.org/changeset/ports/525381

Log:
  Fix COMMENT field
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-gobject3/Makefile
  head/devel/pygobject3-common/Makefile

Modified: head/devel/py-gobject3/Makefile
==============================================================================
--- head/devel/py-gobject3/Makefile	Thu Feb  6 15:23:27 2020	(r525380)
+++ head/devel/py-gobject3/Makefile	Thu Feb  6 15:34:41 2020	(r525381)
@@ -4,7 +4,7 @@
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	3
 
-COMMENT=	Python 2 bindings for GObject
+COMMENT=	Python ${PYTHON_VER} bindings for GObject
 
 SLAVE_PORT=	python
 

Modified: head/devel/pygobject3-common/Makefile
==============================================================================
--- head/devel/pygobject3-common/Makefile	Thu Feb  6 15:23:27 2020	(r525380)
+++ head/devel/pygobject3-common/Makefile	Thu Feb  6 15:34:41 2020	(r525381)
@@ -12,7 +12,7 @@ DISTNAME=	pygobject-${PORTVERSION}
 DIST_SUBDIR=	gnome
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	Common files for the Python bindings for GObject
+COMMENT?=	Common files for the Python bindings for GObject
 
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING



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