Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 00:53:10 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557770 - in head/games/tuxpaint: . files
Message-ID:  <202012120053.0BC0rAFf007722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sat Dec 12 00:53:09 2020
New Revision: 557770
URL: https://svnweb.freebsd.org/changeset/ports/557770

Log:
  - Update to 0.9.24

Modified:
  head/games/tuxpaint/Makefile
  head/games/tuxpaint/distinfo
  head/games/tuxpaint/files/patch-Makefile
  head/games/tuxpaint/pkg-plist

Modified: head/games/tuxpaint/Makefile
==============================================================================
--- head/games/tuxpaint/Makefile	Sat Dec 12 00:42:04 2020	(r557769)
+++ head/games/tuxpaint/Makefile	Sat Dec 12 00:53:09 2020	(r557770)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tuxpaint
-PORTVERSION=	0.9.23
-PORTREVISION=	1
+PORTVERSION=	0.9.24
 CATEGORIES=	games
 MASTER_SITES=	SF
 
@@ -13,6 +12,7 @@ COMMENT=	Drawing program designed for young children
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/docs/COPYING.txt
 
+BUILD_DEPENDS=	convert:graphics/ImageMagick7
 LIB_DEPENDS=	libfribidi.so:converters/fribidi \
 		libpaper.so:print/libpaper
 RUN_DEPENDS=	anytopnm:graphics/netpbm \

Modified: head/games/tuxpaint/distinfo
==============================================================================
--- head/games/tuxpaint/distinfo	Sat Dec 12 00:42:04 2020	(r557769)
+++ head/games/tuxpaint/distinfo	Sat Dec 12 00:53:09 2020	(r557770)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537102028
-SHA256 (tuxpaint-0.9.23.tar.gz) = 349919c44e0fa252581be6e3242251fb62d20a82c971e99be96d648462bf6926
-SIZE (tuxpaint-0.9.23.tar.gz) = 15500449
+TIMESTAMP = 1607703317
+SHA256 (tuxpaint-0.9.24.tar.gz) = 8762572f55f335aaa6329106282bebf171e7305f796fa7b5aad3cd78c5a3a11a
+SIZE (tuxpaint-0.9.24.tar.gz) = 15561675

Modified: head/games/tuxpaint/files/patch-Makefile
==============================================================================
--- head/games/tuxpaint/files/patch-Makefile	Sat Dec 12 00:42:04 2020	(r557769)
+++ head/games/tuxpaint/files/patch-Makefile	Sat Dec 12 00:53:09 2020	(r557770)
@@ -1,6 +1,6 @@
---- Makefile.orig	2018-08-30 09:05:19 UTC
+--- Makefile.orig	2020-12-12 07:42:50 UTC
 +++ Makefile
-@@ -167,10 +167,10 @@ INCLUDE_PREFIX:=$(DESTDIR)$(PREFIX)/include
+@@ -166,10 +166,10 @@ INCLUDE_PREFIX:=$(DESTDIR)$(PREFIX)/include
  MAGIC_PREFIX:=$(DESTDIR)$(LIBDIR)/lib$(LIBDIRSUFFIX)/tuxpaint/plugins
  
  # Docs and man page:
@@ -15,7 +15,7 @@
  
  # BASH tab-completion file:
  COMPLETIONDIR:=$(DESTDIR)/etc/bash_completion.d
-@@ -646,8 +646,8 @@ install-default-config:
+@@ -647,8 +647,8 @@ install-default-config:
  	@echo
  	@echo "...Installing default config file..."
  	@install -d $(CONFDIR)
@@ -26,7 +26,7 @@
  
  # Install BASH completion file:
  .PHONY: install-bash-completion
-@@ -1201,10 +1201,10 @@ tp-magic-config:	src/tp-magic-config.sh.in Makefile
+@@ -1217,10 +1217,10 @@ tp-magic-config:	src/tp-magic-config.sh.in
  	@echo "...Generating 'Magic' tool API configuration script..."
  	@sed -e s/__VERSION__/$(VER_VERSION)/ \
  		-e s/__APIVERSION__/$(MAGIC_API_VERSION)/ \
@@ -41,12 +41,12 @@
  		src/tp-magic-config.sh.in \
  		> tp-magic-config
  
-@@ -1227,7 +1227,7 @@ linux_PLUGIN_LIBS:=
+@@ -1243,7 +1243,7 @@ linux_PLUGIN_LIBS:=
  PLUGIN_LIBS:=$($(OS)_PLUGIN_LIBS)
  
  #MAGIC_CFLAGS:=-g3 -O2 -fvisibility=hidden -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall $(MAGIC_SDL_CPPFLAGS) -Isrc/
 -MAGIC_CFLAGS:=-g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall $(MAGIC_SDL_CPPFLAGS) -Isrc/ $(ARCH_CFLAGS)
 +MAGIC_CFLAGS:=$(OPTFLAGS) -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall $(MAGIC_SDL_CPPFLAGS) -Isrc/ $(ARCH_CFLAGS)
- SHARED_FLAGS:=-shared -fpic
+ SHARED_FLAGS:=-shared -fpic -lm
  
  MAGIC_C:=$(wildcard magic/src/*.c)

Modified: head/games/tuxpaint/pkg-plist
==============================================================================
--- head/games/tuxpaint/pkg-plist	Sat Dec 12 00:42:04 2020	(r557769)
+++ head/games/tuxpaint/pkg-plist	Sat Dec 12 00:53:09 2020	(r557770)
@@ -14,7 +14,6 @@ lib/tuxpaint/plugins/confetti.so
 lib/tuxpaint/plugins/distortion.so
 lib/tuxpaint/plugins/emboss.so
 lib/tuxpaint/plugins/fade_darken.so
-lib/tuxpaint/plugins/fill.so
 lib/tuxpaint/plugins/fisheye.so
 lib/tuxpaint/plugins/flower.so
 lib/tuxpaint/plugins/foam.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012120053.0BC0rAFf007722>