summaryrefslogtreecommitdiff
path: root/news/trn
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-07-08 20:42:35 +0000
committerkristerw <kristerw@pkgsrc.org>2005-07-08 20:42:35 +0000
commitee4e81550679f7145e8c87dab83244800eed321a (patch)
tree5edf8ceebce3d5e0924bf200f188334cd5f67397 /news/trn
parent0c0a68433702b3657795eefb8358726343a8f742 (diff)
downloadpkgsrc-ee4e81550679f7145e8c87dab83244800eed321a.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'news/trn')
-rw-r--r--news/trn/Makefile7
-rw-r--r--news/trn/distinfo4
-rw-r--r--news/trn/patches/patch-ac11
3 files changed, 13 insertions, 9 deletions
diff --git a/news/trn/Makefile b/news/trn/Makefile
index 3db989626f4..d876a4c3336 100644
--- a/news/trn/Makefile
+++ b/news/trn/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2005/06/20 01:57:36 kristerw Exp $
+# $NetBSD: Makefile,v 1.20 2005/07/08 20:42:35 kristerw Exp $
DISTNAME= trn-4.0-test76
PKGNAME= trn-4.76
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=trn/} \
ftp://trn.sourceforge.net/pub/trn/
@@ -34,12 +34,13 @@ USE_PERL5= # defined
HAS_CONFIGURE= # defined
CONFIGURE_SCRIPT= ./Configure
CONFIGURE_ENV= PREFIX=${PREFIX}
-USE_TOOLS+= awk basename cat cp echo egrep expr grep mkdir mv
+USE_TOOLS+= awk basename cat cp diff echo egrep expr grep mkdir mv
USE_TOOLS+= rm sed tail tr
CONFIGURE_ENV+= TOOLS_AWK="${TOOLS_AWK}"
CONFIGURE_ENV+= TOOLS_BASENAME="${TOOLS_BASENAME}"
CONFIGURE_ENV+= TOOLS_CAT="${TOOLS_CAT}"
CONFIGURE_ENV+= TOOLS_CP="${TOOLS_CP}"
+CONFIGURE_ENV+= TOOLS_DIFF="${TOOLS_DIFF}"
CONFIGURE_ENV+= TOOLS_ECHO="${TOOLS_ECHO}"
CONFIGURE_ENV+= TOOLS_EGREP="${TOOLS_EGREP}"
CONFIGURE_ENV+= TOOLS_EXPR="${TOOLS_EXPR}"
diff --git a/news/trn/distinfo b/news/trn/distinfo
index 4a184a80a31..7e331bac0bc 100644
--- a/news/trn/distinfo
+++ b/news/trn/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/06/20 01:57:36 kristerw Exp $
+$NetBSD: distinfo,v 1.6 2005/07/08 20:42:35 kristerw Exp $
SHA1 (trn-4.0-test76.tar.gz) = 4741d506d4c2d62a8dbaa5d4fd62cce656abcf3b
RMD160 (trn-4.0-test76.tar.gz) = f60478f8808b9c0d46a22ac924821cf2edd1fe87
Size (trn-4.0-test76.tar.gz) = 565528 bytes
-SHA1 (patch-ac) = a99a3ada955cec5e86882fbf568d8ffee2859616
+SHA1 (patch-ac) = d33198c3d39059496ae81c0491297974caf5a073
SHA1 (patch-ad) = 78c18d634cb0861754e1d555a0e514299136ecbc
diff --git a/news/trn/patches/patch-ac b/news/trn/patches/patch-ac
index 8a63b85b279..e1cf44def75 100644
--- a/news/trn/patches/patch-ac
+++ b/news/trn/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.3 2005/06/20 01:57:36 kristerw Exp $
+$NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $
--- Configure.orig 2001-02-22 20:17:39.000000000 +0100
-+++ Configure 2005-06-20 03:49:52.000000000 +0200
++++ Configure 2005-07-08 22:38:46.000000000 +0200
@@ -2540,7 +2540,7 @@
esac
;;
@@ -38,9 +38,12 @@ $NetBSD: patch-ac,v 1.3 2005/06/20 01:57:36 kristerw Exp $
cpp='$cpp'
cppflags='$cppflags'
cpplast='$cpplast'
-@@ -6307,19 +6307,19 @@
+@@ -6305,21 +6305,21 @@
+ d_xthread='$d_xthread'
+ date='$date'
defeditor='$defeditor'
- diff='$diff'
+-diff='$diff'
++diff='$TOOLS_DIFF'
direntrytype='$direntrytype'
-echo='$echo'
+echo='$TOOLS_ECHO'