From owner-freebsd-ports Sat Nov 16 5:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8C0537B401 for ; Sat, 16 Nov 2002 05:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA06043E77 for ; Sat, 16 Nov 2002 05:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGDo1x3067743 for ; Sat, 16 Nov 2002 05:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAGDo1al067742; Sat, 16 Nov 2002 05:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BA3D37B401 for ; 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 ; 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 ; 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 ; 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 Reply-To: Jens Schweikhardt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45335: Maintainer update: sysutils/samefile 2.9->2.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45335 >Category: ports >Synopsis: Maintainer update: sysutils/samefile 2.9->2.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Nov 16 05:50:01 PST 2002 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message