svn commit: r430642 - head/archivers/minizip
Thomas Zander
riggs at FreeBSD.org
Thu Jan 5 15:32:32 UTC 2017
Author: riggs
Date: Thu Jan 5 15:32:31 2017
New Revision: 430642
URL: https://svnweb.freebsd.org/changeset/ports/430642
Log:
Update to upstream version 1.2.10; update maintainer mail address
Detailed log:
- Update to upstream 1.2.10; this includes an important runtime fix
in gzwrite.c that produced corrupt gzip files
- New maintainer email address: lbartoletti at tuxfamily.org
While on it:
- Pet portlint
PR: 215782
Submitted by: lbartoletti at tuxfamily.org (maintainer)
MFH: 2017Q1
Modified:
head/archivers/minizip/Makefile
head/archivers/minizip/distinfo
Modified: head/archivers/minizip/Makefile
==============================================================================
--- head/archivers/minizip/Makefile Thu Jan 5 14:40:09 2017 (r430641)
+++ head/archivers/minizip/Makefile Thu Jan 5 15:32:31 2017 (r430642)
@@ -2,18 +2,18 @@
# $FreeBSD$
PORTNAME= minizip
-PORTVERSION= 1.2.8
-PORTREVISION= 1
+PORTVERSION= 1.2.10
CATEGORIES= archivers
MASTER_SITES= SF/libpng/zlib/${PORTVERSION}
DISTNAME= zlib-${PORTVERSION}
-MAINTAINER= coder at tuxfamily.org
+MAINTAINER= lbartoletti at tuxfamily.org
COMMENT= Zip library and programs from Zlib distribution
LICENSE= ZLIB
USES= autoreconf libtool pathfix tar:xz
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-demos
INSTALL_TARGET= install-strip
Modified: head/archivers/minizip/distinfo
==============================================================================
--- head/archivers/minizip/distinfo Thu Jan 5 14:40:09 2017 (r430641)
+++ head/archivers/minizip/distinfo Thu Jan 5 15:32:31 2017 (r430642)
@@ -1,2 +1,3 @@
-SHA256 (zlib-1.2.8.tar.xz) = 831df043236df8e9a7667b9e3bb37e1fcb1220a0f163b6de2626774b9590d057
-SIZE (zlib-1.2.8.tar.xz) = 450776
+TIMESTAMP = 1483559487
+SHA256 (zlib-1.2.10.tar.xz) = 9612bf086047078ce3a1c154fc9052113fc1a2a97234a059da17a6299bd4dd32
+SIZE (zlib-1.2.10.tar.xz) = 467980
More information about the svn-ports-head
mailing list