diff options
author | riggs <riggs@FreeBSD.org> | 2017-01-05 23:32:31 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2017-01-05 23:32:31 +0800 |
commit | bfd45b7cbdce16944e1bc6524de6a91c47b20167 (patch) | |
tree | 0e1e0320494abdb7f03b263427ed92eb281318b4 /archivers | |
parent | dbf56e0c718a34b02ba4beeed898d06ad70d1838 (diff) | |
download | freebsd-ports-gnome-bfd45b7cbdce16944e1bc6524de6a91c47b20167.tar.gz freebsd-ports-gnome-bfd45b7cbdce16944e1bc6524de6a91c47b20167.tar.zst freebsd-ports-gnome-bfd45b7cbdce16944e1bc6524de6a91c47b20167.zip |
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@tuxfamily.org
While on it:
- Pet portlint
PR: 215782
Submitted by: lbartoletti@tuxfamily.org (maintainer)
MFH: 2017Q1
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/minizip/Makefile | 6 | ||||
-rw-r--r-- | archivers/minizip/distinfo | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/archivers/minizip/Makefile b/archivers/minizip/Makefile index 2da56d720c25..817d56e20ab6 100644 --- a/archivers/minizip/Makefile +++ b/archivers/minizip/Makefile @@ -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@tuxfamily.org +MAINTAINER= lbartoletti@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 diff --git a/archivers/minizip/distinfo b/archivers/minizip/distinfo index 8e85cae5b8d7..71773ca70b24 100644 --- a/archivers/minizip/distinfo +++ b/archivers/minizip/distinfo @@ -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 |