git: 5ebd7c2d81fc - main - devel/git-cola: add display.py module new in 3.9

Dave Cottlehuber dch at FreeBSD.org
Wed Apr 7 19:14:33 UTC 2021


The branch main has been updated by dch:

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

commit 5ebd7c2d81fc83d602bf03fa5dca86a14d964fb2
Author:     Dave Cottlehuber <dch at FreeBSD.org>
AuthorDate: 2021-04-07 19:12:55 +0000
Commit:     Dave Cottlehuber <dch at FreeBSD.org>
CommitDate: 2021-04-07 19:13:16 +0000

    devel/git-cola: add display.py module new in 3.9
---
 devel/git-cola/Makefile  | 1 +
 devel/git-cola/pkg-plist | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/devel/git-cola/Makefile b/devel/git-cola/Makefile
index cc9abeb90f15..98eff1a0463f 100644
--- a/devel/git-cola/Makefile
+++ b/devel/git-cola/Makefile
@@ -3,6 +3,7 @@
 PORTNAME=		git-cola
 DISTVERSIONPREFIX=	v
 DISTVERSION=		3.9
+PORTREVISION=	1
 CATEGORIES=		devel
 
 MAINTAINER=		dch at FreeBSD.org
diff --git a/devel/git-cola/pkg-plist b/devel/git-cola/pkg-plist
index 3dceae07d12c..03d0a562283d 100644
--- a/devel/git-cola/pkg-plist
+++ b/devel/git-cola/pkg-plist
@@ -127,6 +127,7 @@ share/icons/hicolor/scalable/apps/git-cola.svg
 %%DATADIR%%/lib/cola/decorators.py
 %%DATADIR%%/lib/cola/diffparse.py
 %%DATADIR%%/lib/cola/difftool.py
+%%DATADIR%%/lib/cola/display.py
 %%DATADIR%%/lib/cola/fsmonitor.py
 %%DATADIR%%/lib/cola/git.py
 %%DATADIR%%/lib/cola/gitcfg.py
@@ -226,3 +227,4 @@ share/icons/hicolor/scalable/apps/git-cola.svg
 %%PORTDOCS%%%%DOCSDIR%%/index.rst
 %%PORTDOCS%%%%DOCSDIR%%/relnotes.rst
 %%PORTDOCS%%%%DOCSDIR%%/thanks.rst
+


More information about the dev-commits-ports-all mailing list