Date: Sat, 15 Jul 2006 18:43:51 +0800 From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: anholt@FreeBSD.org Subject: ports/100336: [PATCH] devel/git: update to 1.4.1 Message-ID: <20060715105852.D34302E970@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200607151100.k6FB0U5J006854@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100336 >Category: ports >Synopsis: [PATCH] devel/git: update to 1.4.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 15 11:00:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Jun 9 14:02:41 CST >Description: - Update to 1.4.1 Port maintainer (anholt@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- git-1.4.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/git/Makefile /usr/home/chinsan/project/git/Makefile --- /usr/ports/devel/git/Makefile Sat Jul 8 05:18:20 2006 +++ /usr/home/chinsan/project/git/Makefile Sat Jul 15 16:50:04 2006 @@ -6,7 +6,7 @@ # PORTNAME= git -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel MASTER_SITES= http://www.kernel.org/pub/software/scm/git/ @@ -40,7 +40,6 @@ git-cherry-pick.1 \ git-cherry.1 \ git-clean.1 \ - git-clone-pack.1 \ git-clone.1 \ git-commit-tree.1 \ git-commit.1 \ diff -ruN --exclude=CVS /usr/ports/devel/git/distinfo /usr/home/chinsan/project/git/distinfo --- /usr/ports/devel/git/distinfo Sat Jul 8 05:18:20 2006 +++ /usr/home/chinsan/project/git/distinfo Sat Jul 15 14:47:35 2006 @@ -1,3 +1,3 @@ -MD5 (git-1.4.0.tar.gz) = 961c0be14238eb21a61d8992a2121721 -SHA256 (git-1.4.0.tar.gz) = 766384aa827af99f86a0d8090b5df694cdc96f84bb92620d11554b1f1fd9500a -SIZE (git-1.4.0.tar.gz) = 850544 +MD5 (git-1.4.1.tar.gz) = af0f49e50016eb258bf308f8aa6d0702 +SHA256 (git-1.4.1.tar.gz) = 27bc107e58f60256356390e7c01aedd8e4c0f5067845b32fcb9d20a56d4d7620 +SIZE (git-1.4.1.tar.gz) = 888274 diff -ruN --exclude=CVS /usr/ports/devel/git/pkg-plist /usr/home/chinsan/project/git/pkg-plist --- /usr/ports/devel/git/pkg-plist Sat Jul 8 05:18:20 2006 +++ /usr/home/chinsan/project/git/pkg-plist Sat Jul 15 16:50:12 2006 @@ -17,7 +17,6 @@ bin/git-cherry-pick bin/git-clean bin/git-clone -bin/git-clone-pack bin/git-commit bin/git-commit-tree bin/git-convert-objects --- git-1.4.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060715105852.D34302E970>