From nobody@FreeBSD.org  Mon Aug 20 20:30:59 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 715D61065670
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Aug 2012 20:30:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 579D58FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Aug 2012 20:30:59 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7KKUxDQ054087
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Aug 2012 20:30:59 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q7KKUxOq054086;
	Mon, 20 Aug 2012 20:30:59 GMT
	(envelope-from nobody)
Message-Id: <201208202030.q7KKUxOq054086@red.freebsd.org>
Date: Mon, 20 Aug 2012 20:30:59 GMT
From: Quentin Stievenart <quentin.stievenart@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] graphics/zathura update to 0.2.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: acieroid@awesom.eu

>Number:         170792
>Category:       ports
>Synopsis:       [patch] graphics/zathura update to 0.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    madpilot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 20:40:10 UTC 2012
>Closed-Date:    Fri Sep 14 16:07:26 UTC 2012
>Last-Modified:  Fri Sep 14 16:10:16 UTC 2012
>Originator:     Quentin Stievenart
>Release:        9.0
>Organization:
>Environment:
FreeBSD daemon 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Patch is attached. This update needs to be done once x11-toolkits/girara has been updated to 0.1.3 (the PR has been submitted just now)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/graphics/zathura/Makefile /home/quentin/graphics/zathura/Makefile
--- /usr/ports/graphics/zathura/Makefile	2012-06-01 07:20:59.000000000 +0200
+++ /home/quentin/graphics/zathura/Makefile	2012-08-20 18:51:09.000000000 +0200
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	zathura
-PORTVERSION=	0.1.2
-PORTREVISION=	2
+PORTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	graphics print
 MASTER_SITES=	http://pwmt.org/projects/zathura/download/
 
@@ -15,7 +15,7 @@
 COMMENT=	Customizable lightweight pdf viewer
 
 LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphics/cairo \
-		girara-gtk2.0:${PORTSDIR}/x11-toolkits/girara
+		girara-gtk2.1:${PORTSDIR}/x11-toolkits/girara
 
 USE_GNOME=	glib20 gtk20
 USE_GMAKE=	yes
@@ -52,6 +52,8 @@
 		${WRKSRC}/Makefile
 	${REINPLACE_CMD} -e 's|PLUGINDIR ?= .*$$|PLUGINDIR ?= ${PREFIX}/lib/zathura|'\
 		${WRKSRC}/config.mk
+	${REINPLACE_CMD} -e 's|girara_debug("plugin.*$$||'\
+		${WRKSRC}/plugin.c
 .if defined(NOPORTDOCS)
 	${REINPLACE_CMD} -e 's|install-manpages$$||'\
 		${WRKSRC}/Makefile
diff -ruN --exclude=CVS /usr/ports/graphics/zathura/distinfo /home/quentin/graphics/zathura/distinfo
--- /usr/ports/graphics/zathura/distinfo	2012-05-18 22:11:35.000000000 +0200
+++ /home/quentin/graphics/zathura/distinfo	2012-08-20 17:06:10.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (zathura-0.1.2.tar.gz) = a496c25071e54f675b65ee5eab02fd002c04c2d7d5cf4aa8a1cb517cc13beaef
-SIZE (zathura-0.1.2.tar.gz) = 65875
+SHA256 (zathura-0.2.0.tar.gz) = fd235a44c545e929a538ebb0a3f385349a190fd86c8b044a4328a3779d5c2d2f
+SIZE (zathura-0.2.0.tar.gz) = 86951
diff -ruN --exclude=CVS /usr/ports/graphics/zathura/files/patch-document.c /home/quentin/graphics/zathura/files/patch-document.c
--- /usr/ports/graphics/zathura/files/patch-document.c	2012-05-18 22:11:35.000000000 +0200
+++ /home/quentin/graphics/zathura/files/patch-document.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
---- document.c.orig    2012-03-25 00:57:24.000000000 +0400
-+++ document.c 2012-04-23 15:02:51.000000000 +0400
-@@ -12,6 +12,7 @@
- #include <errno.h>
- #include <glib.h>
- #include <glib/gi18n.h>
-+#include <sys/wait.h>
-
- #include "document.h"
- #include "utils.h"
diff -ruN --exclude=CVS /usr/ports/graphics/zathura/pkg-plist /home/quentin/graphics/zathura/pkg-plist
--- /usr/ports/graphics/zathura/pkg-plist	2012-05-18 22:11:35.000000000 +0200
+++ /home/quentin/graphics/zathura/pkg-plist	2012-08-20 18:51:50.000000000 +0200
@@ -1,10 +1,21 @@
 bin/zathura
+include/zathura/version.h
 include/zathura/document.h
 include/zathura/macros.h
-include/zathura/version.h
-include/zathura/zathura.h
-share/applications/zathura.desktop
-%%NLS%%share/locale/de/LC_MESSAGES/zathura.mo
+include/zathura/page.h
+include/zathura/types.h
+include/zathura/plugin-api.h
+include/zathura/links.h
 libdata/pkgconfig/zathura.pc
+%%NLS%%share/locale/de/LC_MESSAGES/zathura.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/zathura.mo
+%%NLS%%share/locale/es/LC_MESSAGES/zathura.mo
+%%NLS%%share/locale/et/LC_MESSAGES/zathura.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/zathura.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/zathura.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/zathura.mo
+%%NLS%%share/locale/ta_IN/LC_MESSAGES/zathura.mo
+%%NLS%%share/locale/es_CL/LC_MESSAGES/zathura.mo
+share/applications/zathura.desktop
 @dirrmtry share/applications
 @dirrm include/zathura


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Mon Aug 20 20:40:26 UTC 2012 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170792 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Aug 20 20:40:29 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: acieroid@awesom.eu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/170792: [patch] graphics/zathura update to 0.2.0
Date: Mon, 20 Aug 2012 20:40:28 UT

 Maintainer of graphics/zathura,
 
 Please note that PR ports/170792 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170792
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Quentin Stievenart <acieroid@awesom.eu>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/170792: [patch] graphics/zathura update to 0.2.0
Date: Mon, 20 Aug 2012 23:42:49 +0200

 I approve this patch (I am the same person as the submitter, I should
 have put this mail address)
 
 On 20 August 2012 22:40, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Maintainer of graphics/zathura,
 >
 > Please note that PR ports/170792 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170792
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Mon Aug 20 22:51:49 UTC 2012 
State-Changed-Why:  
Submitter is maintainer from another address. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170792 
Responsible-Changed-From-To: freebsd-ports-bugs->madpilot 
Responsible-Changed-By: madpilot 
Responsible-Changed-When: Tue Aug 21 11:24:00 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170792 
State-Changed-From-To: open->closed 
State-Changed-By: madpilot 
State-Changed-When: Fri Sep 14 16:07:23 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170792: commit references a PR
Date: Fri, 14 Sep 2012 16:06:47 +0000 (UTC)

 Author: madpilot
 Date: Fri Sep 14 16:06:31 2012
 New Revision: 304276
 URL: http://svn.freebsd.org/changeset/ports/304276
 
 Log:
   - Update zathura, zathura-djvu and zathura-pdf-poppler to 0.2.0
   - Remove unnecessary ABI versions from LIB_DEPENDS
   
   PR:		ports/170780 [1], ports/170792 [2], ports/170793 [3]
   Submitted by:	Alexander <alexander.4mail@gmail.com> [1],
   		Quentin Stievenart <quentin.stievenart@gmail.com> [2] [3]
   Approved by:	maintainer timeout [3] (graphics/zathura-pdf-poppler)
   Approved by:	tabthorpe (mentor)
 
 Added:
   head/graphics/zathura-djvu/files/
   head/graphics/zathura-djvu/files/patch-config.mk   (contents, props changed)
 Deleted:
   head/graphics/zathura/files/
 Modified:
   head/graphics/zathura-djvu/Makefile   (contents, props changed)
   head/graphics/zathura-djvu/distinfo   (contents, props changed)
   head/graphics/zathura-pdf-poppler/Makefile   (contents, props changed)
   head/graphics/zathura-pdf-poppler/distinfo   (contents, props changed)
   head/graphics/zathura-pdf-poppler/files/patch-config.mk   (contents, props changed)
   head/graphics/zathura/Makefile   (contents, props changed)
   head/graphics/zathura/distinfo   (contents, props changed)
   head/graphics/zathura/pkg-plist   (contents, props changed)
 
 Modified: head/graphics/zathura-djvu/Makefile
 ==============================================================================
 --- head/graphics/zathura-djvu/Makefile	Fri Sep 14 16:01:36 2012	(r304275)
 +++ head/graphics/zathura-djvu/Makefile	Fri Sep 14 16:06:31 2012	(r304276)
 @@ -5,7 +5,7 @@
  # $FreeBSD$
  
  PORTNAME=	zathura-djvu
 -PORTVERSION=	0.1.1
 +PORTVERSION=	0.2.0
  CATEGORIES=	graphics
  MASTER_SITES=	http://pwmt.org/projects/zathura/plugins/download/
  
 
 Modified: head/graphics/zathura-djvu/distinfo
 ==============================================================================
 --- head/graphics/zathura-djvu/distinfo	Fri Sep 14 16:01:36 2012	(r304275)
 +++ head/graphics/zathura-djvu/distinfo	Fri Sep 14 16:06:31 2012	(r304276)
 @@ -1,2 +1,2 @@
 -SHA256 (zathura-djvu-0.1.1.tar.gz) = 04adad7bf1bb392eae4b7b856fe7d40a137f8185ac274289df922758ae827172
 -SIZE (zathura-djvu-0.1.1.tar.gz) = 8392
 +SHA256 (zathura-djvu-0.2.0.tar.gz) = c276cdb3901fbb8c76f070d69a590181992eea2cb48f09589e4fda9e67e1f813
 +SIZE (zathura-djvu-0.2.0.tar.gz) = 10034
 
 Added: head/graphics/zathura-djvu/files/patch-config.mk
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/graphics/zathura-djvu/files/patch-config.mk	Fri Sep 14 16:06:31 2012	(r304276)
 @@ -0,0 +1,22 @@
 +--- config.mk.orig	2012-06-09 23:37:36.000000000 +0200
 ++++ config.mk	2012-08-20 18:26:30.000000000 +0200
 +@@ -11,7 +11,7 @@
 + 
 + # paths
 + PREFIX ?= /usr
 +-LIBDIR ?= ${PREFIX}/lib
 ++LIBDIR = ${PREFIX}/lib
 + 
 + # libs
 + CAIRO_INC ?= $(shell pkg-config --cflags cairo)
 +@@ -27,10 +27,7 @@
 + GIRARA_LIB ?= $(shell pkg-config --libs girara-gtk2)
 + 
 + ZATHURA_INC ?= $(shell pkg-config --cflags zathura)
 +-PLUGINDIR ?= $(shell pkg-config --variable=plugindir zathura)
 +-ifeq (,${PLUGINDIR})
 + PLUGINDIR = ${LIBDIR}/zathura
 +-endif
 + 
 + INCS = ${GIRARA_INC} ${GLIB_INC} ${DJVU_INC} ${ZATHURA_INC}
 + LIBS = ${GIRARA_LIB} ${GLIB_LIB} ${DJVU_LIB}
 
 Modified: head/graphics/zathura-pdf-poppler/Makefile
 ==============================================================================
 --- head/graphics/zathura-pdf-poppler/Makefile	Fri Sep 14 16:01:36 2012	(r304275)
 +++ head/graphics/zathura-pdf-poppler/Makefile	Fri Sep 14 16:06:31 2012	(r304276)
 @@ -6,15 +6,14 @@
  #
  
  PORTNAME=	zathura-pdf-poppler
 -PORTVERSION=	0.1.1
 -PORTREVISION=	1
 +PORTVERSION=	0.2.0
  CATEGORIES=	graphics
  MASTER_SITES=	http://pwmt.org/projects/zathura/plugins/download/
  
  MAINTAINER=	neko@takino.org
  COMMENT=	Poppler render PDF plugin for Zathura PDF viewer
  
 -LIB_DEPENDS=	poppler-glib.8:${PORTSDIR}/graphics/poppler-glib
 +LIB_DEPENDS=	poppler-glib:${PORTSDIR}/graphics/poppler-glib
  BUILD_DEPENDS=	zathura:${PORTSDIR}/graphics/zathura
  RUN_DEPENDS=	zathura:${PORTSDIR}/graphics/zathura
  
 
 Modified: head/graphics/zathura-pdf-poppler/distinfo
 ==============================================================================
 --- head/graphics/zathura-pdf-poppler/distinfo	Fri Sep 14 16:01:36 2012	(r304275)
 +++ head/graphics/zathura-pdf-poppler/distinfo	Fri Sep 14 16:06:31 2012	(r304276)
 @@ -1,2 +1,2 @@
 -SHA256 (zathura-pdf-poppler-0.1.1.tar.gz) = bec5fee721fcaee9f4b53d3882908b19efa82815393aa8c3619ff948b909d4a7
 -SIZE (zathura-pdf-poppler-0.1.1.tar.gz) = 7584
 +SHA256 (zathura-pdf-poppler-0.2.0.tar.gz) = a3ee96405e31d049111f351cb69626e67a8ab6fbfb53bb8a3e3e5f79240d0ed7
 +SIZE (zathura-pdf-poppler-0.2.0.tar.gz) = 8168
 
 Modified: head/graphics/zathura-pdf-poppler/files/patch-config.mk
 ==============================================================================
 --- head/graphics/zathura-pdf-poppler/files/patch-config.mk	Fri Sep 14 16:01:36 2012	(r304275)
 +++ head/graphics/zathura-pdf-poppler/files/patch-config.mk	Fri Sep 14 16:06:31 2012	(r304276)
 @@ -1,13 +1,22 @@
 ---- config.mk.orig	2012-05-18 21:08:57.000000000 +0200
 -+++ config.mk	2012-05-18 21:09:17.000000000 +0200
 -@@ -20,10 +20,7 @@
 +--- config.mk.orig	2012-06-09 23:37:36.000000000 +0200
 ++++ config.mk	2012-08-20 18:26:30.000000000 +0200
 +@@ -11,7 +11,7 @@
 + 
 + # paths
 + PREFIX ?= /usr
 +-LIBDIR ?= ${PREFIX}/lib
 ++LIBDIR = ${PREFIX}/lib
 + 
 + # libs
 + CAIRO_INC ?= $(shell pkg-config --cflags cairo)
 +@@ -27,10 +27,7 @@
   GIRARA_LIB ?= $(shell pkg-config --libs girara-gtk2)
   
   ZATHURA_INC ?= $(shell pkg-config --cflags zathura)
  -PLUGINDIR ?= $(shell pkg-config --variable=plugindir zathura)
  -ifeq (,${PLUGINDIR})
 - PLUGINDIR = ${PREFIX}/lib/zathura
 + PLUGINDIR = ${LIBDIR}/zathura
  -endif
   
 - INCS = ${GTK_INC} ${PDF_INC} ${ZATHURA_INC} ${GIRARA_INC}
 - LIBS = ${GIRARA_LIB} ${GTK_LIB} ${PDF_LIB}
 + INCS = ${GIRARA_INC} ${GLIB_INC} ${DJVU_INC} ${ZATHURA_INC}
 + LIBS = ${GIRARA_LIB} ${GLIB_LIB} ${DJVU_LIB}
 
 Modified: head/graphics/zathura/Makefile
 ==============================================================================
 --- head/graphics/zathura/Makefile	Fri Sep 14 16:01:36 2012	(r304275)
 +++ head/graphics/zathura/Makefile	Fri Sep 14 16:06:31 2012	(r304276)
 @@ -6,16 +6,15 @@
  #
  
  PORTNAME=	zathura
 -PORTVERSION=	0.1.2
 -PORTREVISION=	2
 +PORTVERSION=	0.2.0
  CATEGORIES=	graphics print
  MASTER_SITES=	http://pwmt.org/projects/zathura/download/
  
  MAINTAINER=	acieroid@awesom.eu
  COMMENT=	Customizable lightweight pdf viewer
  
 -LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphics/cairo \
 -		girara-gtk2.0:${PORTSDIR}/x11-toolkits/girara
 +LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/cairo \
 +		girara-gtk2.1:${PORTSDIR}/x11-toolkits/girara
  
  USE_GNOME=	glib20 gtk20
  USE_GMAKE=	yes
 @@ -27,7 +26,7 @@ OPTIONS=	SQLITE "Support sqlite database
  .include <bsd.port.options.mk>
  
  .if !defined(WITHOUT_SQLITE)
 -LIB_DEPENDS+=	sqlite3.8:${PORTSDIR}/databases/sqlite3
 +LIB_DEPENDS+=	sqlite3:${PORTSDIR}/databases/sqlite3
  MAKE_ENV+=	WITH_SQLITE=1
  .else
  MAKE_ENV+=	WITH_SQLITE=0
 @@ -52,6 +51,8 @@ post-patch:	.SILENT
  		${WRKSRC}/Makefile
  	${REINPLACE_CMD} -e 's|PLUGINDIR ?= .*$$|PLUGINDIR ?= ${PREFIX}/lib/zathura|'\
  		${WRKSRC}/config.mk
 +	${REINPLACE_CMD} -e 's|girara_debug("plugin.*$$||'\
 +		${WRKSRC}/plugin.c
  .if defined(NOPORTDOCS)
  	${REINPLACE_CMD} -e 's|install-manpages$$||'\
  		${WRKSRC}/Makefile
 
 Modified: head/graphics/zathura/distinfo
 ==============================================================================
 --- head/graphics/zathura/distinfo	Fri Sep 14 16:01:36 2012	(r304275)
 +++ head/graphics/zathura/distinfo	Fri Sep 14 16:06:31 2012	(r304276)
 @@ -1,2 +1,2 @@
 -SHA256 (zathura-0.1.2.tar.gz) = a496c25071e54f675b65ee5eab02fd002c04c2d7d5cf4aa8a1cb517cc13beaef
 -SIZE (zathura-0.1.2.tar.gz) = 65875
 +SHA256 (zathura-0.2.0.tar.gz) = fd235a44c545e929a538ebb0a3f385349a190fd86c8b044a4328a3779d5c2d2f
 +SIZE (zathura-0.2.0.tar.gz) = 86951
 
 Modified: head/graphics/zathura/pkg-plist
 ==============================================================================
 --- head/graphics/zathura/pkg-plist	Fri Sep 14 16:01:36 2012	(r304275)
 +++ head/graphics/zathura/pkg-plist	Fri Sep 14 16:06:31 2012	(r304276)
 @@ -1,10 +1,25 @@
  bin/zathura
  include/zathura/document.h
 +include/zathura/links.h
  include/zathura/macros.h
 +include/zathura/page.h
 +include/zathura/plugin-api.h
 +include/zathura/types.h
  include/zathura/version.h
 -include/zathura/zathura.h
 +libdata/pkgconfig/zathura.pc
  share/applications/zathura.desktop
  %%NLS%%share/locale/de/LC_MESSAGES/zathura.mo
 -libdata/pkgconfig/zathura.pc
 -@dirrmtry share/applications
 +%%NLS%%share/locale/eo/LC_MESSAGES/zathura.mo
 +%%NLS%%share/locale/es/LC_MESSAGES/zathura.mo
 +%%NLS%%share/locale/es_CL/LC_MESSAGES/zathura.mo
 +%%NLS%%share/locale/et/LC_MESSAGES/zathura.mo
 +%%NLS%%share/locale/fr/LC_MESSAGES/zathura.mo
 +%%NLS%%share/locale/pl/LC_MESSAGES/zathura.mo
 +%%NLS%%share/locale/ta_IN/LC_MESSAGES/zathura.mo
 +%%NLS%%share/locale/tr/LC_MESSAGES/zathura.mo
  @dirrm include/zathura
 +@dirrmtry share/applications
 +@dirrmtry share/locale/es_CL/LC_MESSAGES
 +@dirrmtry share/locale/es_CL
 +@dirrmtry share/locale/ta_IN/LC_MESSAGES
 +@dirrmtry share/locale/ta_IN
 _______________________________________________
 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"
 
>Unformatted:
