From owner-svn-ports-head@freebsd.org Sun Jul 22 19:45:56 2018 Return-Path: Delivered-To: svn-ports-head@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 28D21105408F; Sun, 22 Jul 2018 19:45:56 +0000 (UTC) (envelope-from fernape@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 CCC2E81EAC; Sun, 22 Jul 2018 19:45:55 +0000 (UTC) (envelope-from fernape@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 AEAD81268B; Sun, 22 Jul 2018 19:45:55 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6MJjtGo042469; Sun, 22 Jul 2018 19:45:55 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6MJjtiX042467; Sun, 22 Jul 2018 19:45:55 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201807221945.w6MJjtiX042467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Sun, 22 Jul 2018 19:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475120 - in head/graphics/tumble: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head/graphics/tumble: . files X-SVN-Commit-Revision: 475120 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jul 2018 19:45:56 -0000 Author: fernape Date: Sun Jul 22 19:45:54 2018 New Revision: 475120 URL: https://svnweb.freebsd.org/changeset/ports/475120 Log: graphics/tumble: Update to 0.36 * Also reorder some sections of the Makefile * Remove patch included in upstream PR: 229917 Reported by: ndowens.fbsd@yandex.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16389 Deleted: head/graphics/tumble/files/ Modified: head/graphics/tumble/Makefile head/graphics/tumble/distinfo Modified: head/graphics/tumble/Makefile ============================================================================== --- head/graphics/tumble/Makefile Sun Jul 22 19:41:58 2018 (r475119) +++ head/graphics/tumble/Makefile Sun Jul 22 19:45:54 2018 (r475120) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= tumble -PORTVERSION= 0.33 -PORTREVISION= 6 +PORTVERSION= 0.36 +DISTVERSIONPREFIX= v CATEGORIES= graphics print -MASTER_SITES= http://tumble.brouhaha.com/download/ \ - http://www.sourcefiles.org/Graphics/Tools/Conversion/ MAINTAINER= ports@FreeBSD.org COMMENT= Creates a PDF file from image files @@ -14,15 +12,18 @@ COMMENT= Creates a PDF file from image files LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +NOT_FOR_ARCHS= powerpc sparc64 +NOT_FOR_ARCHS_REASON= Only works on little endian systems + LIB_DEPENDS= libtiff.so:graphics/tiff \ libnetpbm.so:graphics/netpbm USES= bison gmake jpeg localbase:ldflags -CFLAGS+= -I${LOCALBASE}/include/netpbm +USE_GITHUB= yes +GH_ACCOUNT= brouhaha -NOT_FOR_ARCHS= powerpc sparc64 -NOT_FOR_ARCHS_REASON= Only works on little endian systems +CFLAGS+= -I${LOCALBASE}/include/netpbm PORTDOCS= README PLIST_FILES= bin/tumble Modified: head/graphics/tumble/distinfo ============================================================================== --- head/graphics/tumble/distinfo Sun Jul 22 19:41:58 2018 (r475119) +++ head/graphics/tumble/distinfo Sun Jul 22 19:45:54 2018 (r475120) @@ -1,2 +1,3 @@ -SHA256 (tumble-0.33.tar.gz) = d579d572b4335d8c4008695fee9f32051194499987c340b14f17b294ece7643e -SIZE (tumble-0.33.tar.gz) = 42983 +TIMESTAMP = 1532266375 +SHA256 (brouhaha-tumble-v0.36_GH0.tar.gz) = 7b9e0788416b8129203831da7eef5310b671325503e79aa22fd91e822b54b978 +SIZE (brouhaha-tumble-v0.36_GH0.tar.gz) = 51945