FreeBSD Bugzilla – Attachment 144380 Details for
Bug 190836
update devel/quilt to version 0.63
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update devel/quilt to version 0.63 and staging
quilt-0.63.patch (text/plain), 4.54 KB, created by
doj
on 2014-07-03 21:19:59 UTC
(
hide
)
Description:
update devel/quilt to version 0.63 and staging
Filename:
MIME Type:
Creator:
doj
Created:
2014-07-03 21:19:59 UTC
Size:
4.54 KB
patch
obsolete
>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 <bsd.port.options.mk> > > .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 cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 190836
:
144380
|
154606
|
154740