From owner-svn-ports-all@freebsd.org Sun Nov 10 22:00:08 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D5A231ABB86; Sun, 10 Nov 2019 22:00:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47B7Gc5L4Hz4RVx; Sun, 10 Nov 2019 22:00:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9BBFC5898; Sun, 10 Nov 2019 22:00:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAAM08RM004772; Sun, 10 Nov 2019 22:00:08 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAAM07Yk004763; Sun, 10 Nov 2019 22:00:07 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201911102200.xAAM07Yk004763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 10 Nov 2019 22:00:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517233 - in head: graphics/giflib graphics/giflib/files x11-toolkits/gnustep-gui X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: graphics/giflib graphics/giflib/files x11-toolkits/gnustep-gui X-SVN-Commit-Revision: 517233 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2019 22:00:08 -0000 Author: antoine Date: Sun Nov 10 22:00:07 2019 New Revision: 517233 URL: https://svnweb.freebsd.org/changeset/ports/517233 Log: Update graphics/giflib to 5.2.1 Modified: head/graphics/giflib/Makefile head/graphics/giflib/distinfo head/graphics/giflib/files/patch-Makefile head/graphics/giflib/pkg-plist head/x11-toolkits/gnustep-gui/Makefile Modified: head/graphics/giflib/Makefile ============================================================================== --- head/graphics/giflib/Makefile Sun Nov 10 21:59:57 2019 (r517232) +++ head/graphics/giflib/Makefile Sun Nov 10 22:00:07 2019 (r517233) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= giflib -PORTVERSION= 5.1.9 +PORTVERSION= 5.2.1 PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME} @@ -29,6 +29,6 @@ do-install-DOCS-on: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* - ${STRIP_CMD} --strip-unneeded ${STAGEDIR}${PREFIX}/lib/libgif.so.7.1.0 + ${STRIP_CMD} --strip-unneeded ${STAGEDIR}${PREFIX}/lib/libgif.so.7.2.0 .include Modified: head/graphics/giflib/distinfo ============================================================================== --- head/graphics/giflib/distinfo Sun Nov 10 21:59:57 2019 (r517232) +++ head/graphics/giflib/distinfo Sun Nov 10 22:00:07 2019 (r517233) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557928206 -SHA256 (giflib-5.1.9.tar.gz) = 36ccab06aa43e5d608cdd74902f89c47fd55c348009798434ba5798967454057 -SIZE (giflib-5.1.9.tar.gz) = 385068 +TIMESTAMP = 1573114002 +SHA256 (giflib-5.2.1.tar.gz) = 31da5562f44c5f15d63340a09a4fd62b48c45620cd302f77a6d9acf0077879bd +SIZE (giflib-5.2.1.tar.gz) = 444187 Modified: head/graphics/giflib/files/patch-Makefile ============================================================================== --- head/graphics/giflib/files/patch-Makefile Sun Nov 10 21:59:57 2019 (r517232) +++ head/graphics/giflib/files/patch-Makefile Sun Nov 10 22:00:07 2019 (r517233) @@ -1,4 +1,4 @@ ---- Makefile.orig 2019-03-28 18:57:23 UTC +--- Makefile.orig 2019-06-24 16:08:57 UTC +++ Makefile @@ -8,7 +8,7 @@ # @@ -9,21 +9,7 @@ SHELL = /bin/sh TAR = tar -@@ -29,11 +29,11 @@ LIBPOINT=0 - LIBVER=$(LIBMAJOR).$(LIBMINOR).$(LIBPOINT) - - SOURCES = dgif_lib.c egif_lib.c gifalloc.c gif_err.c gif_font.c \ -- gif_hash.c openbsd-reallocarray.c -+ gif_hash.c openbsd-reallocarray.c quantize.c - HEADERS = gif_hash.h gif_lib.h gif_lib_private.h - OBJECTS = $(SOURCES:.c=.o) - --USOURCES = qprintf.c quantize.c getarg.c -+USOURCES = qprintf.c getarg.c - UHEADERS = getarg.h - UOBJECTS = $(USOURCES:.c=.o) - -@@ -60,15 +60,21 @@ UTILS = $(INSTALLABLE) \ +@@ -59,15 +59,21 @@ UTILS = $(INSTALLABLE) \ gifsponge \ gifwedge @@ -49,7 +35,7 @@ libgif.a: $(OBJECTS) $(HEADERS) $(AR) rcs libgif.a $(OBJECTS) -@@ -100,7 +106,7 @@ install-include: +@@ -99,7 +105,7 @@ install-include: install-lib: $(INSTALL) -d "$(DESTDIR)$(LIBDIR)" $(INSTALL) -m 644 libgif.a "$(DESTDIR)$(LIBDIR)/libgif.a" Modified: head/graphics/giflib/pkg-plist ============================================================================== --- head/graphics/giflib/pkg-plist Sun Nov 10 21:59:57 2019 (r517232) +++ head/graphics/giflib/pkg-plist Sun Nov 10 22:00:07 2019 (r517233) @@ -1,18 +1,14 @@ bin/gif2rgb bin/gifbuild bin/gifclrmp -bin/gifecho -bin/giffilter bin/giffix -bin/gifinto -bin/gifsponge bin/giftext bin/giftool include/gif_lib.h lib/libgif.a lib/libgif.so lib/libgif.so.7 -lib/libgif.so.7.1.0 +lib/libgif.so.7.2.0 man/man1/gif2rgb.1.gz man/man1/gifbg.1.gz man/man1/gifbuild.1.gz @@ -38,6 +34,16 @@ man/man1/gifwedge.1.gz %%PORTDOCS%%%%DOCSDIR%%/gifhisto.html %%PORTDOCS%%%%DOCSDIR%%/gifinto.html %%PORTDOCS%%%%DOCSDIR%%/giflib.html +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/GIF89a.html +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/LZW-and-GIF-explained.html +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/gif-1over100.png +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/gif-1over64.png +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/gif-aspectratio.png +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/gif87.txt +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/gif89.txt +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/gif89a.css +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/gif89a.js +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/main.css %%PORTDOCS%%%%DOCSDIR%%/giftext.html %%PORTDOCS%%%%DOCSDIR%%/giftool.html %%PORTDOCS%%%%DOCSDIR%%/gifwedge.html Modified: head/x11-toolkits/gnustep-gui/Makefile ============================================================================== --- head/x11-toolkits/gnustep-gui/Makefile Sun Nov 10 21:59:57 2019 (r517232) +++ head/x11-toolkits/gnustep-gui/Makefile Sun Nov 10 22:00:07 2019 (r517233) @@ -4,7 +4,7 @@ PORTNAME= gnustep-gui DISTVERSIONPREFIX= gui- DISTVERSION= 0_27_0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits gnustep MAINTAINER= theraven@FreeBSD.org