aboutsummaryrefslogtreecommitdiff
path: root/devel/git-cola/Makefile
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2020-11-20 00:44:08 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2020-11-20 00:44:08 +0000
commit8187b73b4a76648d9e7bd315a387d4fb4a21d18b (patch)
treee4ec700ad4fbff833c93c85581c1aa8d9a040fc7 /devel/git-cola/Makefile
parent87b73a5c4522408b0e82d398c2bf8868e6cedb6e (diff)
downloadports-8187b73b4a76648d9e7bd315a387d4fb4a21d18b.tar.gz
ports-8187b73b4a76648d9e7bd315a387d4fb4a21d18b.zip
devel/git-cola: update to 3.8
Reported by: portscout Sponsored by: SkunkWerks, GmbH
Notes
Notes: svn path=/head/; revision=555724
Diffstat (limited to 'devel/git-cola/Makefile')
-rw-r--r--devel/git-cola/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/git-cola/Makefile b/devel/git-cola/Makefile
index 8e70ad682abe..d391a40d5f6c 100644
--- a/devel/git-cola/Makefile
+++ b/devel/git-cola/Makefile
@@ -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 qt:5 shebangfix
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>