Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2006 22:40:09 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        munggo@pmy.lv
Subject:   ports/99081: [PATCH] multimedia/mmsrip: update to 0.7.0
Message-ID:  <20060617144009.577C8B29F64@utopia.leeym.com>
Resent-Message-ID: <200606171450.k5HEoARx091300@freefall.freebsd.org>

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

>Number:         99081
>Category:       ports
>Synopsis:       [PATCH] multimedia/mmsrip: update to 0.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 17 14:50:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jun 12 09:57:37 CST 2006
>Description:
- Update to 0.7.0

Port maintainer (munggo@pmy.lv) is cc'd.

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

--- mmsrip-0.7.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/mmsrip/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	10 May 2006 22:37:33 -0000	1.2
+++ Makefile	17 Jun 2006 14:39:47 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mmsrip
-PORTVERSION=	0.6.5
+PORTVERSION=	0.7.0
 CATEGORIES=	multimedia
 MASTER_SITES=	http://nbenoit.tuxfamily.org/projects/mmsrip/ \
 		http://pmy.lv/mirror/MMSRipper/ \
@@ -21,4 +21,11 @@
 
 PLIST_FILES=	bin/mmsrip
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+post-patch:
+	${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's/stdint.h/inttypes.h/g'
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/multimedia/mmsrip/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	22 Jan 2006 21:19:39 -0000	1.2
+++ distinfo	17 Jun 2006 14:39:47 -0000
@@ -1,3 +1,3 @@
-MD5 (mmsrip-0.6.5.tar.gz) = a003865a7d3c9d2d7e846e2a08db8fda
-SHA256 (mmsrip-0.6.5.tar.gz) = 7fe6b61983129cc83c9e695135ad6709486e5c9b5cf3525c72e06beca8faa1ac
-SIZE (mmsrip-0.6.5.tar.gz) = 94986
+MD5 (mmsrip-0.7.0.tar.gz) = 498a5ec10a004481532eaceacdff3a10
+SHA256 (mmsrip-0.7.0.tar.gz) = 5aed3cf17bfe50e2628561b46e12aec3644cfbbb242d738078e8b8fce6c23ed6
+SIZE (mmsrip-0.7.0.tar.gz) = 100869
--- mmsrip-0.7.0.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?20060617144009.577C8B29F64>