From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 19 14:56:05 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 587FF16A4CF for ; Wed, 19 May 2004 14:56:05 -0700 (PDT) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 7CBCD43D39 for ; Wed, 19 May 2004 14:56:04 -0700 (PDT) (envelope-from neuhauser@chello.cz) Received: (qmail 37910 invoked by uid 0); 19 May 2004 21:55:04 -0000 Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16) by smtp.dkm.cz with SMTP; 19 May 2004 21:55:04 -0000 Received: by isis.wad.cz (Postfix, from userid 1001) id 2757C2FDA01; Wed, 19 May 2004 23:55:04 +0200 (CEST) Date: Wed, 19 May 2004 23:55:03 +0200 From: Roman Neuhauser To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20040519215503.GD18037@isis.wad.cz> References: <20040519214057.687A72FDA01@isis.wad.cz> <200405192150.i4JLoLao091486@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <200405192150.i4JLoLao091486@freefall.freebsd.org> User-Agent: Mutt/1.5.6i Subject: Re: ports/66907: [PATCH] x11/numlockx distsite fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 21:56:05 -0000 --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--