Bug 158499 - Update port: games/tuxpaint to 0.9.21
Summary: Update port: games/tuxpaint to 0.9.21
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-29 19:30 UTC by tkato432
Modified: 2011-08-10 15:40 UTC (History)
0 users

See Also:


Attachments
file.shar (283.21 KB, text/plain)
2011-06-29 19:30 UTC, tkato432
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2011-06-29 19:30:26 UTC
- Update games/tuxpaint to 0.9.21
- Update games/tuxpaint-config to 0.0.12
- Update games/tuxpaint-fonts to 2004.06.05
- Update games/tuxpaint-stamps to 2009.06.28
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-29 19:35:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2011-07-02 19:21:25 UTC
State Changed
From-To: open->feedback

failed http://tb.smeets.im/tb/index.php?action=describe_port&id=700
Comment 3 tkato432 2011-07-07 19:00:23 UTC
Here is the corrected patch.


diff -urN /usr/ports/games/tuxpaint/Makefile games/tuxpaint/Makefile
--- /usr/ports/games/tuxpaint/Makefile	2010-10-12 02:43:41.000000000 +0900
+++ games/tuxpaint/Makefile	2011-07-03 04:18:38.000000000 +0900
@@ -6,33 +6,55 @@
 #
 
 PORTNAME=	tuxpaint
-PORTVERSION=	0.9.20
-PORTREVISION=	6
+PORTVERSION=	0.9.21
 CATEGORIES=	games
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Drawing program designed for young children
 
-LIB_DEPENDS=	paper.2:${PORTSDIR}/print/libpaper \
-		rsvg-2:${PORTSDIR}/graphics/librsvg2
+LIB_DEPENDS=	fribidi.3:${PORTSDIR}/converters/fribidi \
+		paper.2:${PORTSDIR}/print/libpaper
 
-USE_GMAKE=	yes
-USE_GETTEXT=	yes
+USE_GNOME=	librsvg2
 USE_SDL=	image mixer sdl ttf pango
+USE_GETTEXT=	yes
+USE_GMAKE=	yes
+MAKE_ARGS=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib" \
+		PREFIX="${PREFIX}" \
+		DOC_PREFIX="${DOCSDIR}" \
+		DEVDOC_PREFIX="${DOCSDIR}/dev" \
+		MAN_PREFIX="${MANPREFIX}/man" \
+		DEVMAN_PREFIX="${MANPREFIX}/man" \
+		X11_ICON_PREFIX="${PREFIX}/share/pixmaps" \
+		ARCH_INSTALL="" \
+		OPTFLAGS="${CFLAGS} -DHAVE_STRCASESTR" \
+		MAGIC_CFLAGS="${CFLAGS} -fno-common -Isrc `$(SDL_CONFIG) --cflags `" \
+		SHARED_FLAGS="-shared -fPIC"
 
-MAN1=		tp-magic-config.1 tuxpaint.1 tuxpaint-import.1
 MANCOMPRESSED=	yes
+MAN1=		tp-magic-config.1 tuxpaint.1 tuxpaint-import.1
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
-			${WRKSRC}/${MAKEFILE} \
-			${WRKSRC}/src/tuxpaint-import.sh \
-			${WRKSRC}/src/tp_magic_api.h.in \
-			${WRKSRC}/src/tuxpaint.conf \
-			${WRKSRC}/hildon/tuxpaint.conf
 .if defined(NOPORTDOCS)
-	@${REINPLACE_CMD} -e 's|install-doc\([^:]\)|\1|' ${WRKSRC}/${MAKEFILE}
+INSTALL_TARGET=	install-bin install-data install-man install-magic-plugins \
+		install-magic-plugin-dev install-icon install-gettext \
+		install-im install-importscript install-default-config \
+		install-example-stamps install-example-starters
+.else
+INSTALL_TARGET=	install-bin install-data install-man install-magic-plugins \
+		install-magic-plugin-dev install-icon install-gettext \
+		install-im install-importscript install-default-config \
+		install-example-stamps install-example-starters install-doc
 .endif
 
+post-extract:
+	@${RM} -rf ${WRKSRC}/fonts/locale/vi_docs
+
+post-patch:
+.for file in src/tuxpaint-import.sh src/tp_magic_api.h.in src/tuxpaint.conf \
+	hildon/tuxpaint.conf
+	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/${file}
+.endfor
+
 .include <bsd.port.mk>
diff -urN /usr/ports/games/tuxpaint/distinfo games/tuxpaint/distinfo
--- /usr/ports/games/tuxpaint/distinfo	2011-07-04 02:04:10.000000000 +0900
+++ games/tuxpaint/distinfo	2011-03-23 10:11:57.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (tuxpaint-0.9.20.tar.gz) = 02daec451bf0ad2a6f32b5077e337df3a15df83b00df5943cfb10067896210bc
-SIZE (tuxpaint-0.9.20.tar.gz) = 8622291
+SHA256 (tuxpaint-0.9.21.tar.gz) = 6d4f2b981643b5c937708e5e6cdaf318ae7b5562375327b4b1cb84611e65ede9
+SIZE (tuxpaint-0.9.21.tar.gz) = 9543034
diff -urN /usr/ports/games/tuxpaint/files/patch-Makefile games/tuxpaint/files/patch-Makefile
--- /usr/ports/games/tuxpaint/files/patch-Makefile	2008-08-11 15:33:20.000000000 +0900
+++ games/tuxpaint/files/patch-Makefile	2010-10-19 05:56:05.000000000 +0900
@@ -1,85 +1,6 @@
---- ./Makefile.orig	2008-06-30 21:16:48.000000000 -0300
-+++ ./Makefile	2008-08-10 13:40:38.000000000 -0300
-@@ -34,14 +34,27 @@
- endif
- endif
- 
--# test if a library can be linked
--linktest = $(shell if $(CC) $(CPPFLAGS) $(CFLAGS) -o dummy.o dummy.c $(LDFLAGS) $(1) $(2) > /dev/null 2>&1; \
-+# test compiler options
-+comptest = $(shell if $(CC) $(CPPFLAGS) $(CFLAGS) $(1) $(2) -o dummy.o dummy.c $(LDFLAGS) > /dev/null 2>&1; \
- 	then \
- 		echo "$(1)"; \
- 	fi ;)
- 
--# test compiler options
--comptest = $(shell if $(CC) $(CPPFLAGS) $(CFLAGS) $(1) $(2) -o dummy.o dummy.c $(LDFLAGS) > /dev/null 2>&1; \
-+#-ffast-math
-+OPTFLAGS:=-O2
-+CFLAGS:=$(CFLAGS) -I$(LOCALBASE)/include \
-+	$(CPPFLAGS) $(OPTFLAGS) -W -Wall -fno-common -ffloat-store \
-+	$(call comptest,-fvisibility=hidden,) \
-+	-Wcast-align -Wredundant-decls \
-+	-Wbad-function-cast -Wwrite-strings \
-+	-Waggregate-return \
-+	-Wstrict-prototypes -Wmissing-prototypes \
-+	$(shell src/test-option.sh -Wstrict-aliasing=2)
-+
-+LDFLAGS=-L$(LOCALBASE)/lib
-+
-+# test if a library can be linked
-+linktest = $(shell if $(CC) $(CPPFLAGS) $(CFLAGS) -o dummy.o dummy.c $(LDFLAGS) $(1) $(2) > /dev/null 2>&1; \
- 	then \
- 		echo "$(1)"; \
- 	fi ;)
-@@ -122,9 +135,9 @@
- 
- # Docs and man page:
- DOC_PREFIX:=$(DESTDIR)$(PREFIX)/share/doc/tuxpaint
--DEVDOC_PREFIX:=$(DESTDIR)$(PREFIX)/share/doc/tuxpaint-dev
--MAN_PREFIX:=$(DESTDIR)$(PREFIX)/share/man
--DEVMAN_PREFIX:=$(DESTDIR)$(PREFIX)/share/man
-+DEVDOC_PREFIX:=$(DESTDIR)$(PREFIX)/share/doc/tuxpaint/dev
-+MAN_PREFIX:=$(DESTDIR)$(PREFIX)/man
-+DEVMAN_PREFIX:=$(DESTDIR)$(PREFIX)/man
- 
- 
- # 'System-wide' Config file:
-@@ -136,7 +149,7 @@
- 
- # Icons and launchers:
- ICON_PREFIX:=$(DESTDIR)$(PREFIX)/share/pixmaps
--X11_ICON_PREFIX:=$(DESTDIR)$(PREFIX)/X11R6/include/X11/pixmaps
-+X11_ICON_PREFIX:=$(DESTDIR)$(PREFIX)/share/pixmaps
- GNOME_PREFIX:=$(shell gnome-config --prefix 2> /dev/null)
- KDE_PREFIX:=$(shell kde-config --install apps --expandvars 2> /dev/null)
- KDE_ICON_PREFIX:=$(shell kde-config --install icon --expandvars 2> /dev/null)
-@@ -191,23 +204,13 @@
- 	@echo 'SDL_LIBS      is' $(SDL_LIBS)
- 	@echo 'SDL_CFLAGS    is' $(SDL_CFLAGS)
- 	@echo 'SVG_CFLAGS    is' $(SVG_CFLAGS)
--	@echo 'LDFLAGS       is' $(LDFLAGS)
-+	@echo '$(CFLAGS) -I$(LOCALBASE)/include \DFLAGS       is' $(LDFLAGS)
- 	@echo 'CFLAGS        is' $(CFLAGS)
- 	@echo 'CPPFLAGS      is' $(CPPFLAGS)
- endif
- 
- # The entire set of CFLAGS:
- 
--#-ffast-math
--OPTFLAGS:=-O2
--CFLAGS:=$(CPPFLAGS) $(OPTFLAGS) -W -Wall -fno-common -ffloat-store \
--	$(call comptest,-fvisibility=hidden,) \
--	-Wcast-align -Wredundant-decls \
--	-Wbad-function-cast -Wwrite-strings \
--	-Waggregate-return \
--	-Wstrict-prototypes -Wmissing-prototypes \
--	$(shell src/test-option.sh -Wstrict-aliasing=2)
--
- DEFS:=-DVER_DATE=\"$(VER_DATE)\" -DVER_VERSION=\"$(VER_VERSION)\" \
- 	-DDATA_PREFIX=\"$(patsubst $(DESTDIR)%,%,$(DATA_PREFIX))/\" \
- 	-DDOC_PREFIX=\"$(patsubst $(DESTDIR)%,%,$(DOC_PREFIX))/\" \
-@@ -300,7 +303,8 @@
+--- Makefile.orig	2009-04-29 14:18:57.000000000 +0900
++++ Makefile	2010-10-19 01:08:15.000000000 +0900
+@@ -303,7 +303,8 @@
  INSTALLED_MOFILES:=$(patsubst trans/%.mo,$(LOCALE_PREFIX)/%/LC_MESSAGES/tuxpaint.mo,$(MOFILES))
  
  $(INSTALLED_MOFILES): $(LOCALE_PREFIX)/%/LC_MESSAGES/tuxpaint.mo: trans/%.mo
@@ -89,16 +10,7 @@
  
  .PHONY: uninstall-i18n
  uninstall-i18n:
-@@ -390,7 +394,7 @@
- windows_ARCH_INSTALL:=
- osx_ARCH_INSTALL:=
- beos_ARCH_INSTALL:=
--linux_ARCH_INSTALL:=install-gnome install-kde install-kde-icons
-+linux_ARCH_INSTALL:=
- ARCH_INSTALL:=$($(OS)_ARCH_INSTALL)
- 
- # "make install" installs all of the various parts
-@@ -445,9 +449,6 @@
+@@ -448,9 +449,6 @@
  	@install -d $(INCLUDE_PREFIX)/tuxpaint
  	@cp src/tp_magic_api.h $(INCLUDE_PREFIX)/tuxpaint
  	@chmod a+r,g-w,o-w $(INCLUDE_PREFIX)/tuxpaint/tp_magic_api.h
@@ -108,7 +20,7 @@
  
  # Installs the various parts for the MinGW/MSYS development/testing environment.
  
-@@ -554,8 +555,10 @@
+@@ -557,8 +555,10 @@
  	@echo
  	@echo "...Installing default config file..."
  	@install -d $(CONFDIR)
@@ -121,7 +33,7 @@
  
  
  # Install example stamps
-@@ -572,7 +575,8 @@
+@@ -575,7 +575,8 @@
  INSTALLED_STARTERS:=$(patsubst %,$(DATA_PREFIX)/%,$(STARTERS))
  
  $(INSTALLED_STARTERS): $(DATA_PREFIX)/%: %
@@ -131,17 +43,17 @@
  
  # Install example starters
  .PHONY: install-example-starters
-@@ -790,6 +794,9 @@
+@@ -794,6 +795,9 @@
  	@cp -R docs/* $(DOC_PREFIX)
  	@cp -R magic/magic-docs $(DOC_PREFIX)
- 	@chmod a=rX,g=rX,u=rwX $(DOC_PREFIX)
+ 	@chmod -R a=rX,g=rX,u=rwX $(DOC_PREFIX)
 +	@install -d $(DEVDOC_PREFIX)
 +	@cp -R magic/docs/* $(DEVDOC_PREFIX)
-+	@chmod a=rX,g=rX,u=rwX $(DEVDOC_PREFIX)
++	@chmod -R a=rX,g=rX,u=rwX $(DEVDOC_PREFIX)
  
  
  # Install the man page:
-@@ -803,12 +810,6 @@
+@@ -807,12 +811,6 @@
  	@cp src/manpage/tuxpaint.1 $(MAN_PREFIX)/man1
  	@gzip -f $(MAN_PREFIX)/man1/tuxpaint.1
  	@chmod a+rx,g-w,o-w $(MAN_PREFIX)/man1/tuxpaint.1.gz
diff -urN /usr/ports/games/tuxpaint/pkg-descr games/tuxpaint/pkg-descr
--- /usr/ports/games/tuxpaint/pkg-descr	2006-11-09 13:15:17.000000000 +0900
+++ games/tuxpaint/pkg-descr	2010-10-18 23:59:30.000000000 +0900
@@ -4,4 +4,4 @@
 It provides a blank canvas and a variety of drawing tools to help your child
 be creative.
 
-WWW: http://www.newbreedsoftware.com/tuxpaint/
+WWW: http://www.tuxpaint.org/
diff -urN /usr/ports/games/tuxpaint/pkg-plist games/tuxpaint/pkg-plist
--- /usr/ports/games/tuxpaint/pkg-plist	2008-08-11 15:33:20.000000000 +0900
+++ games/tuxpaint/pkg-plist	2011-06-01 15:23:16.000000000 +0900
@@ -5,29 +5,46 @@
 etc/tuxpaint/tuxpaint.conf.sample
 @exec [ -f %D/etc/tuxpaint/tuxpaint.conf ] || cp %D/etc/tuxpaint/tuxpaint.conf.sample %D/etc/tuxpaint/tuxpaint.conf
 include/tuxpaint/tp_magic_api.h
+lib/tuxpaint/plugins/alien.so
 lib/tuxpaint/plugins/blocks_chalk_drip.so
 lib/tuxpaint/plugins/blur.so
 lib/tuxpaint/plugins/bricks.so
 lib/tuxpaint/plugins/calligraphy.so
 lib/tuxpaint/plugins/cartoon.so
+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
+lib/tuxpaint/plugins/fold.so
 lib/tuxpaint/plugins/glasstile.so
 lib/tuxpaint/plugins/grass.so
 lib/tuxpaint/plugins/kalidescope.so
 lib/tuxpaint/plugins/light.so
 lib/tuxpaint/plugins/metalpaint.so
 lib/tuxpaint/plugins/mirror_flip.so
+lib/tuxpaint/plugins/mosaic.so
 lib/tuxpaint/plugins/negative.so
+lib/tuxpaint/plugins/noise.so
+lib/tuxpaint/plugins/puzzle.so
+lib/tuxpaint/plugins/rails.so
+lib/tuxpaint/plugins/rain.so
 lib/tuxpaint/plugins/rainbow.so
+lib/tuxpaint/plugins/realrainbow.so
 lib/tuxpaint/plugins/ripples.so
+lib/tuxpaint/plugins/rosette.so
+lib/tuxpaint/plugins/sharpen.so
 lib/tuxpaint/plugins/shift.so
 lib/tuxpaint/plugins/smudge.so
+lib/tuxpaint/plugins/snow.so
+lib/tuxpaint/plugins/string.so
 lib/tuxpaint/plugins/tint.so
+lib/tuxpaint/plugins/toothpaste.so
+lib/tuxpaint/plugins/tornado.so
+lib/tuxpaint/plugins/tv.so
 lib/tuxpaint/plugins/waves.so
 %%PORTDOCS%%%%DOCSDIR%%/ADVANCED-STAMPS-HOWTO.txt
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt
@@ -330,14 +347,20 @@
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/calligraphy.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/cartoon.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/chalk.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/colorandwhite.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/colorshift.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/confetti.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/darken.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/distortion.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/drip.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/edges.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/emboss.txt
-%%PORTDOCS%%%%DOCSDIR%%/magic-docs/fade.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/fill.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/fisheye.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/flip.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/flower.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/foam.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/fold.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/glasstile.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/grass.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/blocks.html
@@ -346,37 +369,81 @@
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/calligraphy.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/cartoon.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/chalk.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/colorandwhite.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/colorshift.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/confetti.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/darken.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/distortion.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/drip.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/edges.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/emboss.html
-%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/fade.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/fill.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/fisheye.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/flip.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/flower.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/foam.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/fold.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/glasstile.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/grass.html
-%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/kalidescope.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/index.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/kaleidoscope.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/light.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/lighten.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/metalpaint.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/mirror.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/negative.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/noise.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/picasso.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/rails.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/rain.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/rainbow.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/realrainbow.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/ripples.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/rosette.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/sharpen.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/shift.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/silhouette.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/smudge.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/snowball.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/snowflake.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/stringcorner.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/stringedges.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/stringv.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/tint.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/toothpaste.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/tv.html
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/wavelets.html
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/html/waves.html
-%%PORTDOCS%%%%DOCSDIR%%/magic-docs/kalidescope.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/index.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/kaleidoscope.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/light.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/lighten.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/metalpaint.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/mirror.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/negative.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/noise.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/picasso.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/rails.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/rain.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/rainbow.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/realrainbow.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/ripples.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/rosette.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/sharpen.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/shift.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/silhouette.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/smudge.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/snowball.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/snowflake.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/src/Makefile
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/src/magic-docs.php
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/stringcorner.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/stringedges.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/stringv.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/tint.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/toothpaste.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/tv.txt
+%%PORTDOCS%%%%DOCSDIR%%/magic-docs/wavelets.txt
 %%PORTDOCS%%%%DOCSDIR%%/magic-docs/waves.txt
 %%PORTDOCS%%%%DOCSDIR%%/ms/COPYING.txt
 %%PORTDOCS%%%%DOCSDIR%%/nb/AUTHORS.txt
@@ -537,13 +604,15 @@
 share/locale/oc/LC_MESSAGES/tuxpaint.mo
 share/locale/oj/LC_MESSAGES/tuxpaint.mo
 share/locale/pl/LC_MESSAGES/tuxpaint.mo
+share/locale/pt/LC_MESSAGES/tuxpaint.mo
 share/locale/pt_BR/LC_MESSAGES/tuxpaint.mo
-share/locale/pt_PT/LC_MESSAGES/tuxpaint.mo
 share/locale/ro/LC_MESSAGES/tuxpaint.mo
 share/locale/ru/LC_MESSAGES/tuxpaint.mo
 share/locale/rw/LC_MESSAGES/tuxpaint.mo
+share/locale/shs/LC_MESSAGES/tuxpaint.mo
 share/locale/sk/LC_MESSAGES/tuxpaint.mo
 share/locale/sl/LC_MESSAGES/tuxpaint.mo
+share/locale/son/LC_MESSAGES/tuxpaint.mo
 share/locale/sq/LC_MESSAGES/tuxpaint.mo
 share/locale/sr/LC_MESSAGES/tuxpaint.mo
 share/locale/sv/LC_MESSAGES/tuxpaint.mo
@@ -561,9 +630,9 @@
 share/locale/wa/LC_MESSAGES/tuxpaint.mo
 share/locale/wo/LC_MESSAGES/tuxpaint.mo
 share/locale/xh/LC_MESSAGES/tuxpaint.mo
+share/locale/zam/LC_MESSAGES/tuxpaint.mo
 share/locale/zh_CN/LC_MESSAGES/tuxpaint.mo
 share/locale/zh_TW/LC_MESSAGES/tuxpaint.mo
-share/locale/zw/LC_MESSAGES/tuxpaint.mo
 share/pixmaps/tuxpaint.png
 share/pixmaps/tuxpaint.xpm
 %%DATADIR%%/brushes/aa_round_03.png
@@ -672,9 +741,7 @@
 %%DATADIR%%/fonts/locale/th.ttf
 %%DATADIR%%/fonts/locale/th_docs/COPYING.txt
 %%DATADIR%%/fonts/locale/th_docs/README.txt
-%%DATADIR%%/fonts/locale/vi_docs/COPYING.txt
-%%DATADIR%%/fonts/locale/vi_docs/README.txt
-%%DATADIR%%/fonts/locale/zh_tw.ttf
+%%DATADIR%%/fonts/locale/zh_TW.ttf
 %%DATADIR%%/fonts/locale/zh_tw_docs/COPYING.txt
 %%DATADIR%%/fonts/locale/zh_tw_docs/README.txt
 %%DATADIR%%/fonts/locale/zh_tw_docs/do_it.sh
@@ -695,18 +762,25 @@
 %%DATADIR%%/images/icon48x48.png
 %%DATADIR%%/images/icon64x64.png
 %%DATADIR%%/images/icon96x96.png
+%%DATADIR%%/images/magic/Snow_flake4.png
+%%DATADIR%%/images/magic/Snow_flake5.png
+%%DATADIR%%/images/magic/alien.png
 %%DATADIR%%/images/magic/blocks.png
 %%DATADIR%%/images/magic/blur.png
 %%DATADIR%%/images/magic/calligraphy.png
 %%DATADIR%%/images/magic/calligraphy_brush.png
 %%DATADIR%%/images/magic/cartoon.png
 %%DATADIR%%/images/magic/chalk.png
+%%DATADIR%%/images/magic/colornwhite.png
+%%DATADIR%%/images/magic/confetti.png
 %%DATADIR%%/images/magic/darken.png
 %%DATADIR%%/images/magic/distortion.png
 %%DATADIR%%/images/magic/drip.png
+%%DATADIR%%/images/magic/edges.png
 %%DATADIR%%/images/magic/emboss.png
 %%DATADIR%%/images/magic/fade.png
 %%DATADIR%%/images/magic/fill.png
+%%DATADIR%%/images/magic/fisheye.png
 %%DATADIR%%/images/magic/flip.png
 %%DATADIR%%/images/magic/flower.png
 %%DATADIR%%/images/magic/flower_base.png
@@ -714,6 +788,7 @@
 %%DATADIR%%/images/magic/flower_petals.png
 %%DATADIR%%/images/magic/foam.png
 %%DATADIR%%/images/magic/foam_data.png
+%%DATADIR%%/images/magic/fold.png
 %%DATADIR%%/images/magic/glasstile.png
 %%DATADIR%%/images/magic/grass.png
 %%DATADIR%%/images/magic/grass_data.png
@@ -722,15 +797,41 @@
 %%DATADIR%%/images/magic/light.png
 %%DATADIR%%/images/magic/metalpaint.png
 %%DATADIR%%/images/magic/mirror.png
+%%DATADIR%%/images/magic/mosaic.png
 %%DATADIR%%/images/magic/negative.png
+%%DATADIR%%/images/magic/noise.png
+%%DATADIR%%/images/magic/picasso.png
+%%DATADIR%%/images/magic/puzzle.png
+%%DATADIR%%/images/magic/rails.png
+%%DATADIR%%/images/magic/rails_corner.png
+%%DATADIR%%/images/magic/rails_four.png
+%%DATADIR%%/images/magic/rails_one.png
+%%DATADIR%%/images/magic/rails_three.png
+%%DATADIR%%/images/magic/rain.png
 %%DATADIR%%/images/magic/rainbow.png
+%%DATADIR%%/images/magic/realrainbow-colors.png
+%%DATADIR%%/images/magic/realrainbow.png
 %%DATADIR%%/images/magic/ripples.png
+%%DATADIR%%/images/magic/rosette.png
+%%DATADIR%%/images/magic/sharpen.png
 %%DATADIR%%/images/magic/shift.png
+%%DATADIR%%/images/magic/silhouette.png
 %%DATADIR%%/images/magic/smallbrick.png
 %%DATADIR%%/images/magic/smudge.png
+%%DATADIR%%/images/magic/snowball.png
+%%DATADIR%%/images/magic/snowflake.png
+%%DATADIR%%/images/magic/string_art_angles.png
+%%DATADIR%%/images/magic/string_art_full_by_offset.png
+%%DATADIR%%/images/magic/string_art_triangles.png
 %%DATADIR%%/images/magic/thick.png
 %%DATADIR%%/images/magic/thin.png
 %%DATADIR%%/images/magic/tint.png
+%%DATADIR%%/images/magic/toothpaste.png
+%%DATADIR%%/images/magic/tornado.png
+%%DATADIR%%/images/magic/tornado_base.png
+%%DATADIR%%/images/magic/tornado_cloud.png
+%%DATADIR%%/images/magic/tv.png
+%%DATADIR%%/images/magic/wavelet.png
 %%DATADIR%%/images/magic/waves.png
 %%DATADIR%%/images/shapes/circle.png
 %%DATADIR%%/images/shapes/circle_f.png
@@ -801,6 +902,8 @@
 %%DATADIR%%/images/ui/flip.png
 %%DATADIR%%/images/ui/grow.png
 %%DATADIR%%/images/ui/italic.png
+%%DATADIR%%/images/ui/magic_fullscreen.png
+%%DATADIR%%/images/ui/magic_paint.png
 %%DATADIR%%/images/ui/mirror.png
 %%DATADIR%%/images/ui/mouse.png
 %%DATADIR%%/images/ui/mouse_click.png
@@ -845,20 +948,28 @@
 %%DATADIR%%/sounds/keyclick.wav
 %%DATADIR%%/sounds/line_end.wav
 %%DATADIR%%/sounds/line_start.wav
+%%DATADIR%%/sounds/magic/alien.ogg
 %%DATADIR%%/sounds/magic/blocks.wav
 %%DATADIR%%/sounds/magic/blur.wav
 %%DATADIR%%/sounds/magic/brick.wav
+%%DATADIR%%/sounds/magic/calligraphy.ogg
 %%DATADIR%%/sounds/magic/cartoon.wav
 %%DATADIR%%/sounds/magic/chalk.wav
+%%DATADIR%%/sounds/magic/confetti.ogg
 %%DATADIR%%/sounds/magic/darken.wav
+%%DATADIR%%/sounds/magic/distortion.ogg
 %%DATADIR%%/sounds/magic/drip.wav
+%%DATADIR%%/sounds/magic/edges.ogg
 %%DATADIR%%/sounds/magic/emboss.ogg
 %%DATADIR%%/sounds/magic/fade.wav
 %%DATADIR%%/sounds/magic/fill.wav
+%%DATADIR%%/sounds/magic/fisheye.ogg
 %%DATADIR%%/sounds/magic/flip.wav
 %%DATADIR%%/sounds/magic/flower_click.ogg
 %%DATADIR%%/sounds/magic/flower_release.ogg
 %%DATADIR%%/sounds/magic/foam.ogg
+%%DATADIR%%/sounds/magic/fold.ogg
+%%DATADIR%%/sounds/magic/fold.wav
 %%DATADIR%%/sounds/magic/glasstile.ogg
 %%DATADIR%%/sounds/magic/grass.wav
 %%DATADIR%%/sounds/magic/kaleidoscope.ogg
@@ -866,15 +977,32 @@
 %%DATADIR%%/sounds/magic/light2.ogg
 %%DATADIR%%/sounds/magic/metalpaint.wav
 %%DATADIR%%/sounds/magic/mirror.wav
+%%DATADIR%%/sounds/magic/mosaic.ogg
 %%DATADIR%%/sounds/magic/negative.wav
+%%DATADIR%%/sounds/magic/noise.ogg
+%%DATADIR%%/sounds/magic/picasso.ogg
+%%DATADIR%%/sounds/magic/rails.wav
+%%DATADIR%%/sounds/magic/rain.ogg
 %%DATADIR%%/sounds/magic/rainbow.wav
+%%DATADIR%%/sounds/magic/realrainbow.ogg
 %%DATADIR%%/sounds/magic/ripples.ogg
+%%DATADIR%%/sounds/magic/sharpen.ogg
 %%DATADIR%%/sounds/magic/shift.ogg
+%%DATADIR%%/sounds/magic/silhouette.ogg
 %%DATADIR%%/sounds/magic/smudge.wav
+%%DATADIR%%/sounds/magic/snowball.ogg
+%%DATADIR%%/sounds/magic/snowflake.ogg
+%%DATADIR%%/sounds/magic/string.ogg
+%%DATADIR%%/sounds/magic/string2.ogg
+%%DATADIR%%/sounds/magic/string3.ogg
 %%DATADIR%%/sounds/magic/thick.wav
 %%DATADIR%%/sounds/magic/thin.wav
 %%DATADIR%%/sounds/magic/tint.wav
-%%DATADIR%%/sounds/magic/waves.wav
+%%DATADIR%%/sounds/magic/toothpaste.ogg
+%%DATADIR%%/sounds/magic/tornado_release.ogg
+%%DATADIR%%/sounds/magic/tv.ogg
+%%DATADIR%%/sounds/magic/wavelet.ogg
+%%DATADIR%%/sounds/magic/waves.ogg
 %%DATADIR%%/sounds/mirror.wav
 %%DATADIR%%/sounds/paint1.wav
 %%DATADIR%%/sounds/paint2.wav
@@ -903,6 +1031,8 @@
 %%DATADIR%%/stamps/cartoon/tux/tux-yes1.png
 %%DATADIR%%/stamps/cartoon/tux/tux-yes2.dat
 %%DATADIR%%/stamps/cartoon/tux/tux-yes2.png
+%%DATADIR%%/starters/Jigsaw_3x3.png
+%%DATADIR%%/starters/Jigsaw_5x5.png
 %%DATADIR%%/starters/carcassone.png
 %%DATADIR%%/starters/chessboard-back.png
 %%DATADIR%%/starters/chessboard.png
@@ -919,6 +1049,7 @@
 %%DATADIR%%/starters/reef.txt
 %%DATADIR%%/starters/rocket.png
 %%DATADIR%%/starters/shipwreck.png
+%%DATADIR%%/starters/silver_frame.png
 %%DATADIR%%/starters/skyline-sf-dusk-back.jpeg
 %%DATADIR%%/starters/skyline-sf-dusk.png
 %%DATADIR%%/starters/skyline-sf-dusk.txt
@@ -952,7 +1083,6 @@
 @dirrm %%DATADIR%%/images
 @dirrm %%DATADIR%%/im
 @dirrm %%DATADIR%%/fonts/locale/zh_tw_docs
-@dirrm %%DATADIR%%/fonts/locale/vi_docs
 @dirrm %%DATADIR%%/fonts/locale/th_docs
 @dirrm %%DATADIR%%/fonts/locale/te_docs
 @dirrm %%DATADIR%%/fonts/locale/ta_docs
@@ -968,6 +1098,40 @@
 @dirrm %%DATADIR%%/fonts
 @dirrm %%DATADIR%%/brushes
 @dirrm %%DATADIR%%
+@dirrmtry share/locale/zam/LC_MESSAGES
+@dirrmtry share/locale/zam
+@dirrmtry share/locale/wo/LC_MESSAGES
+@dirrmtry share/locale/wo
+@dirrmtry share/locale/ve/LC_MESSAGES
+@dirrmtry share/locale/ve
+@dirrmtry share/locale/twi/LC_MESSAGES
+@dirrmtry share/locale/twi
+@dirrmtry share/locale/tlh/LC_MESSAGES
+@dirrmtry share/locale/tlh
+@dirrmtry share/locale/sw/LC_MESSAGES
+@dirrmtry share/locale/sw
+@dirrmtry share/locale/son/LC_MESSAGES
+@dirrmtry share/locale/son
+@dirrmtry share/locale/shs/LC_MESSAGES
+@dirrmtry share/locale/shs
+@dirrmtry share/locale/oj/LC_MESSAGES
+@dirrmtry share/locale/oj
+@dirrmtry share/locale/nr/LC_MESSAGES
+@dirrmtry share/locale/nr
+@dirrmtry share/locale/km/LC_MESSAGES
+@dirrmtry share/locale/km
+@dirrmtry share/locale/gos/LC_MESSAGES
+@dirrmtry share/locale/gos
+@dirrmtry share/locale/gd/LC_MESSAGES
+@dirrmtry share/locale/gd
+@dirrmtry share/locale/fo/LC_MESSAGES
+@dirrmtry share/locale/fo
+@dirrmtry share/locale/en_ZA/LC_MESSAGES
+@dirrmtry share/locale/en_ZA
+@dirrmtry share/locale/bo/LC_MESSAGES
+@dirrmtry share/locale/bo
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/zh_tw/html
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/zh_tw
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/zh_cn/html
@@ -990,6 +1154,7 @@
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/nl
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/nb
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/ms
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/magic-docs/src
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/magic-docs/html
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/magic-docs
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/lt
@@ -1032,34 +1197,4 @@
 @dirrm lib/tuxpaint/plugins
 @dirrm lib/tuxpaint
 @dirrm include/tuxpaint
-@dirrmtry share/locale/zw/LC_MESSAGES
-@dirrmtry share/locale/zw
-@dirrmtry share/locale/wo/LC_MESSAGES
-@dirrmtry share/locale/wo
-@dirrmtry share/locale/ve/LC_MESSAGES
-@dirrmtry share/locale/ve
-@dirrmtry share/locale/twi/LC_MESSAGES
-@dirrmtry share/locale/twi
-@dirrmtry share/locale/tlh/LC_MESSAGES
-@dirrmtry share/locale/tlh
-@dirrmtry share/locale/sw/LC_MESSAGES
-@dirrmtry share/locale/sw
-@dirrmtry share/locale/oj/LC_MESSAGES
-@dirrmtry share/locale/oj
-@dirrmtry share/locale/nr/LC_MESSAGES
-@dirrmtry share/locale/nr
-@dirrmtry share/locale/km/LC_MESSAGES
-@dirrmtry share/locale/km
-@dirrmtry share/locale/gos/LC_MESSAGES
-@dirrmtry share/locale/gos
-@dirrmtry share/locale/gd/LC_MESSAGES
-@dirrmtry share/locale/gd
-@dirrmtry share/locale/fo/LC_MESSAGES
-@dirrmtry share/locale/fo
-@dirrmtry share/locale/en_ZA/LC_MESSAGES
-@dirrmtry share/locale/en_ZA
-@dirrmtry share/locale/bo/LC_MESSAGES
-@dirrmtry share/locale/bo
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
 @dirrmtry etc/tuxpaint
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2011-07-12 05:58:05 UTC
State Changed
From-To: feedback->open

Submitter has replied with updated patch. 


Comment 5 Mark Linimon freebsd_committer freebsd_triage 2011-07-12 05:58:05 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Back to pool at assignee request for the moment.
Comment 6 Emanuel Haupt freebsd_committer freebsd_triage 2011-08-09 19:54:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

I will take care of it.
Comment 7 dfilter service freebsd_committer freebsd_triage 2011-08-10 15:31:37 UTC
ehaupt      2011-08-10 14:30:56 UTC

  FreeBSD ports repository

  Modified files:
    games/tuxpaint       Makefile distinfo pkg-descr pkg-plist 
    games/tuxpaint/files patch-Makefile 
  Log:
  Update to 0.9.21
  
  PR:             158499
  Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
  
  Revision  Changes    Path
  1.24      +37 -15    ports/games/tuxpaint/Makefile
  1.11      +2 -2      ports/games/tuxpaint/distinfo
  1.10      +10 -98    ports/games/tuxpaint/files/patch-Makefile
  1.3       +1 -1      ports/games/tuxpaint/pkg-descr
  1.13      +176 -41   ports/games/tuxpaint/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 8 dfilter service freebsd_committer freebsd_triage 2011-08-10 15:31:43 UTC
ehaupt      2011-08-10 14:31:02 UTC

  FreeBSD ports repository

  Modified files:
    games/tuxpaint-config Makefile distinfo pkg-descr pkg-plist 
    games/tuxpaint-config/files patch-Makefile 
  Log:
  Update to 0.0.12
  
  PR:             158499
  Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
  
  Revision  Changes    Path
  1.18      +13 -8     ports/games/tuxpaint-config/Makefile
  1.8       +2 -2      ports/games/tuxpaint-config/distinfo
  1.5       +11 -56    ports/games/tuxpaint-config/files/patch-Makefile
  1.3       +1 -1      ports/games/tuxpaint-config/pkg-descr
  1.3       +21 -0     ports/games/tuxpaint-config/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 9 dfilter service freebsd_committer freebsd_triage 2011-08-10 15:31:58 UTC
ehaupt      2011-08-10 14:31:06 UTC

  FreeBSD ports repository

  Modified files:
    games/tuxpaint-fonts Makefile distinfo pkg-descr 
  Log:
  Update to 2004.06.05
  
  PR:             158499
  Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
  
  Revision  Changes    Path
  1.15      +25 -14    ports/games/tuxpaint-fonts/Makefile
  1.5       +2 -6      ports/games/tuxpaint-fonts/distinfo
  1.2       +1 -4      ports/games/tuxpaint-fonts/pkg-descr
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 10 dfilter service freebsd_committer freebsd_triage 2011-08-10 15:32:04 UTC
ehaupt      2011-08-10 14:31:12 UTC

  FreeBSD ports repository

  Modified files:
    games/tuxpaint-stamps Makefile distinfo pkg-descr pkg-plist 
  Log:
  Update to 2009.06.28
  
  PR:             158499
  Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
  
  Revision  Changes    Path
  1.17      +5 -6      ports/games/tuxpaint-stamps/Makefile
  1.10      +2 -2      ports/games/tuxpaint-stamps/distinfo
  1.3       +1 -1      ports/games/tuxpaint-stamps/pkg-descr
  1.8       +1025 -5   ports/games/tuxpaint-stamps/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 11 Emanuel Haupt freebsd_committer freebsd_triage 2011-08-10 15:32:09 UTC
State Changed
From-To: open->closed

Committed, thanks!