diff options
author | tron <tron> | 2004-05-27 10:28:00 +0000 |
---|---|---|
committer | tron <tron> | 2004-05-27 10:28:00 +0000 |
commit | 285ed5a6cac4f61348f266d1ce262ee1e9e4282c (patch) | |
tree | 4356a17b8ba7a036e8f73f980a448a47f615b721 /pkgtools/rpm2pkg/Makefile | |
parent | 11e449255e7ca3b13d13514e2b8bbfb659dc3b8c (diff) | |
download | pkgsrc-285ed5a6cac4f61348f266d1ce262ee1e9e4282c.tar.gz |
Update "rpm2pkg" package to version 2.1:
- Improve I/O buffer mangement.
- Don't put "@exec" and "@unexec" in the package list for symbolic links
which point to normal files. This allows the automatic manual
decompression to handle symbolic links to manual pages correctly.
The update fixes PR pkg/25723 by Kouichirou Hiratsuka.
Diffstat (limited to 'pkgtools/rpm2pkg/Makefile')
-rw-r--r-- | pkgtools/rpm2pkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/rpm2pkg/Makefile b/pkgtools/rpm2pkg/Makefile index ce0ad1711fc..bf75864cef7 100644 --- a/pkgtools/rpm2pkg/Makefile +++ b/pkgtools/rpm2pkg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2004/04/25 11:50:39 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2004/05/27 10:28:00 tron Exp $ -DISTNAME= rpm2pkg-2.0 +DISTNAME= rpm2pkg-2.1 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |