From root@imhotep.yuckfou.org  Sat Jun 16 16:28:12 2007
Return-Path: <root@imhotep.yuckfou.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 2EC3D16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Jun 2007 16:28:12 +0000 (UTC)
	(envelope-from root@imhotep.yuckfou.org)
Received: from ssdd.xs4all.nl (ssdd.xs4all.nl [195.64.89.117])
	by mx1.freebsd.org (Postfix) with ESMTP id D94DE13C44B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Jun 2007 16:28:11 +0000 (UTC)
	(envelope-from root@imhotep.yuckfou.org)
Received: by imhotep.yuckfou.org (Postfix, from userid 0)
	id AAF06347; Sat, 16 Jun 2007 18:28:25 +0200 (CEST)
Message-Id: <20070616162825.AAF06347@imhotep.yuckfou.org>
Date: Sat, 16 Jun 2007 18:28:25 +0200 (CEST)
From: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: stas@FreeBSD.org
Subject: [PATCH] net/enet: update to 1.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         113759
>Category:       ports
>Synopsis:       [PATCH] net/enet: update to 1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stas
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 16 16:30:08 GMT 2007
>Closed-Date:    Wed Jul 11 22:04:03 GMT 2007
>Last-Modified:  Wed Jul 11 22:10:04 GMT 2007
>Originator:     Nils Vogels
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
IS-Root
>Environment:
System: FreeBSD imhotep.yuckfou.org 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Fri Aug  5 19:36:46 CEST
>Description:
- Update to 1.1

Removed file(s):
- files/patch-unix.c : Patch is included upstream now

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

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

--- enet-1.1,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/enet/Makefile /disk/3/home/nivo/ports/enet/Makefile
--- /usr/ports/net/enet/Makefile	Mon Feb  5 23:35:59 2007
+++ /disk/3/home/nivo/ports/enet/Makefile	Sat Jun 16 18:25:27 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	enet
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	http://enet.bespin.org/download/
diff -ruN --exclude=CVS /usr/ports/net/enet/distinfo /disk/3/home/nivo/ports/enet/distinfo
--- /usr/ports/net/enet/distinfo	Mon Feb  5 23:35:59 2007
+++ /disk/3/home/nivo/ports/enet/distinfo	Sat Jun 16 18:25:33 2007
@@ -1,3 +1,3 @@
-MD5 (enet-1.0.tar.gz) = 8047ce788be69a21de0470dee060efdf
-SHA256 (enet-1.0.tar.gz) = ffb9714fc19679ef70c47d85800bee7bd4e4224e8e6b2808cffb8c07335276e8
-SIZE (enet-1.0.tar.gz) = 135811
+MD5 (enet-1.1.tar.gz) = 54f8c1335fc96b18836bc8b5fa721752
+SHA256 (enet-1.1.tar.gz) = 50cb66ee0f39f32d5cc852eb20ff24e222a2ffff5927fca340c5bba18f996047
+SIZE (enet-1.1.tar.gz) = 189155
diff -ruN --exclude=CVS /usr/ports/net/enet/files/patch-unix.c /disk/3/home/nivo/ports/enet/files/patch-unix.c
--- /usr/ports/net/enet/files/patch-unix.c	Sat Sep 23 22:03:11 2006
+++ /disk/3/home/nivo/ports/enet/files/patch-unix.c	Thu Jan  1 01:00:00 1970
@@ -1,20 +0,0 @@
---- unix.c.orig	Sat Sep 23 22:34:14 2006
-+++ unix.c	Sat Sep 23 22:34:51 2006
-@@ -71,7 +71,7 @@
-     char buffer [2048];
-     int errnum;
- 
--#ifdef linux
-+#if defined(linux) || defined(__FreeBSD__)
-     gethostbyname_r (name, & hostData, buffer, sizeof (buffer), & hostEntry, & errnum);
- #else
-     hostEntry = gethostbyname_r (name, & hostData, buffer, sizeof (buffer), & errnum);
-@@ -101,7 +101,7 @@
- 
-     in.s_addr = address -> host;
- 
--#ifdef linux
-+#if defined(linux) || defined(__FreeBSD__)
-     gethostbyaddr_r ((char *) & in, sizeof (struct in_addr), AF_INET, & hostData, buffer, sizeof (buffer), & hostEntry, & errnum);
- #else
-     hostEntry = gethostbyaddr_r ((char *) & in, sizeof (struct in_addr), AF_INET, & hostData, buffer, sizeof (buffer), & errnum);
--- enet-1.1,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->stas 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jun 16 16:30:20 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113759 
State-Changed-From-To: open->closed 
State-Changed-By: stas 
State-Changed-When: Wed Jul 11 22:04:01 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113759: commit references a PR
Date: Wed, 11 Jul 2007 22:03:33 +0000 (UTC)

 stas        2007-07-11 22:03:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/enet             Makefile distinfo 
   Removed files:
     net/enet/files       patch-unix.c 
   Log:
   - Update to 1.1.
   
   PR:             ports/113759
   Submitted by:   Vogels <nivo+kw+ports.bfa274@is-root.com>
   
   Revision  Changes    Path
   1.3       +1 -1      ports/net/enet/Makefile
   1.3       +3 -3      ports/net/enet/distinfo
   1.2       +0 -20     ports/net/enet/files/patch-unix.c (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:
