diff options
author | cjep <cjep> | 2002-11-23 22:34:22 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-11-23 22:34:22 +0000 |
commit | dfe8ee4cfeec59e3a105b9cb7279307200e73f8b (patch) | |
tree | 96010012cf3fc0a1a146bf4ba65f1e0b506f351f /devel/aap/PLIST | |
parent | a6fab9981b1729aab0d6accdae9da87509b68f8e (diff) | |
download | pkgsrc-dfe8ee4cfeec59e3a105b9cb7279307200e73f8b.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.
Diffstat (limited to 'devel/aap/PLIST')
-rw-r--r-- | devel/aap/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
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 |