svn commit: r525381 - in head/devel: py-gobject3 pygobject3-common

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Feb 6 15:34:42 UTC 2020


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 at 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


More information about the svn-ports-all mailing list