Date: Fri, 20 Nov 2020 00:44:08 +0000 (UTC) From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555724 - head/devel/git-cola Message-ID: <202011200044.0AK0i8VW089178@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dch Date: Fri Nov 20 00:44:08 2020 New Revision: 555724 URL: https://svnweb.freebsd.org/changeset/ports/555724 Log: devel/git-cola: update to 3.8 Reported by: portscout Sponsored by: SkunkWerks, GmbH Modified: head/devel/git-cola/Makefile head/devel/git-cola/distinfo head/devel/git-cola/pkg-plist Modified: head/devel/git-cola/Makefile ============================================================================== --- head/devel/git-cola/Makefile Fri Nov 20 00:14:52 2020 (r555723) +++ head/devel/git-cola/Makefile Fri Nov 20 00:44:08 2020 (r555724) @@ -3,8 +3,7 @@ PORTNAME= git-cola DISTVERSIONPREFIX= v -DISTVERSION= 3.5 -PORTREVISION= 1 +DISTVERSION= 3.8 CATEGORIES= devel MAINTAINER= dch@FreeBSD.org @@ -20,7 +19,6 @@ USES= desktop-file-utils gmake gnome python pyqt:5 q USE_GITHUB= yes USE_PYQT= core gui network widgets -SHEBANG_FILES= share/git-cola/bin/git-xbase INSTALLS_ICONS= yes NO_ARCH= yes @@ -34,8 +32,8 @@ NLS_USES= gettext post-patch: @${REINPLACE_CMD} -e 's|LN_S = $$(LN) -s -f|LN_S = ${RLN}|;\ -s|$$(LN_S) "$$(datadir)/icons/git-cola.svg"|$$(LN_S) \ -"$$(DESTDIR)$$(datadir)/icons/git-cola.svg"|' \ + s|$$(LN_S) "$$(datadir)/icons/git-cola.svg"|$$(LN_S) \ + "$$(DESTDIR)$$(datadir)/icons/git-cola.svg"|' \ ${WRKSRC}/Makefile .include <bsd.port.mk> Modified: head/devel/git-cola/distinfo ============================================================================== --- head/devel/git-cola/distinfo Fri Nov 20 00:14:52 2020 (r555723) +++ head/devel/git-cola/distinfo Fri Nov 20 00:44:08 2020 (r555724) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569574235 -SHA256 (git-cola-git-cola-v3.5_GH0.tar.gz) = 7fdcfc4326b35e384b97bd4bb2189b4cb5cf258948352759c302e632b41bb2e2 -SIZE (git-cola-git-cola-v3.5_GH0.tar.gz) = 970155 +TIMESTAMP = 1605812751 +SHA256 (git-cola-git-cola-v3.8_GH0.tar.gz) = ea482ca32fe142ddba500d2edf3a05f11e31cf193e5d7a944f3fe28c9ab123d4 +SIZE (git-cola-git-cola-v3.8_GH0.tar.gz) = 980190 Modified: head/devel/git-cola/pkg-plist ============================================================================== --- head/devel/git-cola/pkg-plist Fri Nov 20 00:14:52 2020 (r555723) +++ head/devel/git-cola/pkg-plist Fri Nov 20 00:44:08 2020 (r555724) @@ -1,13 +1,10 @@ bin/cola bin/git-cola bin/git-dag -share/appdata/git-cola.appdata.xml -share/appdata/git-dag.appdata.xml share/applications/git-cola-folder-handler.desktop share/applications/git-cola.desktop share/applications/git-dag.desktop share/icons/hicolor/scalable/apps/git-cola.svg -%%DATADIR%%/bin/git-xbase %%DATADIR%%/bin/ssh-askpass %%DATADIR%%/bin/ssh-askpass-darwin %%DATADIR%%/icons/a-z-order.svg @@ -151,7 +148,6 @@ share/icons/hicolor/scalable/apps/git-cola.svg %%DATADIR%%/lib/cola/models/selection.py %%DATADIR%%/lib/cola/models/stash.py %%DATADIR%%/lib/cola/observable.py -%%DATADIR%%/lib/cola/ordered_dict.py %%DATADIR%%/lib/cola/qtcompat.py %%DATADIR%%/lib/cola/qtutils.py %%DATADIR%%/lib/cola/resources.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011200044.0AK0i8VW089178>