From nobody@FreeBSD.org  Sun Dec 22 18:48:07 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id E35CDE9B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Dec 2013 18:48:07 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id CF11310A2
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Dec 2013 18:48:07 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBMIm7Se055063
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Dec 2013 18:48:07 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBMIm7KX055057;
	Sun, 22 Dec 2013 18:48:07 GMT
	(envelope-from nobody)
Message-Id: <201312221848.rBMIm7KX055057@oldred.freebsd.org>
Date: Sun, 22 Dec 2013 18:48:07 GMT
From: Marco Brder <marco.broeder@gmx.eu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer-update] [patch] devel/dulwich: Remove obsolete patch
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         185099
>Category:       ports
>Synopsis:       [maintainer-update] [patch] devel/dulwich: Remove obsolete patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    antoine
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 22 18:50:00 UTC 2013
>Closed-Date:    Sun Dec 22 21:26:12 UTC 2013
>Last-Modified:  Sun Dec 22 21:26:12 UTC 2013
>Originator:     Marco Brder
>Release:        
>Organization:
>Environment:
>Description:
Remove obsolete setup.py patch (and files directory). Use of py-setuptools is
working fine now.

Tested (amd64) on head, stable/10, releng/9.2, releng/8.4.

Thanks!

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/devel/dulwich/files/patch-setup.py b/devel/dulwich/files/patch-setup.py
deleted file mode 100644
index 53cc762..0000000
--- a/devel/dulwich/files/patch-setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./setup.py.orig	2011-08-07 14:43:22.000000000 +0200
-+++ ./setup.py	2011-08-07 19:49:46.126136349 +0200
-@@ -4,8 +4,4 @@
- 
--try:
--    from setuptools import setup, Extension
--    has_setuptools = True
--except ImportError:
--    from distutils.core import setup, Extension
--    has_setuptools = False
-+from distutils.core import setup, Extension
-+has_setuptools = False
- from distutils.core import Distribution


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->antoine 
Responsible-Changed-By: antoine 
Responsible-Changed-When: Sun Dec 22 20:46:15 UTC 2013 
Responsible-Changed-Why:  
Take 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185099: commit references a PR
Date: Sun, 22 Dec 2013 21:05:52 +0000 (UTC)

 Author: antoine
 Date: Sun Dec 22 21:05:44 2013
 New Revision: 337218
 URL: http://svnweb.freebsd.org/changeset/ports/337218
 
 Log:
   Remove obsolete patch, we no longer try to avoid setuptools (now default)
   
   PR:		ports/185099
   Submitted by:	Marco Broder (maintainer)
 
 Deleted:
   head/devel/dulwich/files/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: antoine 
State-Changed-When: Sun Dec 22 21:25:48 UTC 2013 
State-Changed-Why:  
Patch committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185099 
>Unformatted:
