From tobias.kortkamp@gmail.com  Sat May 18 18:40:06 2013
Return-Path: <tobias.kortkamp@gmail.com>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 966DB4EA
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 May 2013 18:40:06 +0000 (UTC)
	(envelope-from tobias.kortkamp@gmail.com)
Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180])
	by mx1.freebsd.org (Postfix) with ESMTP id 20AB7DF1
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 May 2013 18:40:05 +0000 (UTC)
Received: by mail-lb0-f180.google.com with SMTP id r10so1728082lbi.39
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 May 2013 11:39:59 -0700 (PDT)
Received: from localhost (p5B3D1918.dip0.t-ipconnect.de. [91.61.25.24])
        by mx.google.com with ESMTPSA id w3sm7037113lae.7.2013.05.18.11.39.56
        for <FreeBSD-gnats-submit@freebsd.org>
        (version=TLSv1 cipher=RC4-SHA bits=128/128);
        Sat, 18 May 2013 11:39:57 -0700 (PDT)
Message-Id: <5197cafd.a315980a.2d55.41f1@mx.google.com>
Date: Sat, 18 May 2013 11:39:57 -0700 (PDT)
From: Tobias Kortkamp <tobias.kortkamp@gmail.com>
Reply-To: Tobias Kortkamp <tobias.kortkamp@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer update] deskutils/easystroke to 0.6.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         178751
>Category:       ports
>Synopsis:       [maintainer update] deskutils/easystroke to 0.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 18 18:50:00 UTC 2013
>Closed-Date:    Sun May 26 16:39:21 UTC 2013
>Last-Modified:  Sun May 26 16:39:21 UTC 2013
>Originator:     Tobias Kortkamp
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD thor 9.1-RELEASE FreeBSD 9.1-RELEASE #2: Tue Nov 27 03:45:16 UTC 2012 root@darkstar:/usr/obj/pcbsd-build90/fbsd-source/9.1/sys/GENERIC amd64


	
>Description:
    Updates port deskutils/easystroke to current upstream version 0.6.0
	
>How-To-Repeat:
	
>Fix:

	

--- easystroke.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	easystroke
#	easystroke/files
#	easystroke/files/patch-Makefile
#	easystroke/distinfo
#	easystroke/Makefile
#	easystroke/pkg-plist
#	easystroke/pkg-descr
#
echo c - easystroke
mkdir -p easystroke > /dev/null 2>&1
echo c - easystroke/files
mkdir -p easystroke/files > /dev/null 2>&1
echo x - easystroke/files/patch-Makefile
sed 's/^X//' >easystroke/files/patch-Makefile << '2cc3d0c17447df37667e45db0ba0aea4'
X--- Makefile.orig	2013-05-18 19:53:39.780480687 +0200
X+++ Makefile	2013-05-18 19:54:36.579483230 +0200
X@@ -82,9 +82,9 @@
X easystroke.desktop: easystroke.desktop.in $(MOFILES)
X 	intltool-merge po/ -d -u $< $@
X 
X-desktop.c: easystroke.desktop
X+desktop.c:
X 	echo "const char *desktop_file = \"\\" > $@
X-	sed 's/Exec=easystroke/Exec=%1$$s/' $< | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
X+	sed 's/Exec=easystroke/Exec=%1$$s/' easystroke.desktop | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
X 	echo "\";" >> $@
X 
X po/POTFILES.in: $(CCFILES) $(HFILES)
2cc3d0c17447df37667e45db0ba0aea4
echo x - easystroke/distinfo
sed 's/^X//' >easystroke/distinfo << '318a3d458b6104588612cf3e6a61e417'
XSHA256 (easystroke-0.6.0.tar.gz) = f4c37adbc4dd405a24badb9e6be20d3223b4087ff9caed2c15ff71674051d0fd
XSIZE (easystroke-0.6.0.tar.gz) = 121358
318a3d458b6104588612cf3e6a61e417
echo x - easystroke/Makefile
sed 's/^X//' >easystroke/Makefile << 'c14e3dc4b5e5d944d08a8fa94eefb77f'
X# Created by: Tobias Kortkamp <tobias.kortkamp@gmail.com>
X# $FreeBSD$
X
XPORTNAME=	easystroke
XPORTVERSION=	0.6.0
XCATEGORIES=	deskutils
XMASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
X
XMAINTAINER=	tobias.kortkamp@gmail.com
XCOMMENT=	Easystroke is a gesture-recognition application for X11
X
XBUILD_DEPENDS=	help2man:${PORTSDIR}/misc/help2man \
X		${LOCALBASE}/include/xorg/xserver-properties.h:${PORTSDIR}/x11-servers/xorg-server
XLIB_DEPENDS=	gtkmm-3:${PORTSDIR}/x11-toolkits/gtkmm30 \
X		dbus-glib:${PORTSDIR}/devel/dbus-glib \
X		boost_serialization:${PORTSDIR}/devel/boost-libs
X
XMAN1=		easystroke.1
X
XUSE_GCC=	any
XUSE_XORG=	x11 xtst
XUSE_GMAKE=	yes
XINSTALLS_ICONS=	yes
X
XOPTIONS_DEFINE=	NLS
X
X.include <bsd.port.options.mk>
X
XUSES+=		gettext
X
X.if ${PORT_OPTIONS:MNLS}
XBUILD_DEPENDS+=	intltool-merge:${PORTSDIR}/textproc/intltool
XPLIST_SUB+=		NLS=""
XALL_TARGET=		easystroke.desktop all man
X.else
X# This builds easystroke without translations
XALL_TARGET=		man
XPLIST_SUB+=		NLS="@comment "
X# Create a .desktop file without translations.
X# It's usually created by intltool-merge during the build.
Xpre-build:
X	@${CP} ${WRKSRC}/${PORTNAME}.desktop.in ${WRKSRC}/${PORTNAME}.desktop
X.endif
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/bin/
X	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X	@${MKDIR} ${PREFIX}/share/applications/
X	@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications/
X	@${MKDIR} ${PREFIX}/share/pixmaps/
X	@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.svg ${PREFIX}/share/pixmaps/
X	@${MKDIR} ${PREFIX}/man/man1/
X	@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
X
X.if ${PORT_OPTIONS:MNLS}
X	@${MKDIR} ${PREFIX}/share/locale/
X	@(cd ${WRKSRC}/po/ && \
X		${COPYTREE_SHARE} \* ${PREFIX}/share/locale/ "-name *.mo")
X.endif
X
X.include <bsd.port.mk>
c14e3dc4b5e5d944d08a8fa94eefb77f
echo x - easystroke/pkg-plist
sed 's/^X//' >easystroke/pkg-plist << 'aac24fe806e22ed342a1eb18539f1f80'
Xshare/pixmaps/easystroke.svg
X%%NLS%%share/locale/ru/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/ko/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/fi/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/el/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/ja/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/de/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/vi/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/zh_CN/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/it/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/ca/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/zh_TW/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/hu/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/es/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/pl/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/fr/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/he/LC_MESSAGES/easystroke.mo
X%%NLS%%share/locale/cs/LC_MESSAGES/easystroke.mo
Xshare/applications/easystroke.desktop
Xbin/easystroke
X@dirrmtry share/applications
aac24fe806e22ed342a1eb18539f1f80
echo x - easystroke/pkg-descr
sed 's/^X//' >easystroke/pkg-descr << '6cc4ab20f6a199223c739f1ac57956a1'
XEasystroke is a gesture-recognition application for X11. Gestures or
Xstrokes are movements that you make with your mouse (or your pen,
Xfinger etc.) while holding down a specific mouse button. Easystroke
Xwill execute certain actions if it recognizes the stroke; currently
Xeasystroke can emulate key presses, execute shell commands, hold down
Xmodifiers and emulate a scroll wheel. The program was designed with
XTablet PCs in mind and can be used effectively even without access to
Xa keyboard.
X
XWWW: http://easystroke.sourceforge.net/
6cc4ab20f6a199223c739f1ac57956a1
exit
--- easystroke.shar ends here ---


>Release-Note:
>Audit-Trail:

From: William Grzybowski <william88@gmail.com>
To: bug-followup@FreeBSD.org, tobias.kortkamp@gmail.com
Cc:  
Subject: Re: ports/178751: [maintainer update] deskutils/easystroke to 0.6.0
Date: Fri, 24 May 2013 08:01:42 -0300

 Hi,
 
 As you're the maintainer of this port it would be really useful if you
 send a patch(1), or a svn diff of a subversion checkout of the ports.
 
 
 Thank you
 
 --
 William Grzybowski
 ------------------------------------------
 Curitiba/PR - Brasil
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Fri May 24 11:25:40 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178751 

From: Tobias Kortkamp <tobias.kortkamp@gmail.com>
To: William Grzybowski <william88@gmail.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/178751: [maintainer update] deskutils/easystroke to 0.6.0
Date: Fri, 24 May 2013 13:20:16 +0200

 This is a multi-part message in MIME format.
 --------------090606060404030007010302
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 On 05/24/2013 13:01, William Grzybowski wrote:
 > Hi,
 >
 > As you're the maintainer of this port it would be really useful if you
 > send a patch(1), or a svn diff of a subversion checkout of the ports.
 
 Here you go.
 
 --------------090606060404030007010302
 Content-Type: text/x-patch;
  name="easystroke.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="easystroke.patch"
 
 Index: deskutils/easystroke/Makefile
 ===================================================================
 --- deskutils/easystroke/Makefile	(revision 318957)
 +++ deskutils/easystroke/Makefile	(working copy)
 @@ -1,8 +1,8 @@
 -# Created by:	Tobias Kortkamp <tobias.kortkamp@gmail.com>
 +# Created by: Tobias Kortkamp <tobias.kortkamp@gmail.com>
  # $FreeBSD$
  
  PORTNAME=	easystroke
 -PORTVERSION=	0.5.6
 +PORTVERSION=	0.6.0
  CATEGORIES=	deskutils
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
  
 @@ -11,7 +11,7 @@
  
  BUILD_DEPENDS=	help2man:${PORTSDIR}/misc/help2man \
  		${LOCALBASE}/include/xorg/xserver-properties.h:${PORTSDIR}/x11-servers/xorg-server
 -LIB_DEPENDS=	gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
 +LIB_DEPENDS=	gtkmm-3:${PORTSDIR}/x11-toolkits/gtkmm30 \
  		dbus-glib:${PORTSDIR}/devel/dbus-glib \
  		boost_serialization:${PORTSDIR}/devel/boost-libs
  
 Index: deskutils/easystroke/distinfo
 ===================================================================
 --- deskutils/easystroke/distinfo	(revision 318957)
 +++ deskutils/easystroke/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (easystroke-0.5.6.tar.gz) = aee0b9127610ea2b75d0d9ff056e804f059c2241e5e94eae49140268c7fc13ab
 -SIZE (easystroke-0.5.6.tar.gz) = 111143
 +SHA256 (easystroke-0.6.0.tar.gz) = f4c37adbc4dd405a24badb9e6be20d3223b4087ff9caed2c15ff71674051d0fd
 +SIZE (easystroke-0.6.0.tar.gz) = 121358
 Index: deskutils/easystroke/files/patch-Makefile
 ===================================================================
 --- deskutils/easystroke/files/patch-Makefile	(revision 318957)
 +++ deskutils/easystroke/files/patch-Makefile	(working copy)
 @@ -1,14 +1,14 @@
 ---- Makefile.orig	2013-02-14 11:04:30.880047783 +0100
 -+++ Makefile	2013-02-14 11:05:05.096047700 +0100
 -@@ -78,9 +78,9 @@
 +--- Makefile.orig	2013-05-18 19:53:39.780480687 +0200
 ++++ Makefile	2013-05-18 19:54:36.579483230 +0200
 +@@ -82,9 +82,9 @@
   easystroke.desktop: easystroke.desktop.in $(MOFILES)
   	intltool-merge po/ -d -u $< $@
   
  -desktop.c: easystroke.desktop
  +desktop.c:
   	echo "const char *desktop_file = \"\\" > $@
 --	sed 's/Exec=easystroke/Exec=%s/' $< | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
 -+	sed 's/Exec=easystroke/Exec=%s/' easystroke.desktop | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
 +-	sed 's/Exec=easystroke/Exec=%1$$s/' $< | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
 ++	sed 's/Exec=easystroke/Exec=%1$$s/' easystroke.desktop | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
   	echo "\";" >> $@
   
 - dbus-server.cc: dbus-server.h
 + po/POTFILES.in: $(CCFILES) $(HFILES)
 Index: deskutils/easystroke/files/patch-main.cc
 ===================================================================
 --- deskutils/easystroke/files/patch-main.cc	(revision 318957)
 +++ deskutils/easystroke/files/patch-main.cc	(working copy)
 @@ -1,11 +0,0 @@
 ---- main.cc~	2012-10-06 08:07:11.000000000 +0200
 -+++ main.cc	2013-02-12 17:29:51.103190380 +0100
 -@@ -1350,7 +1350,7 @@
 - 		config_dir += "/.easystroke";
 - 	}
 - 	struct stat st;
 --	char *name = canonicalize_file_name(config_dir.c_str());
 -+	char *name = realpath(config_dir.c_str(), NULL);
 - 
 - 	// check if the directory does not exist
 - 	if (lstat(name, &st) == -1) {
 
 --------------090606060404030007010302--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178751: commit references a PR
Date: Sun, 26 May 2013 16:18:18 +0000 (UTC)

 Author: wg
 Date: Sun May 26 16:18:04 2013
 New Revision: 319119
 URL: http://svnweb.freebsd.org/changeset/ports/319119
 
 Log:
   - Update to 0.6.0 [1]
   - Add LICENSE (ISCL)
   - Unmute install commands
   
   Changes: https://github.com/thjaeger/easystroke/blob/94a862e9/changelog
   
   PR:		ports/178751 [1]
   Submitted by:	Tobias Kortkamp <tobias.kortkamp@gmail.com> (maintainer)
   Approved by:	culot (mentor)
 
 Deleted:
   head/deskutils/easystroke/files/patch-main.cc
 Modified:
   head/deskutils/easystroke/Makefile
   head/deskutils/easystroke/distinfo
   head/deskutils/easystroke/files/patch-Makefile
 
 Modified: head/deskutils/easystroke/Makefile
 ==============================================================================
 --- head/deskutils/easystroke/Makefile	Sun May 26 16:16:33 2013	(r319118)
 +++ head/deskutils/easystroke/Makefile	Sun May 26 16:18:04 2013	(r319119)
 @@ -1,17 +1,19 @@
 -# Created by:	Tobias Kortkamp <tobias.kortkamp@gmail.com>
 +# Created by: Tobias Kortkamp <tobias.kortkamp@gmail.com>
  # $FreeBSD$
  
  PORTNAME=	easystroke
 -PORTVERSION=	0.5.6
 +PORTVERSION=	0.6.0
  CATEGORIES=	deskutils
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
  
  MAINTAINER=	tobias.kortkamp@gmail.com
  COMMENT=	Easystroke is a gesture-recognition application for X11
  
 +LICENSE=	ISCL
 +
  BUILD_DEPENDS=	help2man:${PORTSDIR}/misc/help2man \
  		${LOCALBASE}/include/xorg/xserver-properties.h:${PORTSDIR}/x11-servers/xorg-server
 -LIB_DEPENDS=	gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
 +LIB_DEPENDS=	gtkmm-3:${PORTSDIR}/x11-toolkits/gtkmm30 \
  		dbus-glib:${PORTSDIR}/devel/dbus-glib \
  		boost_serialization:${PORTSDIR}/devel/boost-libs
  
 @@ -20,14 +22,13 @@ MAN1=		easystroke.1
  USE_GCC=	any
  USE_XORG=	x11 xtst
  USE_GMAKE=	yes
 +USES+=		gettext
  INSTALLS_ICONS=	yes
  
  OPTIONS_DEFINE=	NLS
  
  .include <bsd.port.options.mk>
  
 -USES+=		gettext
 -
  .if ${PORT_OPTIONS:MNLS}
  BUILD_DEPENDS+=	intltool-merge:${PORTSDIR}/textproc/intltool
  PLIST_SUB+=		NLS=""
 @@ -44,17 +45,17 @@ pre-build:
  
  do-install:
  	@${MKDIR} ${PREFIX}/bin/
 -	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
 +	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
  	@${MKDIR} ${PREFIX}/share/applications/
 -	@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications/
 +	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications/
  	@${MKDIR} ${PREFIX}/share/pixmaps/
 -	@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.svg ${PREFIX}/share/pixmaps/
 +	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.svg ${PREFIX}/share/pixmaps/
  	@${MKDIR} ${PREFIX}/man/man1/
 -	@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
 +	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
  
  .if ${PORT_OPTIONS:MNLS}
  	@${MKDIR} ${PREFIX}/share/locale/
 -	@(cd ${WRKSRC}/po/ && \
 +	(cd ${WRKSRC}/po/ && \
  		${COPYTREE_SHARE} \* ${PREFIX}/share/locale/ "-name *.mo")
  .endif
  
 
 Modified: head/deskutils/easystroke/distinfo
 ==============================================================================
 --- head/deskutils/easystroke/distinfo	Sun May 26 16:16:33 2013	(r319118)
 +++ head/deskutils/easystroke/distinfo	Sun May 26 16:18:04 2013	(r319119)
 @@ -1,2 +1,2 @@
 -SHA256 (easystroke-0.5.6.tar.gz) = aee0b9127610ea2b75d0d9ff056e804f059c2241e5e94eae49140268c7fc13ab
 -SIZE (easystroke-0.5.6.tar.gz) = 111143
 +SHA256 (easystroke-0.6.0.tar.gz) = f4c37adbc4dd405a24badb9e6be20d3223b4087ff9caed2c15ff71674051d0fd
 +SIZE (easystroke-0.6.0.tar.gz) = 121358
 
 Modified: head/deskutils/easystroke/files/patch-Makefile
 ==============================================================================
 --- head/deskutils/easystroke/files/patch-Makefile	Sun May 26 16:16:33 2013	(r319118)
 +++ head/deskutils/easystroke/files/patch-Makefile	Sun May 26 16:18:04 2013	(r319119)
 @@ -1,14 +1,14 @@
 ---- Makefile.orig	2013-02-14 11:04:30.880047783 +0100
 -+++ Makefile	2013-02-14 11:05:05.096047700 +0100
 -@@ -78,9 +78,9 @@
 +--- Makefile.orig	2013-05-18 19:53:39.780480687 +0200
 ++++ Makefile	2013-05-18 19:54:36.579483230 +0200
 +@@ -82,9 +82,9 @@
   easystroke.desktop: easystroke.desktop.in $(MOFILES)
   	intltool-merge po/ -d -u $< $@
   
  -desktop.c: easystroke.desktop
  +desktop.c:
   	echo "const char *desktop_file = \"\\" > $@
 --	sed 's/Exec=easystroke/Exec=%s/' $< | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
 -+	sed 's/Exec=easystroke/Exec=%s/' easystroke.desktop | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
 +-	sed 's/Exec=easystroke/Exec=%1$$s/' $< | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
 ++	sed 's/Exec=easystroke/Exec=%1$$s/' easystroke.desktop | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
   	echo "\";" >> $@
   
 - dbus-server.cc: dbus-server.h
 + po/POTFILES.in: $(CCFILES) $(HFILES)
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Sun May 26 16:39:20 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178751 
>Unformatted:
