From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 9 19:09:58 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CCF9119 for ; Mon, 9 Jun 2014 19:09:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E17D22748 for ; Mon, 9 Jun 2014 19:09:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s59J9vkK092091 for ; Mon, 9 Jun 2014 20:09:57 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 190836] New: update devel/quilt to version 0.63 Date: Mon, 09 Jun 2014 19:09:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: djagdmann@riverbed.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 19:09:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190836 Bug ID: 190836 Summary: update devel/quilt to version 0.63 Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: Normal Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: djagdmann@riverbed.com Update devel/quilt port to version 0.63. Also support stageing. Fix: Index: ports/devel/quilt/Makefile =================================================================== --- ports.orig/devel/quilt/Makefile +++ ports/devel/quilt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD: tags/RELEASE_10_0_0/devel/quilt/Makefile 327726 2013-09-20 17:17:44Z bapt $ PORTNAME= quilt -PORTVERSION= 0.60 +PORTVERSION= 0.63 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= quilt @@ -31,10 +31,8 @@ CONFIGURE_ARGS= --with-sed=${LOCALBASE}/ --without-getopt \ --with-patch=${LOCALBASE}/bin/gpatch -MAN1= guards.1 quilt.1 PORTDOCS= README README.MAIL quilt.pdf -NO_STAGE= yes .include .if ${PORT_OPTIONS:MRPMBUILD} Index: ports/devel/quilt/distinfo =================================================================== --- ports.orig/devel/quilt/distinfo +++ ports/devel/quilt/distinfo @@ -1,2 +1,2 @@ -SHA256 (quilt-0.60.tar.gz) = 3d72a292e432beb9a73f9d0acfe3a77c9b4d7e42209919bb244e9958c7cfe64b -SIZE (quilt-0.60.tar.gz) = 442369 +SHA256 (quilt-0.63.tar.gz) = 2846788221aa8844c54f10239c7cbc5e88031859162bcc285449446c3cfffe52 +SIZE (quilt-0.63.tar.gz) = 389593 Index: ports/devel/quilt/pkg-plist =================================================================== --- ports.orig/devel/quilt/pkg-plist +++ ports/devel/quilt/pkg-plist @@ -49,8 +49,11 @@ share/emacs/site-lisp/quilt.el %%DATADIR%%/compat/cp %%DATADIR%%/compat/date %%DATADIR%%/compat/getopt +%%DATADIR%%/compat/md5sum %%DATADIR%%/compat/patch %%DATADIR%%/compat/sed +man/man1/guards.1.gz +man/man1/quilt.1.gz %%SENDMAIL%%%%DATADIR%%/compat/sendmail %%RPMBUILD%%%%DATADIR%%/compat/rpmbuild @dirrmtry etc/bash_completion.d Index: ports/devel/quilt/files/patch-Makefile.in =================================================================== --- /dev/null +++ ports/devel/quilt/files/patch-Makefile.in @@ -0,0 +1,10 @@ +--- Makefile.in.bak ++++ Makefile.in +@@ -3,6 +3,7 @@ VERSION := @PACKAGE_VERSION@ + RELEASE := @PACKAGE_RELEASE@ + PACKAGE_TARNAME := @PACKAGE_TARNAME@ + PACKAGE_BUGREPORT := @PACKAGE_BUGREPORT@ ++BUILD_ROOT := $(DESTDIR)/ + + prefix := @prefix@ + exec_prefix := @exec_prefix@ Index: ports/devel/quilt/files/patch-dependency-graph.in =================================================================== --- /dev/null +++ ports/devel/quilt/files/patch-dependency-graph.in @@ -0,0 +1,8 @@ +--- quilt/scripts/dependency-graph.in.orig 2014-06-09 11:36:58.000000000 -0700 ++++ quilt/scripts/dependency-graph.in 2014-06-09 11:37:06.000000000 -0700 +@@ -1,4 +1,4 @@ +-#!@PERL@ -w ++#!/usr/bin/env perl + + # This script is free software; you can redistribute it and/or modify + # it under the terms of the GNU General Public License version 2 as Index: ports/devel/quilt/files/patch-edmail.in =================================================================== --- /dev/null +++ ports/devel/quilt/files/patch-edmail.in @@ -0,0 +1,8 @@ +--- quilt/scripts/edmail.in.orig 2014-06-09 11:44:47.000000000 -0700 ++++ quilt/scripts/edmail.in 2014-06-09 11:45:02.000000000 -0700 +@@ -1,4 +1,4 @@ +-#! @PERL@ -w ++#!/usr/bin/env perl -w + + # RFCs important for this script: + # Index: ports/devel/quilt/files/patch-getopt.in =================================================================== --- /dev/null +++ ports/devel/quilt/files/patch-getopt.in @@ -0,0 +1,8 @@ +--- compat/getopt.in.orig 2014-06-09 11:47:12.000000000 -0700 ++++ compat/getopt.in 2014-06-09 11:47:20.000000000 -0700 +@@ -1,4 +1,4 @@ +-#! @PERL@ -w ++#!/usr/bin/env perl + + # This script is free software; you can redistribute it and/or modify + # it under the terms of the GNU General Public License version 2 as Index: ports/devel/quilt/files/patch-guards.in =================================================================== --- /dev/null +++ ports/devel/quilt/files/patch-guards.in @@ -0,0 +1,8 @@ +--- bin/guards.in.orig 2014-06-09 11:35:29.000000000 -0700 ++++ bin/guards.in 2014-06-09 11:35:38.000000000 -0700 +@@ -1,4 +1,4 @@ +-#!@PERL@ -w ++#!/usr/bin/env perl -w + + # This script is free software; you can redistribute it and/or modify + # it under the terms of the GNU General Public License version 2 as Index: ports/devel/quilt/files/patch-remove-trailing-ws.in =================================================================== --- /dev/null +++ ports/devel/quilt/files/patch-remove-trailing-ws.in @@ -0,0 +1,8 @@ +--- quilt/scripts/remove-trailing-ws.in.orig 2014-06-09 11:45:57.000000000 -0700 ++++ quilt/scripts/remove-trailing-ws.in 2014-06-09 11:46:05.000000000 -0700 +@@ -1,4 +1,4 @@ +-#! @PERL@ -w ++#!/usr/bin/env perl + + # Remove trailing whitespace from modified lines in working files. + # -- You are receiving this mail because: You are the assignee for the bug.