Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2021 19:37:20 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5a86d2123f79 - main - textproc/gi-docgen: rename to textproc/py-gi-docgen
Message-ID:  <202105271937.14RJbKhq091802@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a86d2123f7962acd7a13f78900ff5abe338010d

commit 5a86d2123f7962acd7a13f78900ff5abe338010d
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-05-27 18:43:12 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-05-27 19:36:07 +0000

    textproc/gi-docgen: rename to textproc/py-gi-docgen
    
    - x11-toolkits/libadwaita: update dependency on moved textproc/py-gi-docgen port
    - x11-toolkits/pango: update dependency on moved textproc/py-gi-docgen port
    
    PR:             256161
---
 MOVED                                                     | 1 +
 textproc/Makefile                                         | 2 +-
 textproc/{gi-docgen => py-gi-docgen}/Makefile             | 0
 textproc/{gi-docgen => py-gi-docgen}/distinfo             | 0
 textproc/{gi-docgen => py-gi-docgen}/files/patch-setup.py | 0
 textproc/{gi-docgen => py-gi-docgen}/pkg-descr            | 0
 x11-toolkits/libadwaita/Makefile                          | 5 +++--
 x11-toolkits/pango/Makefile                               | 3 ++-
 8 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/MOVED b/MOVED
index e7c1d34c7a60..f90b41a2e0e9 100644
--- a/MOVED
+++ b/MOVED
@@ -16338,3 +16338,4 @@ sysutils/ansible27|sysutils/ansible|2021-05-21|Has expired: Upstream support end
 sysutils/ansible28|sysutils/ansible|2021-05-21|Has expired: Upstream support ended; consider upgrading to sysutils/ansible
 devel/omnisharp-server||2021-05-23|Dead upstream, no depends in ports tree
 devel/py-jupyter_client|devel/py-jupyter-client|2021-05-26|Rename to match upstream naming
+textproc/gi-docgen|textproc/py-gi-docgen|2021-05-27|Follow standard python port conventions
diff --git a/textproc/Makefile b/textproc/Makefile
index 4e8b0f78cfd4..3767421bedde 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -224,7 +224,6 @@
     SUBDIR += gastex
     SUBDIR += gd-aspell
     SUBDIR += gdome2
-    SUBDIR += gi-docgen
     SUBDIR += git-chglog
     SUBDIR += gitlab-elasticsearch-indexer
     SUBDIR += gl-aspell
@@ -1288,6 +1287,7 @@
     SUBDIR += py-gambit-elasticsearch
     SUBDIR += py-genshi
     SUBDIR += py-gensim
+    SUBDIR += py-gi-docgen
     SUBDIR += py-googletrans
     SUBDIR += py-grako
     SUBDIR += py-guess-language
diff --git a/textproc/gi-docgen/Makefile b/textproc/py-gi-docgen/Makefile
similarity index 100%
rename from textproc/gi-docgen/Makefile
rename to textproc/py-gi-docgen/Makefile
diff --git a/textproc/gi-docgen/distinfo b/textproc/py-gi-docgen/distinfo
similarity index 100%
rename from textproc/gi-docgen/distinfo
rename to textproc/py-gi-docgen/distinfo
diff --git a/textproc/gi-docgen/files/patch-setup.py b/textproc/py-gi-docgen/files/patch-setup.py
similarity index 100%
rename from textproc/gi-docgen/files/patch-setup.py
rename to textproc/py-gi-docgen/files/patch-setup.py
diff --git a/textproc/gi-docgen/pkg-descr b/textproc/py-gi-docgen/pkg-descr
similarity index 100%
rename from textproc/gi-docgen/pkg-descr
rename to textproc/py-gi-docgen/pkg-descr
diff --git a/x11-toolkits/libadwaita/Makefile b/x11-toolkits/libadwaita/Makefile
index 33deb2a05da9..9ee5044eee21 100644
--- a/x11-toolkits/libadwaita/Makefile
+++ b/x11-toolkits/libadwaita/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libadwaita
 PORTVERSION=	0.0.20210526
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/archive/${_COMMIT}
 
@@ -11,7 +12,7 @@ LICENSE=	LGPL21
 BUILD_DEPENDS=	sassc:textproc/sassc \
 		valac:lang/vala
 
-USES=		gnome meson ninja pkgconfig
+USES=		gnome meson ninja pkgconfig python:env
 USE_GNOME=	cairo gdkpixbuf2 gtk40
 
 PORTSCOUT=	limit:1,even
@@ -20,7 +21,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${_COMMIT}/
 
 OPTIONS_DEFINE=	DOCS
 
-DOCS_BUILD_DEPENDS=	gi-docgen>=0:textproc/gi-docgen
+DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gi-docgen>=0:textproc/py-gi-docgen
 DOCS_MESON_TRUE=	gtk_doc
 
 _COMMIT=		7f61711633dfd067f4928df80afe6b14f16f886e/
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index 71bd1618feef..a944e52dc0be 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	pango
 PORTVERSION=	1.48.4
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -38,7 +39,7 @@ OPTIONS_DEFINE=	X11 DOCS
 OPTIONS_DEFAULT=X11
 
 DOCS_MESON_TRUE=	gtk_doc
-DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gi-docgen>=0:textproc/gi-docgen
+DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gi-docgen>=0:textproc/py-gi-docgen
 
 X11_MESON_ENABLED=	xft
 X11_USES=	xorg



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