Mon May 30 13:27:04 2016 UTC ()
(pkgsrc)
- Add LICENSE as gnu-gpl-v3
- Add comment on patch-aa picking from cvs log

(upstream)
- Updated archivers/advancecomp to 1.19
-------------------------------------
ADVANCECOMP VERSION 1.19 2014/03
================================

* Limited the iterations number to 255 with the -3 option.
* Added a new -k, --keep-file-time option to advzip [Marco Banfi].
* Made the Windows binary again compatible with old 686 processors.

ADVANCECOMP VERSION 1.18 2013/11
================================

* Added build support for new powerpc architectures.
* Fixed build with BZIP.

ADVANCECOMP VERSION 1.17 2013/03
================================

* Changed to GPL3.
* Added zopfli support. It's enabled using -4, --shrink-insane.
  You can control the number of iterations with the
  new -i, --iter option.
  Thanks to Darik Horn for the patches.


(mef)
diff -r1.15 -r1.16 pkgsrc/archivers/advancecomp/Makefile
diff -r1.6 -r1.7 pkgsrc/archivers/advancecomp/distinfo
diff -r1.1 -r1.2 pkgsrc/archivers/advancecomp/patches/patch-aa

cvs diff -r1.15 -r1.16 pkgsrc/archivers/advancecomp/Makefile (expand / switch to context diff)
--- pkgsrc/archivers/advancecomp/Makefile 2014/10/09 14:05:50 1.15
+++ pkgsrc/archivers/advancecomp/Makefile 2016/05/30 13:27:04 1.16
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.15 2014/10/09 14:05:50 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/05/30 13:27:04 mef Exp $
 
-DISTNAME=	advancecomp-1.15
+DISTNAME=	advancecomp-1.19
 CATEGORIES=	archivers
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=advancemame/}
 
 MAINTAINER=	pkgsrc-users@NetBSD.org
 HOMEPAGE=	http://advancemame.sourceforge.net/
 COMMENT=	Recompression utilities for .zip, .png, .mng and .gz files
+LICENSE=	gnu-gpl-v3
 
 GNU_CONFIGURE=		yes
 USE_LANGUAGES=		c c++

cvs diff -r1.6 -r1.7 pkgsrc/archivers/advancecomp/distinfo (expand / switch to context diff)
--- pkgsrc/archivers/advancecomp/distinfo 2015/11/03 00:56:20 1.6
+++ pkgsrc/archivers/advancecomp/distinfo 2016/05/30 13:27:04 1.7
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 00:56:20 agc Exp $
+$NetBSD: distinfo,v 1.7 2016/05/30 13:27:04 mef Exp $
 
-SHA1 (advancecomp-1.15.tar.gz) = 74fed754841efadcb8dd156d2c5e095bfaff83e6
-RMD160 (advancecomp-1.15.tar.gz) = 13468f350e15e7f23778d8351819a792fbf07c9a
-SHA512 (advancecomp-1.15.tar.gz) = 18d6abb4c739c16e340bad2e87f89b545d0ecb660897a109a038b2a236bab6ce3d3b3ad572839fb4ce7981c5f150d8ed2447654291a8d808bbb85e70152e47ba
-Size (advancecomp-1.15.tar.gz) = 259340 bytes
-SHA1 (patch-aa) = bb74883968ec79e3f5f62085668cf3341c46570c
+SHA1 (advancecomp-1.19.tar.gz) = 894c2db01c9fff40257f929496621bdcea77748b
+RMD160 (advancecomp-1.19.tar.gz) = 1064b5068178f6b65b30821cc19dcc0d241e4934
+SHA512 (advancecomp-1.19.tar.gz) = 9bce761f315e94ea9ebe59273cc810297e6227d914b498501f159f05c3a002236570c2d4248b397c5cdd3cf9a60565bb8d7f1470b079d5f50249031d3c78348d
+Size (advancecomp-1.19.tar.gz) = 1193228 bytes
+SHA1 (patch-aa) = ddc8b6981e1e0b46ac6291aee65d56cdae9f0998
 SHA1 (patch-ab) = 1e6e10943bd2a414d4f704bd94b1de3d1036dd90
 SHA1 (patch-ac) = d08d44224c4351c66c920b26bacc3f749a54d31a

cvs diff -r1.1 -r1.2 pkgsrc/archivers/advancecomp/patches/patch-aa (expand / switch to context diff)
--- pkgsrc/archivers/advancecomp/patches/patch-aa 2007/01/14 16:28:40 1.1
+++ pkgsrc/archivers/advancecomp/patches/patch-aa 2016/05/30 13:27:04 1.2
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.1 2007/01/14 16:28:40 rillig Exp $
+$NetBSD: patch-aa,v 1.2 2016/05/30 13:27:04 mef Exp $
+
+Fixed the build for sunpro on Solaris 10.
 
 --- portable.h.orig	2004-08-09 15:04:02.000000000 +0200
 +++ portable.h	2007-01-14 17:05:21.524063100 +0100