- Update to 0.7.1

Submitted by:	chinsan <chinsan dot tw_AT_gmail dot com>
Approved by:	maintainer (Alexander Zhuravlev)
This commit is contained in:
Cheng-Lung Sung 2006-07-15 15:21:22 +00:00
parent 9b99631d61
commit dcb30613fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167904
2 changed files with 11 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= libzip
PORTVERSION= 0.6.1
PORTVERSION= 0.7.1
CATEGORIES= archivers devel
MASTER_SITES= http://www.nih.at/libzip/
@ -23,7 +23,7 @@ PLIST_FILES= bin/zipcmp \
lib/libzip.a \
lib/libzip.la \
lib/libzip.so \
lib/libzip.so.0 \
lib/libzip.so.1 \
libdata/pkgconfig/libzip.pc
MAN1= zipcmp.1 \
@ -43,12 +43,16 @@ MAN3= libzip.3 \
zip_fopen.3 \
zip_fopen_index.3 \
zip_fread.3 \
zip_get_archive_comment.3 \
zip_get_file_comment.3 \
zip_get_name.3 \
zip_get_num_files.3 \
zip_name_locate.3 \
zip_open.3 \
zip_rename.3 \
zip_replace.3 \
zip_set_archive_comment.3 \
zip_set_file_comment.3 \
zip_source_buffer.3 \
zip_source_file.3 \
zip_source_filep.3 \
@ -59,6 +63,7 @@ MAN3= libzip.3 \
zip_stat_index.3 \
zip_strerror.3 \
zip_unchange.3 \
zip_unchange_all.3
zip_unchange_all.3 \
zip_unchange_archive.3
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (libzip-0.6.1.tar.gz) = 06b0d48a20a09125085e0856d8f14cff
SHA256 (libzip-0.6.1.tar.gz) = 5b83539da91db285de99b650f41d9a6c0f298858184f7fcdf6cec1c8f5b995e6
SIZE (libzip-0.6.1.tar.gz) = 383716
MD5 (libzip-0.7.1.tar.gz) = 12dd752b5388e4b79a53c2ad86920b17
SHA256 (libzip-0.7.1.tar.gz) = c9617eba39eeca307d8e499a9a4cdacf31218584b306372538cb8c87010c9a3e
SIZE (libzip-0.7.1.tar.gz) = 403037