aboutsummaryrefslogtreecommitdiff
path: root/archivers/libzip
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2007-09-18 12:04:29 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2007-09-18 12:04:29 +0000
commit1478faa91414549a9a747de1cd267dfb0e4da4d0 (patch)
treefccf0355d70408d6c676678e8aefdc749e7304a9 /archivers/libzip
parent098ec3f1311a618e73a3142460dcdb8caefd0a14 (diff)
downloadports-1478faa91414549a9a747de1cd267dfb0e4da4d0.tar.gz
ports-1478faa91414549a9a747de1cd267dfb0e4da4d0.zip
- update to 0.8
PR: ports/115201 Submitted by: Maxim Samsonov <xors_AT_mne.ru> Approved by: Alexander Zhuravlev (maintainer), clsung (mentor)
Notes
Notes: svn path=/head/; revision=199693
Diffstat (limited to 'archivers/libzip')
-rw-r--r--archivers/libzip/Makefile8
-rw-r--r--archivers/libzip/distinfo6
-rw-r--r--archivers/libzip/files/patch-man_Makefile.in12
3 files changed, 15 insertions, 11 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile
index 9a1d77bf8f7c..10cc3c3d98ce 100644
--- a/archivers/libzip/Makefile
+++ b/archivers/libzip/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libzip
-PORTVERSION= 0.7.1
+PORTVERSION= 0.8
CATEGORIES= archivers devel
MASTER_SITES= http://www.nih.at/libzip/
@@ -14,7 +14,7 @@ MAINTAINER= zaa@zaa.pp.ru
COMMENT= A C library for reading, creating, and modifying zip archives
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_GNOME= gnomehack pkgconfig
PLIST_FILES= bin/zipcmp \
@@ -31,13 +31,16 @@ MAN1= zipcmp.1 \
MAN3= libzip.3 \
zip_add.3 \
+ zip_add_dir.3 \
zip_close.3 \
zip_delete.3 \
+ zip_error_clear.3 \
zip_error_get.3 \
zip_error_get_sys_type.3 \
zip_error_to_str.3 \
zip_errors.3 \
zip_fclose.3 \
+ zip_file_error_clear.3 \
zip_file_error_get.3 \
zip_file_strerror.3 \
zip_fopen.3 \
@@ -61,6 +64,7 @@ MAN3= libzip.3 \
zip_source_zip.3 \
zip_stat.3 \
zip_stat_index.3 \
+ zip_stat_init.3 \
zip_strerror.3 \
zip_unchange.3 \
zip_unchange_all.3 \
diff --git a/archivers/libzip/distinfo b/archivers/libzip/distinfo
index 64a03e602031..117afa311e24 100644
--- a/archivers/libzip/distinfo
+++ b/archivers/libzip/distinfo
@@ -1,3 +1,3 @@
-MD5 (libzip-0.7.1.tar.gz) = 12dd752b5388e4b79a53c2ad86920b17
-SHA256 (libzip-0.7.1.tar.gz) = c9617eba39eeca307d8e499a9a4cdacf31218584b306372538cb8c87010c9a3e
-SIZE (libzip-0.7.1.tar.gz) = 403037
+MD5 (libzip-0.8.tar.gz) = b0087c2a12b312f8ec2df1052b2acb4f
+SHA256 (libzip-0.8.tar.gz) = 5a1b231d002b1a87ecab26874491ec6bea36b108f5f37769a2dc79b10623c047
+SIZE (libzip-0.8.tar.gz) = 414095
diff --git a/archivers/libzip/files/patch-man_Makefile.in b/archivers/libzip/files/patch-man_Makefile.in
index c550e6674a72..5ef1893e6800 100644
--- a/archivers/libzip/files/patch-man_Makefile.in
+++ b/archivers/libzip/files/patch-man_Makefile.in
@@ -1,13 +1,13 @@
---- man/Makefile.in.orig Tue Mar 21 17:21:15 2006
-+++ man/Makefile.in Tue Mar 21 17:21:45 2006
-@@ -149,8 +149,8 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
+--- man/Makefile.in.orig 2007-08-02 13:44:34.000000000 +0400
++++ man/Makefile.in 2007-08-02 13:46:45.000000000 +0400
+@@ -154,8 +154,8 @@
target_alias = @target_alias@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
-man1_MANS = ${MAN1:.mdoc=.${MANFMT}}
-man3_MANS = ${MAN3:.mdoc=.${MANFMT}}
+man1_MANS = ${MAN1}
+man3_MANS = ${MAN3}
DISTCLEANFILES = ${HTML}
- EXTRA_DIST = ${MANDOC} ${MAN}
+ EXTRA_DIST = ${MANDOC} ${MAN} CMakeLists.txt
MAN1 = zipcmp.mdoc zipmerge.mdoc