View | Details | Raw Unified | Return to bug 190836 | Differences between
and this patch

Collapse All | Expand All

(-)ports/devel/quilt/Makefile (-3 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: tags/RELEASE_10_0_0/devel/quilt/Makefile 327726 2013-09-20 17:17:44Z bapt $
2
# $FreeBSD: tags/RELEASE_10_0_0/devel/quilt/Makefile 327726 2013-09-20 17:17:44Z bapt $
3
3
4
PORTNAME=	quilt
4
PORTNAME=	quilt
5
PORTVERSION=	0.60
5
PORTVERSION=	0.63
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	${MASTER_SITE_SAVANNAH}
7
MASTER_SITES=	${MASTER_SITE_SAVANNAH}
8
MASTER_SITE_SUBDIR=	quilt
8
MASTER_SITE_SUBDIR=	quilt
Lines 31-40 CONFIGURE_ARGS= --with-sed=${LOCALBASE}/ Link Here
31
		--without-getopt \
31
		--without-getopt \
32
		--with-patch=${LOCALBASE}/bin/gpatch
32
		--with-patch=${LOCALBASE}/bin/gpatch
33
33
34
MAN1=		guards.1 quilt.1
35
PORTDOCS=	README README.MAIL quilt.pdf
34
PORTDOCS=	README README.MAIL quilt.pdf
36
35
37
NO_STAGE=	yes
38
.include <bsd.port.options.mk>
36
.include <bsd.port.options.mk>
39
37
40
.if ${PORT_OPTIONS:MRPMBUILD}
38
.if ${PORT_OPTIONS:MRPMBUILD}
(-)ports/devel/quilt/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (quilt-0.60.tar.gz) = 3d72a292e432beb9a73f9d0acfe3a77c9b4d7e42209919bb244e9958c7cfe64b
1
SHA256 (quilt-0.63.tar.gz) = 2846788221aa8844c54f10239c7cbc5e88031859162bcc285449446c3cfffe52
2
SIZE (quilt-0.60.tar.gz) = 442369
2
SIZE (quilt-0.63.tar.gz) = 389593
(-)ports/devel/quilt/pkg-plist (+3 lines)
Lines 49-56 share/emacs/site-lisp/quilt.el Link Here
49
%%DATADIR%%/compat/cp
49
%%DATADIR%%/compat/cp
50
%%DATADIR%%/compat/date
50
%%DATADIR%%/compat/date
51
%%DATADIR%%/compat/getopt
51
%%DATADIR%%/compat/getopt
52
%%DATADIR%%/compat/md5sum
52
%%DATADIR%%/compat/patch
53
%%DATADIR%%/compat/patch
53
%%DATADIR%%/compat/sed
54
%%DATADIR%%/compat/sed
55
man/man1/guards.1.gz
56
man/man1/quilt.1.gz
54
%%SENDMAIL%%%%DATADIR%%/compat/sendmail
57
%%SENDMAIL%%%%DATADIR%%/compat/sendmail
55
%%RPMBUILD%%%%DATADIR%%/compat/rpmbuild
58
%%RPMBUILD%%%%DATADIR%%/compat/rpmbuild
56
@dirrmtry etc/bash_completion.d
59
@dirrmtry etc/bash_completion.d
(-)ports/devel/quilt/files/patch-Makefile.in (+10 lines)
Added Link Here
1
--- Makefile.in.bak
2
+++ Makefile.in
3
@@ -3,6 +3,7 @@ VERSION :=	@PACKAGE_VERSION@
4
 RELEASE :=	@PACKAGE_RELEASE@
5
 PACKAGE_TARNAME := @PACKAGE_TARNAME@
6
 PACKAGE_BUGREPORT := @PACKAGE_BUGREPORT@
7
+BUILD_ROOT := $(DESTDIR)/
8
 
9
 prefix :=	@prefix@
10
 exec_prefix :=	@exec_prefix@
(-)ports/devel/quilt/files/patch-dependency-graph.in (+8 lines)
Added Link Here
1
--- quilt/scripts/dependency-graph.in.orig	2014-06-09 11:36:58.000000000 -0700
2
+++ quilt/scripts/dependency-graph.in	2014-06-09 11:37:06.000000000 -0700
3
@@ -1,4 +1,4 @@
4
-#!@PERL@ -w
5
+#!/usr/bin/env perl
6
 
7
 #  This script is free software; you can redistribute it and/or modify
8
 #  it under the terms of the GNU General Public License version 2 as
(-)ports/devel/quilt/files/patch-edmail.in (+8 lines)
Added Link Here
1
--- quilt/scripts/edmail.in.orig	2014-06-09 11:44:47.000000000 -0700
2
+++ quilt/scripts/edmail.in	2014-06-09 11:45:02.000000000 -0700
3
@@ -1,4 +1,4 @@
4
-#! @PERL@ -w
5
+#!/usr/bin/env perl -w
6
 
7
 # RFCs important for this script:
8
 #
(-)ports/devel/quilt/files/patch-getopt.in (+8 lines)
Added Link Here
1
--- compat/getopt.in.orig	2014-06-09 11:47:12.000000000 -0700
2
+++ compat/getopt.in	2014-06-09 11:47:20.000000000 -0700
3
@@ -1,4 +1,4 @@
4
-#! @PERL@ -w
5
+#!/usr/bin/env perl
6
 
7
 #  This script is free software; you can redistribute it and/or modify
8
 #  it under the terms of the GNU General Public License version 2 as
(-)ports/devel/quilt/files/patch-guards.in (+8 lines)
Added Link Here
1
--- bin/guards.in.orig	2014-06-09 11:35:29.000000000 -0700
2
+++ bin/guards.in	2014-06-09 11:35:38.000000000 -0700
3
@@ -1,4 +1,4 @@
4
-#!@PERL@ -w
5
+#!/usr/bin/env perl -w
6
 
7
 #  This script is free software; you can redistribute it and/or modify
8
 #  it under the terms of the GNU General Public License version 2 as
(-)ports/devel/quilt/files/patch-remove-trailing-ws.in (+8 lines)
Added Link Here
1
--- quilt/scripts/remove-trailing-ws.in.orig	2014-06-09 11:45:57.000000000 -0700
2
+++ quilt/scripts/remove-trailing-ws.in	2014-06-09 11:46:05.000000000 -0700
3
@@ -1,4 +1,4 @@
4
-#! @PERL@ -w
5
+#!/usr/bin/env perl
6
 
7
 # Remove trailing whitespace from modified lines in working files.
8
 #

Return to bug 190836