svn commit: r475120 - in head/graphics/tumble: . files

Fernando Apesteguía fernape at FreeBSD.org
Sun Jul 22 19:45:56 UTC 2018


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 at 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 at 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


More information about the svn-ports-all mailing list