Date: Sat, 16 Nov 2002 14:40:03 +0100 (CET) From: Jens Schweikhardt <schweikh@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45335: Maintainer update: sysutils/samefile 2.9->2.10 Message-ID: <200211161340.gAGDe3cv002350@hal9000.schweikhardt.net>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211161340.gAGDe3cv002350>