From owner-svn-ports-head@freebsd.org Thu Oct 18 22:28:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CB3FF774B8; Thu, 18 Oct 2018 22:28:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A572B81D10; Thu, 18 Oct 2018 22:28:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9AF4B2615B; Thu, 18 Oct 2018 22:28:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9IMSNRs064269; Thu, 18 Oct 2018 22:28:23 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9IMSNva064266; Thu, 18 Oct 2018 22:28:23 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810182228.w9IMSNva064266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 18 Oct 2018 22:28:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482386 - in head/devel/git-extras: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/git-extras: . files X-SVN-Commit-Revision: 482386 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 22:28:24 -0000 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 (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@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