summaryrefslogtreecommitdiff
path: root/shells/autojump
diff options
context:
space:
mode:
authorwiz <wiz>2015-02-08 17:40:25 +0000
committerwiz <wiz>2015-02-08 17:40:25 +0000
commit3cdd0d2b1738d09ff3724601a27478be1bb82c2d (patch)
tree196bfd42cbbef28749604415e7b952fe1fd6a7af /shells/autojump
parent7fcae1694882a86dab1410e6935b58e70208e122 (diff)
downloadpkgsrc-3cdd0d2b1738d09ff3724601a27478be1bb82c2d.tar.gz
Add some bug report URLs.
Diffstat (limited to 'shells/autojump')
-rw-r--r--shells/autojump/Makefile3
-rw-r--r--shells/autojump/distinfo4
-rw-r--r--shells/autojump/patches/patch-install.py3
3 files changed, 6 insertions, 4 deletions
diff --git a/shells/autojump/Makefile b/shells/autojump/Makefile
index e830d4ab88e..e095ca0d58e 100644
--- a/shells/autojump/Makefile
+++ b/shells/autojump/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/02/08 17:31:49 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/02/08 17:40:25 wiz Exp $
VERSION= 22.2.4
DISTNAME= autojump-${VERSION}
@@ -19,6 +19,7 @@ do-build:
# the install.py script is not friendly to destdir installation as non-root
# cd ${WRKSRC} && ${ENV} SHELL=${BASH} ${PYTHONBIN} install.py -fs -p ${PREFIX} -d ${DESTDIR}
+# see also https://github.com/joelthelion/autojump/issues/338
do-install:
cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} autojump autojump_argparse.py autojump_data.py autojump_utils.py ${DESTDIR}${PREFIX}/bin
cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} icon.png ${DESTDIR}${PREFIX}/share/autojump
diff --git a/shells/autojump/distinfo b/shells/autojump/distinfo
index d70c29a699c..965adfaf64f 100644
--- a/shells/autojump/distinfo
+++ b/shells/autojump/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2015/02/08 17:31:49 wiz Exp $
+$NetBSD: distinfo,v 1.2 2015/02/08 17:40:25 wiz Exp $
SHA1 (autojump-22.2.4.tar.gz) = df9ff56e128efb8a8e1af574dbac9e4b3c47c1d6
RMD160 (autojump-22.2.4.tar.gz) = 761710ce83a67059a3abe771c577b111acb77245
Size (autojump-22.2.4.tar.gz) = 52724 bytes
-SHA1 (patch-install.py) = 74a881c8f86cc2651768828a438d239b5553262c
+SHA1 (patch-install.py) = b1c09b8da766861192c3097cb813461099957a4b
diff --git a/shells/autojump/patches/patch-install.py b/shells/autojump/patches/patch-install.py
index 4ed643d75f9..ed4b03d06bf 100644
--- a/shells/autojump/patches/patch-install.py
+++ b/shells/autojump/patches/patch-install.py
@@ -1,6 +1,7 @@
-$NetBSD: patch-install.py,v 1.1 2015/02/08 17:31:49 wiz Exp $
+$NetBSD: patch-install.py,v 1.2 2015/02/08 17:40:25 wiz Exp $
Remove duplicate mkdirs.
+https://github.com/joelthelion/autojump/issues/350
--- install.py.orig 2015-01-25 07:13:20.000000000 +0000
+++ install.py