diff options
author | cjep <cjep@pkgsrc.org> | 2002-11-23 22:34:22 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-11-23 22:34:22 +0000 |
commit | 05e71b817f70e59c156225cf4e37e2c8541da19b (patch) | |
tree | 96010012cf3fc0a1a146bf4ba65f1e0b506f351f | |
parent | 4c44bb2c0dbe2146351901e2c94733ee52216b89 (diff) | |
download | pkgsrc-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 ">" with "$gt", "<"
with "$lt" and "|" with $bar, so that ":print" isn't confused.
* Fixed: did not find Python modules in the directory of the top recipe.
-rw-r--r-- | devel/aap/Makefile | 6 | ||||
-rw-r--r-- | devel/aap/PLIST | 5 | ||||
-rw-r--r-- | devel/aap/distinfo | 8 | ||||
-rw-r--r-- | devel/aap/patches/patch-aa | 8 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
5 files changed, 17 insertions, 13 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 diff --git a/doc/CHANGES b/doc/CHANGES index 974d6ef9396..81280a1ed72 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.582 2002/11/23 19:04:56 pooka Exp $ +$NetBSD: CHANGES,v 1.583 2002/11/23 22:35:10 cjep Exp $ Changes to the packages collection and infrastructure in 2002: @@ -3693,3 +3693,4 @@ Changes to the packages collection and infrastructure in 2002: Updated gtexinfo to 4.3nb1 [seb 2002-11-23] Updated libsidplay to 1.36.57 [pooka 2002-11-23] Updated sidplay to 1.0.9 [pooka 2002-11-23] + Updated aap to 0.107 [cjep 2002-11-23] |