Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2008 01:51:11 +0800 (CST)
From:      Yi-Hsuan Hsin <mhsin@mhsin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mhsin@mhsin.org
Subject:   ports/123983: [PATCH] multimedia/tivodecode: update to 0.2.p4
Message-ID:  <20080525175111.53C2BB81A@Ada.mhsin.org>
Resent-Message-ID: <200805251820.m4PIK3ue060533@freefall.freebsd.org>

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

>Number:         123983
>Category:       ports
>Synopsis:       [PATCH] multimedia/tivodecode: update to 0.2.p4
>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:   Sun May 25 18:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yi-Hsuan Hsin
>Release:        FreeBSD 6.2-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD a.mhsin.org 6.2-RELEASE-p11 FreeBSD 6.2-RELEASE-p11
>Description:
- Update to 0.2.p4

Removed file(s):
- files/extra-patch-tivo-parse.c

Port maintainer (mhsin@mhsin.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- tivodecode-0.2.p4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/tivodecode/Makefile /usr/ports/multimedia/tivodecode.0.2pre4/Makefile
--- /usr/ports/multimedia/tivodecode/Makefile	Fri Oct  5 01:29:33 2007
+++ /usr/ports/multimedia/tivodecode.0.2pre4/Makefile	Mon May 26 01:40:55 2008
@@ -2,11 +2,11 @@
 # Date created:		2007-01-01
 # Whom:			Yi-Hsuan Hsin <mhsin@mhsin.org>
 #
-# $FreeBSD: ports/multimedia/tivodecode/Makefile,v 1.2 2007/10/04 02:01:29 edwin Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	tivodecode
-DISTVERSION=	0.1.4
+DISTVERSION=	0.2pre4
 CATEGORIES=	multimedia
 MASTER_SITES=	SF
 
@@ -14,12 +14,9 @@
 COMMENT=	Converts .TiVo files to normal MPEG files
 
 USE_GMAKE=	yes
+GNU_CONFIGURE=	yes
 
-post-patch:
-	${REINPLACE_CMD} -e 's/CFLAGS=/CFLAGS+=/' ${WRKSRC}/Makefile
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/objects.dir/tivodecode ${PREFIX}/bin
+post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}
diff -ruN --exclude=CVS /usr/ports/multimedia/tivodecode/distinfo /usr/ports/multimedia/tivodecode.0.2pre4/distinfo
--- /usr/ports/multimedia/tivodecode/distinfo	Tue Jan  2 05:07:24 2007
+++ /usr/ports/multimedia/tivodecode.0.2pre4/distinfo	Sun May  4 02:55:02 2008
@@ -1,3 +1,3 @@
-MD5 (tivodecode-0.1.4.tar.gz) = b0131ce1de4f2c2057f31a29f7f13c45
-SHA256 (tivodecode-0.1.4.tar.gz) = b48855ab01f6bb75d77036f08b9774cc60564af68493abcd726023db03381037
-SIZE (tivodecode-0.1.4.tar.gz) = 25456
+MD5 (tivodecode-0.2pre4.tar.gz) = cf82385db3e0d708ebdbe5055b8ae7ee
+SHA256 (tivodecode-0.2pre4.tar.gz) = 788839cc4ad66f5b20792e166514411705e8564f9f050584c54c3f1f452e9cdf
+SIZE (tivodecode-0.2pre4.tar.gz) = 124685
diff -ruN --exclude=CVS /usr/ports/multimedia/tivodecode/files/extra-patch-tivo-parse.c /usr/ports/multimedia/tivodecode.0.2pre4/files/extra-patch-tivo-parse.c
--- /usr/ports/multimedia/tivodecode/files/extra-patch-tivo-parse.c	Tue Jan  2 05:07:25 2007
+++ /usr/ports/multimedia/tivodecode.0.2pre4/files/extra-patch-tivo-parse.c	Thu Jan  1 08:00:00 1970
@@ -1,10 +0,0 @@
---- tivo-parse.c.orig	Tue Jan  2 02:30:58 2007
-+++ tivo-parse.c	Tue Jan  2 02:31:12 2007
-@@ -8,6 +8,7 @@
- #ifdef WIN32
- #	include <windows.h>
- #else
-+#	include <sys/types.h>
- #	include <netinet/in.h>
- #endif
- #include "sha1.h"
diff -ruN --exclude=CVS /usr/ports/multimedia/tivodecode/pkg-plist /usr/ports/multimedia/tivodecode.0.2pre4/pkg-plist
--- /usr/ports/multimedia/tivodecode/pkg-plist	Tue Jan  2 05:07:24 2007
+++ /usr/ports/multimedia/tivodecode.0.2pre4/pkg-plist	Sun May  4 02:55:02 2008
@@ -1,4 +1,12 @@
 bin/tivodecode
+bin/tdcat
+lib/libtivodecode.a
+include/tivodecode/tdconfig.h
+include/tivodecode/tivodecoder.h
+include/tivodecode/tivo-parse.h
+include/tivodecode/turing_stream.h
+include/tivodecode/Turing.h
+@dirrm include/tivodecode
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
--- tivodecode-0.2.p4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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