Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 May 2012 07:32:13 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/167644: [PATCH] sysutils/debootstrap: bump to 1.0.39
Message-ID:  <4fa68b6d.0745340a.42a9.ffffa488@mx.google.com>
Resent-Message-ID: <201205061440.q46EeFqP065533@freefall.freebsd.org>

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

>Number:         167644
>Category:       ports
>Synopsis:       [PATCH] sysutils/debootstrap: bump to 1.0.39
>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:   Sun May 06 14:40:15 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
>Description:


    Bump debootstrap to 1.0.39
    .38 is no longer available in debian mirrors and is the one in testing repo
    There is a .40 but that is on unstable.

>How-To-Repeat:
>Fix:

	See attached patch.

--- debootstrap.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/debootstrap/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	25 Jan 2012 08:45:55 -0000	1.7
+++ Makefile	6 May 2012 14:27:18 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	debootstrap
-PORTVERSION=	1.0.38
+PORTVERSION=	1.0.39
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_DEBIAN}
 MASTER_SITE_SUBDIR=	pool/main/d/${PORTNAME}
@@ -17,7 +17,7 @@
 
 RUN_DEPENDS=	${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 NO_BUILD=	yes
 USE_GMAKE=	yes
 MAKE_ARGS=	DESTDIR="${PREFIX}"
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/debootstrap/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	25 Jan 2012 08:45:55 -0000	1.5
+++ distinfo	6 May 2012 14:27:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (debootstrap_1.0.38.tar.gz) = 74e9aca4a5aa61f95467e849c04e1b8a2df1ca63d98fe31a2fa2c30e49fe6aa6
-SIZE (debootstrap_1.0.38.tar.gz) = 55586
+SHA256 (debootstrap_1.0.39.tar.gz) = ac9dbfae8163c563fee2cf938384a220fa5d5b4639fbe9bde79d125c4a18bb11
+SIZE (debootstrap_1.0.39.tar.gz) = 55807
--- debootstrap.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?4fa68b6d.0745340a.42a9.ffffa488>