From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 19 15:02:49 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F5E16A4DD for ; Wed, 19 May 2004 15:02:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39E1543D54 for ; Wed, 19 May 2004 15:02:49 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4JM2IhZ092768 for ; Wed, 19 May 2004 15:02:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4JM2Isr092767; Wed, 19 May 2004 15:02:18 -0700 (PDT) (envelope-from gnats) Date: Wed, 19 May 2004 15:02:18 -0700 (PDT) Message-Id: <200405192202.i4JM2Isr092767@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Roman Neuhauser Subject: Re: ports/66907: [PATCH] x11/numlockx distsite fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Neuhauser List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 22:02:49 -0000 The following reply was made to PR ports/66907; it has been noted by GNATS. From: Roman Neuhauser To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/66907: [PATCH] x11/numlockx distsite fix Date: Wed, 19 May 2004 23:55:03 +0200 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I forgot to change pkg-descr, here's an updated patch. -- FreeBSD 4.9-RELEASE-p2 11:53PM up 16:15, 9 users, load averages: 0.01, 0.03, 0.00 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="x11::numlockx.distsite,1.patch" Index: x11/numlockx/Makefile =================================================================== RCS file: /home/ncvs/ports/x11/numlockx/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- x11/numlockx/Makefile 6 Feb 2004 13:12:48 -0000 1.5 +++ x11/numlockx/Makefile 19 May 2004 21:37:46 -0000 @@ -9,8 +9,7 @@ PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://caraldi.com/jbq/numlockx/ \ - http://dforce.sh.cvut.cz/~seli/en/numlockx/ +MASTER_SITES= http://caraldi.com/jbq/numlockx/ MAINTAINER= jb.quenot@caraldi.com COMMENT= This little thingy allows you to start X with NumLock turned on Index: x11/numlockx/pkg-descr =================================================================== RCS file: /home/ncvs/ports/x11/numlockx/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- x11/numlockx/pkg-descr 1 Oct 2003 10:57:22 -0000 1.1 +++ x11/numlockx/pkg-descr 19 May 2004 21:48:37 -0000 @@ -2,4 +2,4 @@ a feature that a lot of people seem to miss and nobody really knew how to achieve this ). -WWW: http://dforce.sh.cvut.cz/~seli/en/numlockx/ +WWW: http://caraldi.com/jbq/numlockx/ --2oS5YaxWCcQjTEyO--