Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 2021 19:14:32 GMT
From:      Dave Cottlehuber <dch@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5ebd7c2d81fc - main - devel/git-cola: add display.py module new in 3.9
Message-ID:  <202104071914.137JEWad015623@gitrepo.freebsd.org>

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

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

commit 5ebd7c2d81fc83d602bf03fa5dca86a14d964fb2
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2021-04-07 19:12:55 +0000
Commit:     Dave Cottlehuber <dch@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@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
+



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