Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2008 03:44:20 +0800 (CST)
From:      Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        skv@FreeBSD.org
Subject:   ports/127753: [PATCH] misc/xdelta: update to 3.0u
Message-ID:  <200809301944.m8UJiKxY025801@stucgi.cs.nctu.edu.tw>
Resent-Message-ID: <200809301950.m8UJo1NO045198@freefall.freebsd.org>

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

>Number:         127753
>Category:       ports
>Synopsis:       [PATCH] misc/xdelta: update to 3.0u
>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:   Tue Sep 30 19:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yi-Jheng Lin
>Release:        FreeBSD 7.0-RELEASE-p4 amd64
>Organization:
NCTU CS
>Environment:
System: FreeBSD stucgi 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Fri Sep  5 14:56:26 CST
>Description:
- Update to 3.0u

Port maintainer (skv@FreeBSD.org) is cc'd.

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

--- xdelta-3.0u.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/xdelta3/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	10 Apr 2008 10:10:44 -0000	1.3
+++ Makefile	30 Sep 2008 19:43:06 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xdelta
-PORTVERSION=	3.0t
+PORTVERSION=	3.0u
 CATEGORIES=	misc devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTNAME=	${PORTNAME}${PORTVERSION}
@@ -18,6 +18,9 @@
 USE_GMAKE=	yes
 PLIST_FILES=	bin/xdelta3
 
+post-patch:
+	${REINPLACE_CMD} -E -e 's/^(CFLAGS)=/\1+=/' ${WRKSRC}/Makefile
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xdelta3 ${PREFIX}/bin/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/misc/xdelta3/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	10 Apr 2008 10:10:44 -0000	1.2
+++ distinfo	30 Sep 2008 19:43:06 -0000
@@ -1,3 +1,3 @@
-MD5 (xdelta3.0t.tar.gz) = d2004255ad6a61c7cb62bb93a9656e7c
-SHA256 (xdelta3.0t.tar.gz) = 199bf84816d81ebb586783e3307d033a4f82dafd50a9b23834d10e98aff08c1f
-SIZE (xdelta3.0t.tar.gz) = 203424
+MD5 (xdelta3.0u.tar.gz) = 361e9be8d5a833bb40050c779d26066d
+SHA256 (xdelta3.0u.tar.gz) = 218c5fc7e44beae2937a1af5d6fe9896350ac5224a8df1b32a868e42f96dc5d2
+SIZE (xdelta3.0u.tar.gz) = 219264
--- xdelta-3.0u.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?200809301944.m8UJiKxY025801>