From schweikh@schweikhardt.net  Sat Nov 16 05:40:32 2002
Return-Path: <schweikh@schweikhardt.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0BA3D37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Nov 2002 05:40:32 -0800 (PST)
Received: from bremen.shuttle.de (bremen.shuttle.de [194.95.249.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0D6D043E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Nov 2002 05:40:26 -0800 (PST)
	(envelope-from schweikh@schweikhardt.net)
Received: from bremen.shuttle.de (localhost [127.0.0.1])
	by bremen.shuttle.de (Postfix) with ESMTP id 260E217DA7
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Nov 2002 14:40:19 +0100 (CET)
Received: (from uucp@localhost)
	by bremen.shuttle.de (8.12.3/8.12.3/Debian -4) with UUCP id gAGDeIiS030836
	for FreeBSD-gnats-submit@freebsd.org; Sat, 16 Nov 2002 14:40:18 +0100
Received: from hal9000.schweikhardt.net (localhost [127.0.0.1])
	by hal9000.schweikhardt.net (8.12.6/8.12.6) with ESMTP id gAGDe3YQ002351
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Nov 2002 14:40:03 +0100 (CET)
	(envelope-from schweikh@hal9000.schweikhardt.net)
Received: (from schweikh@localhost)
	by hal9000.schweikhardt.net (8.12.6/8.12.3/Submit) id gAGDe3cv002350;
	Sat, 16 Nov 2002 14:40:03 +0100 (CET)
Message-Id: <200211161340.gAGDe3cv002350@hal9000.schweikhardt.net>
Date: Sat, 16 Nov 2002 14:40:03 +0100 (CET)
From: Jens Schweikhardt <schweikh@FreeBSD.org>
Reply-To: Jens Schweikhardt <schweikh@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer update: sysutils/samefile 2.9->2.10
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         45335
>Category:       ports
>Synopsis:       Maintainer update: sysutils/samefile 2.9->2.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 16 05:50:01 PST 2002
>Closed-Date:    Sat Nov 16 06:27:03 PST 2002
>Last-Modified:  Sat Nov 16 06:27:03 PST 2002
>Originator:     Jens Schweikhardt
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Digital Details
>Environment:
System: FreeBSD hal9000.schweikhardt.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sat Oct 26 16:25:49 CEST 2002 toor@hal9000.schweikhardt.net:/usr/obj/src/current/sys/HAL9000 i386


>Description:
For the cvs log message, please use:

Update from 2.9 to 2.10.
No real code changes, just minor enhancements:
- avoid some gcc warnings about long long in system headers
- if gcc is used, make use of attribute(noreturn)
- change license from 3 clause BSD to 2 clause BSD
>How-To-Repeat:
	n/a
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/samefile/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	13 Mar 2002 21:02:53 -0000	1.2
+++ Makefile	16 Nov 2002 13:17:59 -0000
@@ -2,11 +2,11 @@
 # Date created:        15 March 2001
 # Whom:                schweikh
 #
-# $FreeBSD: ports/sysutils/samefile/Makefile,v 1.2 2002/03/13 21:02:53 ade Exp $
+# $FreeBSD$
 #
 
 PORTNAME=      samefile
-PORTVERSION=   2.9
+PORTVERSION=   2.10
 CATEGORIES=    sysutils
 MASTER_SITES=  http://www.schweikhardt.net/
 
@@ -15,7 +15,7 @@
 MAN1=          samefile.1
 GNU_CONFIGURE= yes
 
-CFLAGS+= -ansi -pedantic -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wconversion -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Wnested-externs -Winline
+CFLAGS+= -ansi -pedantic -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wconversion -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Wnested-externs -Winline -Wno-long-long
 
 post-build:
 	@echo "   >>>>                        <<<<"
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/samefile/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	21 Mar 2001 07:26:21 -0000	1.1
+++ distinfo	16 Nov 2002 13:09:47 -0000
@@ -1 +1 @@
-MD5 (samefile-2.9.tar.gz) = cac055b174882e4ecc4db7b7cee78c94
+MD5 (samefile-2.10.tar.gz) = 726b730c38e9175a3d0969bba79982fc



Regards,

	Jens
-- 
Jens Schweikhardt http://www.schweikhardt.net/
SIGSIG -- signature too long (core dumped)
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sat Nov 16 06:26:53 PST 2002 
State-Changed-Why:  
Commited, thanks 

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