From nobody@FreeBSD.org  Sat Feb 13 17:11:47 2010
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 5223E106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 13 Feb 2010 17:11:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 44D1E8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 13 Feb 2010 17:11:46 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1DHBkoj040126
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 13 Feb 2010 17:11:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o1DHBkqQ040125;
	Sat, 13 Feb 2010 17:11:46 GMT
	(envelope-from nobody)
Message-Id: <201002131711.o1DHBkqQ040125@www.freebsd.org>
Date: Sat, 13 Feb 2010 17:11:46 GMT
From: Toni Gundogdu <legatvs@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] multimedia/quvi to 0.1.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         143876
>Category:       ports
>Synopsis:       [maintainer update] multimedia/quvi to 0.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 13 17:20:06 UTC 2010
>Closed-Date:    Sat Feb 13 19:37:07 UTC 2010
>Last-Modified:  Sat Feb 13 23:41:46 UTC 2010
>Originator:     Toni Gundogdu
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/Makefile b/Makefile
index 167f618..4872def 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	quvi
-PORTVERSION=	0.1.0
+PORTVERSION=	0.1.1
 CATEGORIES=	multimedia devel
 MASTER_SITES=	GOOGLE_CODE
 
@@ -22,6 +22,8 @@ SHLIB_VER=	0
 MAKE_ENV=	SHLIB_VER="${SHLIB_VER}"
 PLIST_SUB=	SHLIB_VER="${SHLIB_VER}"
 
+MAN1=		quvi.1
+
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	pkgconfig
diff --git a/distinfo b/distinfo
index 1039b1d..7b5e71b 100644
--- a/distinfo
+++ b/distinfo
@@ -1,3 +1,3 @@
-MD5 (quvi-0.1.0.tar.bz2) = 8516966eb96ea84b8f983ce790e69fbc
-SHA256 (quvi-0.1.0.tar.bz2) = 744fb6edcfb53d92ee60409fc0052b67815361a170e0b14e4c56382b15cd848d
-SIZE (quvi-0.1.0.tar.bz2) = 318360
+MD5 (quvi-0.1.1.tar.bz2) = e356272f9e97aefda931eb0d1ab43926
+SHA256 (quvi-0.1.1.tar.bz2) = e3c33c10622d23d5f7adf50db34b2a16fba068f30ad3e7a0df0d5e96473bd7ae
+SIZE (quvi-0.1.1.tar.bz2) = 328045
diff --git a/files/patch-Makefile.in b/files/patch-Makefile.in
index b494895..a238230 100644
--- a/files/patch-Makefile.in
+++ b/files/patch-Makefile.in
@@ -1,9 +1,9 @@
 --- Makefile.in.orig
 +++ Makefile.in
-@@ -277,7 +277,7 @@ docs/howto/HowtoHelp \
- docs/howto/HowtoAddSupport \
- docs/howto/HowtoSubmitPatches
+@@ -285,7 +285,7 @@ docs/howto/HowtoSubmitPatches \
+ quvi.pod
  
+ @WITH_MAN_TRUE@dist_man_MANS = quvi.1
 -pkgconfigdir = $(libdir)/pkgconfig
 +pkgconfigdir = $(prefix)/libdata/pkgconfig
  pkgconfig_DATA = libquvi.pc


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Feb 13 17:32:28 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143876 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Feb 13 19:37:06 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143876: commit references a PR
Date: Sat, 13 Feb 2010 19:37:13 +0000 (UTC)

 miwi        2010-02-13 19:37:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/quvi      Makefile distinfo 
     multimedia/quvi/files patch-Makefile.in 
   Log:
   - Update to 0.1.1
   
   PR:             143876
   Submitted by:   Toni Gundogdu <legatvs@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.2       +3 -1      ports/multimedia/quvi/Makefile
   1.2       +3 -3      ports/multimedia/quvi/distinfo
   1.2       +3 -3      ports/multimedia/quvi/files/patch-Makefile.in
 _______________________________________________
 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"
 
>Unformatted:
