From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 17 18:30:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D975106566B for ; Thu, 17 Apr 2008 18:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F1D88FC24 for ; Thu, 17 Apr 2008 18:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3HIU2NU070910 for ; Thu, 17 Apr 2008 18:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3HIU2WM070907; Thu, 17 Apr 2008 18:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 17 Apr 2008 18:30:02 GMT Resent-Message-Id: <200804171830.m3HIU2WM070907@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roland Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A56B2106567A for ; Thu, 17 Apr 2008 18:25:03 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.freebsd.org (Postfix) with ESMTP id 3EFD98FC3B for ; Thu, 17 Apr 2008 18:25:02 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr13.xs4all.nl (8.13.8/8.13.8) with ESMTP id m3HIP1qg050458; Thu, 17 Apr 2008 20:25:02 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 64DC2B829; Thu, 17 Apr 2008 20:25:01 +0200 (CEST) Message-Id: <20080417182501.64DC2B829@slackbox.xs4all.nl> Date: Thu, 17 Apr 2008 20:25:01 +0200 (CEST) From: Roland Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: anholt@FreeBSD.org Subject: ports/122866: [PATCH] update of port devel/git to 1.5.5. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roland Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2008 18:30:03 -0000 >Number: 122866 >Category: ports >Synopsis: [PATCH] update of port devel/git to 1.5.5. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 17 18:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Roland Smith >Release: FreeBSD 7.0-STABLE amd64 >Organization: >Environment: System: FreeBSD slackbox.xs4all.nl 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Feb 29 01:45:32 CET 2008 rsmith@slackbox.xs4all.nl:/usr/obj/usr/src/sys/RFS amd64 >Description: A newer version of git, 1.5.5 has been released. Below is a patch that updates the port. Portlint has been petted and found nothing serious to gripe about. :-) >How-To-Repeat: N/A >Fix: The following patch updates the port. ----------- git-1.5.5.patch ----------- diff -rnu git.orig/Makefile git/Makefile --- git.orig/Makefile 2008-01-18 02:11:23.000000000 +0100 +++ git/Makefile 2008-04-17 20:07:28.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= git -PORTVERSION= 1.5.3.8 +PORTVERSION= 1.5.5 CATEGORIES= devel MASTER_SITES= http://www.kernel.org/pub/software/scm/git/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ @@ -46,7 +46,6 @@ git-commit-tree.1 \ git-commit.1 \ git-config.1 \ - git-convert-objects.1 \ git-count-objects.1 \ git-cvsexportcommit.1 \ git-cvsimport.1 \ @@ -57,6 +56,7 @@ git-diff-index.1 \ git-diff-tree.1 \ git-diff.1 \ + git-fast-export.1 \ git-fast-import.1 \ git-fetch-pack.1 \ git-fetch.1 \ @@ -77,7 +77,6 @@ git-init-db.1 \ git-init.1 \ git-instaweb.1 \ - git-local-fetch.1 \ git-log.1 \ git-lost-found.1 \ git-ls-files.1 \ @@ -122,7 +121,6 @@ git-rev-parse.1 \ git-revert.1 \ git-rm.1 \ - git-runstatus.1 \ git-send-email.1 \ git-send-pack.1 \ git-sh-setup.1 \ @@ -132,14 +130,11 @@ git-show-index.1 \ git-show-ref.1 \ git-show.1 \ - git-ssh-fetch.1 \ - git-ssh-upload.1 \ git-stash.1 \ git-status.1 \ git-stripspace.1 \ git-submodule.1 \ git-svn.1 \ - git-svnimport.1 \ git-symbolic-ref.1 \ git-tag.1 \ git-tar-tree.1 \ @@ -153,6 +148,7 @@ git-var.1 \ git-verify-pack.1 \ git-verify-tag.1 \ + git-web--browse.1 \ git-whatchanged.1 \ git-write-tree.1 MAN3= Git.3 diff -rnu git.orig/distinfo git/distinfo --- git.orig/distinfo 2008-01-17 00:29:10.000000000 +0100 +++ git/distinfo 2008-04-17 19:28:32.000000000 +0200 @@ -1,6 +1,6 @@ -MD5 (git-1.5.3.8.tar.bz2) = bb2477df09d4af52b05f0ee64d6ccc54 -SHA256 (git-1.5.3.8.tar.bz2) = f98c6b900c9f3b87a1fbbe0c5f466e9d981cb9f1d193066b6d371df4b8066b77 -SIZE (git-1.5.3.8.tar.bz2) = 1363259 -MD5 (git-manpages-1.5.3.8.tar.bz2) = 6aebdb18ab71309d6404f5be3cd7f09d -SHA256 (git-manpages-1.5.3.8.tar.bz2) = 73a7cc2c0473694d454a6b7cb311ccdeb82f350bc8e652229d361592ea0a482f -SIZE (git-manpages-1.5.3.8.tar.bz2) = 147875 +MD5 (git-1.5.5.tar.bz2) = 09f15f0b0e330986d930746abf6962f4 +SHA256 (git-1.5.5.tar.bz2) = 27483890c598450d7d1b4583e40dd8ec6c8def08c7cec94b20eb7336bb83e65e +SIZE (git-1.5.5.tar.bz2) = 1673736 +MD5 (git-manpages-1.5.5.tar.bz2) = 62a82276856add1d2b310d1e0b5ad5db +SHA256 (git-manpages-1.5.5.tar.bz2) = cc7f16b72a228cafd6bcc41ea09fdc67f4c5d50a0bf4521b80d8ea75127bb802 +SIZE (git-manpages-1.5.5.tar.bz2) = 162609 diff -rnu git.orig/pkg-plist git/pkg-plist --- git.orig/pkg-plist 2008-01-17 00:29:10.000000000 +0100 +++ git/pkg-plist 2008-04-17 20:09:19.000000000 +0200 @@ -23,7 +23,6 @@ bin/git-commit bin/git-commit-tree bin/git-config -bin/git-convert-objects bin/git-count-objects bin/git-cvsexportcommit bin/git-cvsimport @@ -34,6 +33,7 @@ bin/git-diff-files bin/git-diff-index bin/git-diff-tree +bin/git-fast-export bin/git-fast-import bin/git-fetch bin/git-fetch--tool @@ -56,7 +56,6 @@ bin/git-init bin/git-init-db bin/git-instaweb -bin/git-local-fetch bin/git-log bin/git-lost-found bin/git-ls-files @@ -110,7 +109,6 @@ bin/git-rev-parse bin/git-revert bin/git-rm -bin/git-runstatus bin/git-send-email bin/git-send-pack bin/git-sh-setup @@ -122,16 +120,11 @@ bin/git-show-branch bin/git-show-index bin/git-show-ref -bin/git-ssh-fetch -bin/git-ssh-pull -bin/git-ssh-push -bin/git-ssh-upload bin/git-stash bin/git-status bin/git-stripspace bin/git-submodule bin/git-svn -bin/git-svnimport bin/git-symbolic-ref bin/git-tag bin/git-tar-tree @@ -145,6 +138,7 @@ bin/git-var bin/git-verify-pack bin/git-verify-tag +bin/git-web--browse bin/git-whatchanged bin/git-write-tree %%GUI%%bin/gitk @@ -160,6 +154,7 @@ share/git-core/templates/hooks/post-commit share/git-core/templates/hooks/post-update share/git-core/templates/hooks/post-receive +share/git-core/templates/hooks/prepare-commit-msg share/git-core/templates/hooks/pre-applypatch share/git-core/templates/hooks/pre-commit share/git-core/templates/hooks/pre-rebase ----------- git-1.5.5.patch ----------- >Release-Note: >Audit-Trail: >Unformatted: