From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 6 04:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AC59F842 for ; Mon, 6 May 2013 04:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 93926EAA for ; Mon, 6 May 2013 04:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r464e0WO048252 for ; Mon, 6 May 2013 04:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r464e0a1048251; Mon, 6 May 2013 04:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 6 May 2013 04:40:00 GMT Resent-Message-Id: <201305060440.r464e0a1048251@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, Kevin Zheng Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 68A97835 for ; Mon, 6 May 2013 04:38:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 4114AEA3 for ; Mon, 6 May 2013 04:38:24 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r464cNbI081721 for ; Mon, 6 May 2013 04:38:23 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r464cNDr081720; Mon, 6 May 2013 04:38:23 GMT (envelope-from nobody) Message-Id: <201305060438.r464cNDr081720@oldred.FreeBSD.org> Date: Mon, 6 May 2013 04:38:23 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178361: [patch] Update pkg-descr and trim header for devel/git X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 04:40:00 -0000 >Number: 178361 >Category: ports >Synopsis: [patch] Update pkg-descr and trim header for devel/git >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: Mon May 06 04:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD sigma.local 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:11:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: The first few lines of the existing pkg-descr for devel/git seems a bit too long and drawn out. Instead, I think it should be replaced with a brief description found on the front page of http://www.git-scm.com/: "Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency." Also, trim the Makefile header because everyone seems to be doing it these days. >How-To-Repeat: >Fix: Apply the attached patch using `svn patch`. Otherwise, the patch may not apply cleanly due to the $FreeBSD$ keyword. If you would like another patch, ask me. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 317459) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# Ports collection makefile for: git -# Date created: 7 Feb 2006 -# Whom: Eric Anholt -# +# Created by: Eric Anholt # $FreeBSD$ -# PORTNAME= git PORTVERSION= 1.8.2.2 Index: pkg-descr =================================================================== --- pkg-descr (revision 317459) +++ pkg-descr (working copy) @@ -1,7 +1,5 @@ -GIT is a "directory content manager" designed to handle absolutely massive -projects with speed and efficiency, and the release of the 2.6.12 (and later) -versions of the Linux kernel as well as more and more other projects switching -to it would indicate that it does this task well. +Git is a free and open source distributed version control system designed to +handle everything from small to very large projects with speed and efficiency. GIT falls in the category of distributed source code management tools, similar to e.g. GNU Arch or Monotone (or, in the commercial world, BitKeeper). Every >Release-Note: >Audit-Trail: >Unformatted: