From nobody@FreeBSD.org  Wed Jun 25 18:27:07 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 37372106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Jun 2008 18:27:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 2A46A8FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Jun 2008 18:27:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5PIR6Nt090443
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Jun 2008 18:27:06 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m5PIR6fC090442;
	Wed, 25 Jun 2008 18:27:06 GMT
	(envelope-from nobody)
Message-Id: <200806251827.m5PIR6fC090442@www.freebsd.org>
Date: Wed, 25 Jun 2008 18:27:06 GMT
From: Ganael Laplanche <ganael.laplanche@martymac.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Port update: security/fakeroot - Update to v1.9.5
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124986
>Category:       ports
>Synopsis:       Port update: security/fakeroot - Update to v1.9.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jadawin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 25 18:30:09 UTC 2008
>Closed-Date:    Wed Jun 25 20:06:58 UTC 2008
>Last-Modified:  Wed Jun 25 20:10:04 UTC 2008
>Originator:     Ganael Laplanche
>Release:        8.0-CURRENT
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #18: Wed Jun 11 21:03:42 CEST 2008     root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
This patch updates security/fakeroot to v1.9.5. This new version integrates a small patch I have submitted upstream :

(from changelog)

fakeroot (1.9.5) unstable; urgency=low

  * configure.ac: patch from Ganael LAPLANCHE to fix typo in detection of
    xmknodat's fifth argument.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aurN fakeroot.orig/Makefile fakeroot/Makefile
--- fakeroot.orig/Makefile	2008-06-25 10:20:00.120321661 +0200
+++ fakeroot/Makefile	2008-06-25 10:22:13.953202376 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fakeroot
-PORTVERSION=	1.9.4
+PORTVERSION=	1.9.5
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_DEBIAN}
 MASTER_SITE_SUBDIR=	pool/main/f/fakeroot
diff -aurN fakeroot.orig/distinfo fakeroot/distinfo
--- fakeroot.orig/distinfo	2008-06-25 10:20:00.119301140 +0200
+++ fakeroot/distinfo	2008-06-25 10:22:23.294629289 +0200
@@ -1,3 +1,3 @@
-MD5 (fakeroot_1.9.4.tar.gz) = c324eb1e157edad17d98b1b2c8b99e25
-SHA256 (fakeroot_1.9.4.tar.gz) = 8c55b1640c726bd421b68a1119f20b002eb29d95ae58d480a1d5d7d8afba1e81
-SIZE (fakeroot_1.9.4.tar.gz) = 394029
+MD5 (fakeroot_1.9.5.tar.gz) = 95c0c78c734b9782ec8d47e99c8e3fc8
+SHA256 (fakeroot_1.9.5.tar.gz) = 2cbf95aef9e3f9a32b6859ae35723eaa76b5ed483ddaa654cf627d1eacdea5fa
+SIZE (fakeroot_1.9.5.tar.gz) = 395829
diff -aurN fakeroot.orig/files/patch-configure fakeroot/files/patch-configure
--- fakeroot.orig/files/patch-configure	2008-06-25 10:20:00.112106371 +0200
+++ fakeroot/files/patch-configure	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- configure.orig	2008-04-25 20:11:19.000000000 +0200
-+++ configure	2008-04-25 20:11:30.000000000 +0200
-@@ -11755,7 +11755,7 @@
- {
- 
-        int __xmknodat  ( int ver,
--                         inf dirfd,
-+                         int dirfd,
-                          const char *pathname ,
-                          mode_t  mode ,  dev_t dev);
- 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jadawin 
Responsible-Changed-By: jadawin 
Responsible-Changed-When: Wed Jun 25 19:30:03 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124986 
State-Changed-From-To: open->closed 
State-Changed-By: jadawin 
State-Changed-When: Wed Jun 25 20:06:57 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124986 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124986: commit references a PR
Date: Wed, 25 Jun 2008 20:06:33 +0000 (UTC)

 jadawin     2008-06-25 20:06:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/fakeroot    Makefile distinfo 
   Removed files:
     security/fakeroot/files patch-configure 
   Log:
   - Update to 1.9.5
   
   PR:             ports/124986
   Submitted by:   Ganael Laplanche <ganael.laplanche martymac.com> (maintainer)
   Approved by:    mentor (implicit)
   
   Revision  Changes    Path
   1.17      +1 -1      ports/security/fakeroot/Makefile
   1.10      +3 -3      ports/security/fakeroot/distinfo
   1.2       +0 -11     ports/security/fakeroot/files/patch-configure (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
