Date: Fri, 18 Apr 2014 09:35:57 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351525 - in head/archivers/libzip: . files Message-ID: <201404180935.s3I9ZvJQ064389@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Fri Apr 18 09:35:56 2014 New Revision: 351525 URL: http://svnweb.freebsd.org/changeset/ports/351525 QAT: https://qat.redports.org/buildarchive/r351525/ Log: archivers/libzip: - Update to bugfix release 0.11.2 - Convert to USES=tar:xz - Remove needless USE_AUTOTOOLS - Strip installed library Modified: head/archivers/libzip/Makefile head/archivers/libzip/distinfo head/archivers/libzip/files/patch-lib__Makefile.in head/archivers/libzip/pkg-plist Modified: head/archivers/libzip/Makefile ============================================================================== --- head/archivers/libzip/Makefile Fri Apr 18 09:35:12 2014 (r351524) +++ head/archivers/libzip/Makefile Fri Apr 18 09:35:56 2014 (r351525) @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= libzip -PORTVERSION= 0.11.1 +PORTVERSION= 0.11.2 CATEGORIES= archivers devel MASTER_SITES= http://www.nih.at/libzip/ MAINTAINER= makc@FreeBSD.org COMMENT= C library for reading, creating, and modifying ZIP archives -USE_XZ= yes GNU_CONFIGURE= yes MAKE_ENV= LC_ALL="C" -USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix tar:xz USE_LDCONFIG= yes +INSTALL_TARGET= install-strip .include <bsd.port.mk> Modified: head/archivers/libzip/distinfo ============================================================================== --- head/archivers/libzip/distinfo Fri Apr 18 09:35:12 2014 (r351524) +++ head/archivers/libzip/distinfo Fri Apr 18 09:35:56 2014 (r351525) @@ -1,2 +1,2 @@ -SHA256 (libzip-0.11.1.tar.xz) = 65338688f157784c80824d222f779505416d066c701409f6aef6b886bcd856a4 -SIZE (libzip-0.11.1.tar.xz) = 395104 +SHA256 (libzip-0.11.2.tar.xz) = 7cfbbc2c540e154b933b6e9ec781e2671086bd8114eb744ae1a1ade34d2bb6bb +SIZE (libzip-0.11.2.tar.xz) = 413352 Modified: head/archivers/libzip/files/patch-lib__Makefile.in ============================================================================== --- head/archivers/libzip/files/patch-lib__Makefile.in Fri Apr 18 09:35:12 2014 (r351524) +++ head/archivers/libzip/files/patch-lib__Makefile.in Fri Apr 18 09:35:56 2014 (r351525) @@ -1,21 +1,22 @@ ---- ./lib/Makefile.in.orig 2011-03-18 15:51:26.000000000 +0300 -+++ ./lib/Makefile.in 2011-04-24 23:34:37.521556385 +0400 -@@ -240,8 +240,8 @@ +--- ./lib/Makefile.in.orig 2014-04-06 20:16:47.095370563 +0000 ++++ ./lib/Makefile.in 2014-04-06 20:17:22.769365707 +0000 +@@ -349,8 +349,8 @@ libincludedir = ${libdir}/@PACKAGE@/include lib_LTLIBRARIES = libzip.la noinst_HEADERS = zipint.h -include_HEADERS = zip.h --libinclude_HEADERS = zipconf.h +-nodist_libinclude_HEADERS = zipconf.h +include_HEADERS = zip.h zipconf.h -+libinclude_HEADERS = ++nodist_libinclude_HEADERS = # also update CMakeLists.txt when changing version libzip_la_LDFLAGS = -no-undefined -version-info 3:0:1 -@@ -683,7 +683,7 @@ +@@ -830,8 +830,7 @@ info-am: --install-data-am: install-includeHEADERS install-libincludeHEADERS +-install-data-am: install-includeHEADERS \ +- install-nodist_libincludeHEADERS +install-data-am: install-includeHEADERS install-dvi: install-dvi-am Modified: head/archivers/libzip/pkg-plist ============================================================================== --- head/archivers/libzip/pkg-plist Fri Apr 18 09:35:12 2014 (r351524) +++ head/archivers/libzip/pkg-plist Fri Apr 18 09:35:56 2014 (r351525) @@ -36,9 +36,11 @@ man/man3/zip_file_extra_field_set.3.gz man/man3/zip_file_extra_fields_count.3.gz man/man3/zip_file_extra_fields_count_by_id.3.gz man/man3/zip_file_get_comment.3.gz +man/man3/zip_file_get_external_attributes.3.gz man/man3/zip_file_rename.3.gz man/man3/zip_file_replace.3.gz man/man3/zip_file_set_comment.3.gz +man/man3/zip_file_set_external_attributes.3.gz man/man3/zip_file_strerror.3.gz man/man3/zip_fopen.3.gz man/man3/zip_fopen_encrypted.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404180935.s3I9ZvJQ064389>