svn commit: r482386 - in head/devel/git-extras: . files
Steve Wills
swills at FreeBSD.org
Thu Oct 18 22:28:24 UTC 2018
Author: swills
Date: Thu Oct 18 22:28:22 2018
New Revision: 482386
URL: https://svnweb.freebsd.org/changeset/ports/482386
Log:
devel/git-extras: Update to 4.6.0
PR: 232410
Submitted by: Igor Ostapenko <igor.ostapenko at gmail.com> (maintainer)
Modified:
head/devel/git-extras/Makefile (contents, props changed)
head/devel/git-extras/distinfo (contents, props changed)
head/devel/git-extras/files/patch-Makefile (contents, props changed)
Modified: head/devel/git-extras/Makefile
==============================================================================
--- head/devel/git-extras/Makefile Thu Oct 18 22:27:28 2018 (r482385)
+++ head/devel/git-extras/Makefile Thu Oct 18 22:28:22 2018 (r482386)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= git-extras
-PORTVERSION= 4.5.0
+PORTVERSION= 4.6.0
CATEGORIES= devel
MAINTAINER= igor.ostapenko at gmail.com
Modified: head/devel/git-extras/distinfo
==============================================================================
--- head/devel/git-extras/distinfo Thu Oct 18 22:27:28 2018 (r482385)
+++ head/devel/git-extras/distinfo Thu Oct 18 22:28:22 2018 (r482386)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519009132
-SHA256 (tj-git-extras-4.5.0_GH0.tar.gz) = cb099d9e155c3bf863f95dd91c72bcc2e05fb28e3ebce527cd70d1b517402615
-SIZE (tj-git-extras-4.5.0_GH0.tar.gz) = 134379
+TIMESTAMP = 1538768481
+SHA256 (tj-git-extras-4.6.0_GH0.tar.gz) = e3baa3a54cb3d8f2e09409e9dec22c76c0e4802e44e108b6cc0b4b0245e4e5ca
+SIZE (tj-git-extras-4.6.0_GH0.tar.gz) = 135587
Modified: head/devel/git-extras/files/patch-Makefile
==============================================================================
--- head/devel/git-extras/files/patch-Makefile Thu Oct 18 22:27:28 2018 (r482385)
+++ head/devel/git-extras/files/patch-Makefile Thu Oct 18 22:28:22 2018 (r482386)
@@ -1,10 +1,11 @@
---- Makefile.orig 2015-12-29 14:53:09 UTC
+--- Makefile.orig 2018-10-06 02:29:08 UTC
+++ Makefile
-@@ -1,6 +1,6 @@
- PREFIX ?= /usr/local
- BINPREFIX ?= "$(PREFIX)/bin"
--MANPREFIX ?= "$(PREFIX)/share/man/man1"
-+MANPREFIX = "$(PREFIX)/man/man1"
- SYSCONFDIR ?= $(PREFIX)/etc
- BINS = $(wildcard bin/git-*)
- MANS = $(wildcard man/git-*.md)
+@@ -3,7 +3,7 @@ BINPREFIX ?= "$(PREFIX)/bin"
+
+ OS = $(shell uname)
+ ifeq ($(OS), FreeBSD)
+- MANPREFIX ?= "$(PREFIX)/man/man1"
++ MANPREFIX = "$(PREFIX)/man/man1"
+ else
+ MANPREFIX ?= "$(PREFIX)/share/man/man1"
+ endif
More information about the svn-ports-head
mailing list