summaryrefslogtreecommitdiff
path: root/devel/aap
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-11-23 22:34:22 +0000
committercjep <cjep@pkgsrc.org>2002-11-23 22:34:22 +0000
commit05e71b817f70e59c156225cf4e37e2c8541da19b (patch)
tree96010012cf3fc0a1a146bf4ba65f1e0b506f351f /devel/aap
parent4c44bb2c0dbe2146351901e2c94733ee52216b89 (diff)
downloadpkgsrc-05e71b817f70e59c156225cf4e37e2c8541da19b.tar.gz
Upgrade of devel/aap to version 0.107.
Changes since version 0.104: 0.107 * Fixed: Tests did not work on MS-Windows. * Fixed: Executing shell commands did not work on MS-Windows. * Fixed: Reading a dependency file did not work on MS-Windows. 0.106 * Fixed: When uploading with scp fails because of a read-only file system this was not noted as an error. * Fixed: When uploading multiple files with scp and one or more failed, the signatures were updated anyway. 0.105 * Improved performance by not computing the buildcheck signature for virtual targets. Especially helps for the recipe that ":mkdownload" generates. When evaluating a Python expression, replace "&gt;" with "$gt", "&lt;" with "$lt" and "|" with $bar, so that ":print" isn't confused. * Fixed: did not find Python modules in the directory of the top recipe.
Diffstat (limited to 'devel/aap')
-rw-r--r--devel/aap/Makefile6
-rw-r--r--devel/aap/PLIST5
-rw-r--r--devel/aap/distinfo8
-rw-r--r--devel/aap/patches/patch-aa8
4 files changed, 15 insertions, 12 deletions
diff --git a/devel/aap/Makefile b/devel/aap/Makefile
index e8b9cb7e70f..526aa18bb62 100644
--- a/devel/aap/Makefile
+++ b/devel/aap/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/11/18 12:49:31 cjep Exp $
+# $NetBSD: Makefile,v 1.2 2002/11/23 22:34:22 cjep Exp $
-DISTNAME= exec-0.104
-PKGNAME= aap-0.104
+DISTNAME= exec-0.107
+PKGNAME= aap-0.107
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=a-a-p/}
EXTRACT_SUFX= .zip
diff --git a/devel/aap/PLIST b/devel/aap/PLIST
index f65af5d27fa..59c664e3f32 100644
--- a/devel/aap/PLIST
+++ b/devel/aap/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/18 12:49:31 cjep Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/11/23 22:34:22 cjep Exp $
bin/aap
lib/aap/Exec-${PKGVERSION}/Action.py
lib/aap/Exec-${PKGVERSION}/Action.pyc
@@ -99,6 +99,9 @@ lib/aap/Exec-${PKGVERSION}/__init__.py
lib/aap/Exec-${PKGVERSION}/__init__.pyc
lib/aap/Exec-${PKGVERSION}/__init__.pyo
lib/aap/Exec-${PKGVERSION}/aap
+lib/aap/Exec-${PKGVERSION}/aap.py
+lib/aap/Exec-${PKGVERSION}/aap.pyc
+lib/aap/Exec-${PKGVERSION}/aap.pyo
lib/aap/Exec-${PKGVERSION}/aapnetrc.py
lib/aap/Exec-${PKGVERSION}/aapnetrc.pyc
lib/aap/Exec-${PKGVERSION}/aapnetrc.pyo
diff --git a/devel/aap/distinfo b/devel/aap/distinfo
index ce3d2d132d3..eab5c0b7e51 100644
--- a/devel/aap/distinfo
+++ b/devel/aap/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/11/18 12:49:31 cjep Exp $
+$NetBSD: distinfo,v 1.2 2002/11/23 22:34:22 cjep Exp $
-SHA1 (exec-0.104.zip) = 74e26963b8104c6a7754c7807b283b7436e148c6
-Size (exec-0.104.zip) = 568744 bytes
-SHA1 (patch-aa) = 5ff8d3c6e74a147840c84e71b173afe412bbefd7
+SHA1 (exec-0.107.zip) = 885af21d12d9c5f07b2e183c40b66faa877db820
+Size (exec-0.107.zip) = 570165 bytes
+SHA1 (patch-aa) = 894831d2c6c4795ef9f16bdb42237f6aed70c644
diff --git a/devel/aap/patches/patch-aa b/devel/aap/patches/patch-aa
index 26733aac889..23fd94ddf27 100644
--- a/devel/aap/patches/patch-aa
+++ b/devel/aap/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/11/18 12:49:31 cjep Exp $
+$NetBSD: patch-aa,v 1.2 2002/11/23 22:34:23 cjep Exp $
---- main.aap.orig Sun Nov 3 22:00:26 2002
+--- main.aap.orig Thu Nov 14 09:17:37 2002
+++ main.aap
@@ -41,19 +41,21 @@
@if not os.access(PREFIX, os.W_OK):
@@ -27,5 +27,5 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/11/18 12:49:31 cjep Exp $
+# :print Creating a symbolic link for "aap" in $PREFIX/share/doc
+# :sys ln -fs $dir/doc $PREFIX/share/doc
@else:
- :print On this system you will have to do it manually:
- :print Add the directory "`os.getcwd()`" to your $$PATH
+ :print On this system you will have to do this manually:
+ :print 1. Add the directory "`os.getcwd()`" to your $$PATH