Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2010 17:11:46 GMT
From:      Toni Gundogdu <legatvs@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/143876: [maintainer update] multimedia/quvi to 0.1.1
Message-ID:  <201002131711.o1DHBkqQ040125@www.freebsd.org>
Resent-Message-ID: <201002131720.o1DHK6JK079794@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         143876
>Category:       ports
>Synopsis:       [maintainer update] multimedia/quvi to 0.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 13 17:20:06 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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