From owner-svn-ports-all@freebsd.org Sun Nov 18 20:36:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA307110FBE1; Sun, 18 Nov 2018 20:36:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F8836EB69; Sun, 18 Nov 2018 20:36:37 +0000 (UTC) (envelope-from sunpoet@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 85CD6184B8; Sun, 18 Nov 2018 20:36:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAIKaauR013298; Sun, 18 Nov 2018 20:36:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAIKaZHP013292; Sun, 18 Nov 2018 20:36:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201811182036.wAIKaZHP013292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Nov 2018 20:36:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485259 - head/graphics/GraphicsMagick X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/GraphicsMagick X-SVN-Commit-Revision: 485259 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4F8836EB69 X-Spamd-Result: default: False [0.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_MEDIUM(0.15)[0.147,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.04)[0.038,0] X-Rspamd-Server: mx1.freebsd.org 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, 18 Nov 2018 20:36:40 -0000 Author: sunpoet Date: Sun Nov 18 20:36:35 2018 New Revision: 485259 URL: https://svnweb.freebsd.org/changeset/ports/485259 Log: Update to 1.3.31 Changes: http://www.graphicsmagick.org/NEWS.html Modified: head/graphics/GraphicsMagick/Makefile head/graphics/GraphicsMagick/distinfo head/graphics/GraphicsMagick/pkg-plist Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Sun Nov 18 20:36:26 2018 (r485258) +++ head/graphics/GraphicsMagick/Makefile Sun Nov 18 20:36:35 2018 (r485259) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphicsMagick -PORTVERSION= 1.3.30 +PORTVERSION= 1.3.31 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ @@ -19,6 +19,8 @@ DPS_DESC= Display Ghostscript support Q8BIT_DESC= Use 8-bit pixels (speed) instead of 16-bit (quality) TEST_DESC= Run bundled self-tests after build +USES= libtool localbase pathfix tar:bzip2 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-static \ --with-windows-font-dir=${WINDOWS_FONT_DIR} --without-perl @@ -26,7 +28,6 @@ CONFIGURE_ENV= PTHREAD_LIBS=-lpthread INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes -USES= libtool localbase pathfix tar:bzip2 # Use fonts installed by x11-fonts/webfonts by default WINDOWS_FONT_DIR?= ${LOCALBASE}/share/fonts/webfonts Modified: head/graphics/GraphicsMagick/distinfo ============================================================================== --- head/graphics/GraphicsMagick/distinfo Sun Nov 18 20:36:26 2018 (r485258) +++ head/graphics/GraphicsMagick/distinfo Sun Nov 18 20:36:35 2018 (r485259) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532975052 -SHA256 (GraphicsMagick-1.3.30.tar.bz2) = 4da7b7d46b503bafeb2854e1c648307cb8d48839067487388beee55c9d35b878 -SIZE (GraphicsMagick-1.3.30.tar.bz2) = 7828821 +TIMESTAMP = 1542527626 +SHA256 (GraphicsMagick-1.3.31.tar.bz2) = 69ee4ac6a49a818098f47f51c4f430ca9bb2493cb3594f322eb211b8aeb71f41 +SIZE (GraphicsMagick-1.3.31.tar.bz2) = 7897215 Modified: head/graphics/GraphicsMagick/pkg-plist ============================================================================== --- head/graphics/GraphicsMagick/pkg-plist Sun Nov 18 20:36:26 2018 (r485258) +++ head/graphics/GraphicsMagick/pkg-plist Sun Nov 18 20:36:35 2018 (r485259) @@ -94,15 +94,15 @@ lib/GraphicsMagick/config/type.mgk lib/libGraphicsMagick++.a lib/libGraphicsMagick++.so lib/libGraphicsMagick++.so.12 -lib/libGraphicsMagick++.so.12.3.2 +lib/libGraphicsMagick++.so.12.4.0 lib/libGraphicsMagick.a lib/libGraphicsMagick.so lib/libGraphicsMagick.so.3 -lib/libGraphicsMagick.so.3.18.1 +lib/libGraphicsMagick.so.3.19.0 lib/libGraphicsMagickWand.a lib/libGraphicsMagickWand.so lib/libGraphicsMagickWand.so.2 -lib/libGraphicsMagickWand.so.2.9.0 +lib/libGraphicsMagickWand.so.2.9.1 libdata/pkgconfig/GraphicsMagick++.pc libdata/pkgconfig/GraphicsMagick.pc libdata/pkgconfig/GraphicsMagickWand.pc