svn commit: r430699 - branches/2017Q1/archivers/minizip

Thomas Zander riggs at FreeBSD.org
Fri Jan 6 10:13:43 UTC 2017


Author: riggs
Date: Fri Jan  6 10:13:42 2017
New Revision: 430699
URL: https://svnweb.freebsd.org/changeset/ports/430699

Log:
  MFH: r430642
  
  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)
  
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2017Q1/archivers/minizip/Makefile
  branches/2017Q1/archivers/minizip/distinfo
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/archivers/minizip/Makefile
==============================================================================
--- branches/2017Q1/archivers/minizip/Makefile	Fri Jan  6 10:11:47 2017	(r430698)
+++ branches/2017Q1/archivers/minizip/Makefile	Fri Jan  6 10:13:42 2017	(r430699)
@@ -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: branches/2017Q1/archivers/minizip/distinfo
==============================================================================
--- branches/2017Q1/archivers/minizip/distinfo	Fri Jan  6 10:11:47 2017	(r430698)
+++ branches/2017Q1/archivers/minizip/distinfo	Fri Jan  6 10:13:42 2017	(r430699)
@@ -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-all mailing list