svn commit: r565072 - head/devel/tig
Mateusz Piotrowski
0mp at FreeBSD.org
Fri Feb 12 22:11:12 UTC 2021
Author: 0mp
Date: Fri Feb 12 22:11:10 2021
New Revision: 565072
URL: https://svnweb.freebsd.org/changeset/ports/565072
Log:
Update to 2.5.2
While here, install the tigrc file as a @sample.
Changelog:
https://github.com/jonas/tig/releases/tag/tig-2.5.2
PR: 253459 (tigrc)
Reported by: Michael Osipov <michael.osipov siemens com> (tigrc)
Modified:
head/devel/tig/Makefile
head/devel/tig/distinfo
Modified: head/devel/tig/Makefile
==============================================================================
--- head/devel/tig/Makefile Fri Feb 12 22:06:59 2021 (r565071)
+++ head/devel/tig/Makefile Fri Feb 12 22:11:10 2021 (r565072)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tig
-PORTVERSION= 2.5.1
+PORTVERSION= 2.5.2
CATEGORIES= devel
MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/
@@ -22,7 +22,7 @@ MAKE_ARGS= V=1
INSTALL_TARGET= install install-doc-man
PLIST_FILES= bin/tig \
- etc/tigrc \
+ '@sample etc/tigrc.sample' \
man/man1/tig.1.gz \
man/man5/tigrc.5.gz \
man/man7/tigmanual.7.gz
@@ -35,6 +35,7 @@ GIT_RUN_DEPENDS= git:devel/git
GIT_VARS_OFF= PKGMESSAGE="${.CURDIR}/pkg-message-git"
post-install:
+ ${MV} ${STAGEDIR}${PREFIX}/etc/tigrc ${STAGEDIR}${PREFIX}/etc/tigrc.sample
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tig
do-test:
Modified: head/devel/tig/distinfo
==============================================================================
--- head/devel/tig/distinfo Fri Feb 12 22:06:59 2021 (r565071)
+++ head/devel/tig/distinfo Fri Feb 12 22:11:10 2021 (r565072)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586475053
-SHA256 (tig-2.5.1.tar.gz) = 500d5d34524f6b856edd5cae01f1404d14f3b51a9a53fd7357f4cebb3d4c9e64
-SIZE (tig-2.5.1.tar.gz) = 1144666
+TIMESTAMP = 1613167434
+SHA256 (tig-2.5.2.tar.gz) = 1e5a8175627231ba619686ec338b4ad2843a6526122ea4e9fde1739dd2b4830b
+SIZE (tig-2.5.2.tar.gz) = 1165288
More information about the svn-ports-all
mailing list