summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2007-03-24 05:02:16 +0000
committerkientzle <kientzle@FreeBSD.org>2007-03-24 05:02:16 +0000
commitc9ae05df5cc0ead4790c6bc5a640a5de0f89dfed (patch)
tree13afc0b23299a785f50351dc36070c9d6f0d46ad /lib/libarchive/Makefile
parent758c270b77e6b393d16186449a41e772d3d21c70 (diff)
downloadFreeBSD-src-c9ae05df5cc0ead4790c6bc5a640a5de0f89dfed.zip
FreeBSD-src-c9ae05df5cc0ead4790c6bc5a640a5de0f89dfed.tar.gz
Notice when mkdir() fails.
Don't change permissions on an existing dir unless _EXTRACT_PERM is requested. In particular, bsdtar -x should not edit mode of existing dirs now; bsdtar -xp will.
Diffstat (limited to 'lib/libarchive/Makefile')
-rw-r--r--lib/libarchive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index e66d374..fdf4a70 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -9,7 +9,7 @@ LDADD= -lbz2 -lz
# Major: Bumped ONLY when API/ABI breakage happens (see SHLIB_MAJOR)
# Minor: Bumped when significant new features are added
# Revision: Bumped on any notable change
-VERSION= 2.0.24
+VERSION= 2.0.25
ARCHIVE_API_MAJOR!= echo ${VERSION} | sed -e 's/[^0-9]/./g' -e 's/\..*//'
ARCHIVE_API_MINOR!= echo ${VERSION} | sed -e 's/[^0-9]/./g' -e 's/[0-9]*\.//' -e 's/\..*//'
OpenPOWER on IntegriCloud