From owner-freebsd-ports@FreeBSD.ORG Wed May 26 13:21:24 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40D8116A4CE for ; Wed, 26 May 2004 13:21:24 -0700 (PDT) Received: from ns1.yourwebhost.co.za (ns1.yourwebhost.co.za [65.75.184.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC61043D31 for ; Wed, 26 May 2004 13:21:21 -0700 (PDT) (envelope-from root@maquis.powertrip.co.za) Received: from root by maquis.powertrip.co.za with local (Exim 4.34; FreeBSD) id 1BT4tU-000Lp5-QG for ports@freebsd.org; Wed, 26 May 2004 22:20:56 +0200 Date: Wed, 26 May 2004 22:20:56 +0200 From: Jacques Marneweck To: ports@freebsd.org Message-ID: <20040526202056.GA78523@maquis.powertrip.co.za> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Patch for updating pdmenu to version 1.2.83 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2004 20:21:24 -0000 --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Can someone appl the following patch to update the version of pdmenu seeing that 1.2.81's tarballs no longer exists. Is there any prescribed method to 'take ownership' of the pdmenu port? Regards --jm --- ports/misc/pdmenu/Makefile.old Fri Apr 30 06:34:03 2004 +++ ports/misc/pdmenu/Makefile Wed May 26 21:31:30 2004 @@ -5,8 +5,8 @@ # $FreeBSD: ports/misc/pdmenu/Makefile,v 1.17 2004/03/25 18:33:22 nbm Exp $ PORTNAME= pdmenu -PORTVERSION= 1.2.81 -PORTREVISION= 1 +PORTVERSION= 1.2.83 +PORTREVISION= 0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= pdmenu_${PORTVERSION} --- ports/misc/pdmenu/distinfo.old Fri Apr 30 06:34:03 2004 +++ ports/misc/pdmenu/distinfo Wed May 26 21:32:21 2004 @@ -1,2 +1,2 @@ -MD5 (pdmenu_1.2.81.tar.gz) = ca6a00583508358dec358f2561430298 -SIZE (pdmenu_1.2.81.tar.gz) = 147058 +MD5 (pdmenu_1.2.83.tar.gz) = 7e2ad5328f9cba854c8ff951715c1b8e +SIZE (pdmenu_1.2.83.tar.gz) = 147504 --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="pdmenu.patch" --- ports/misc/pdmenu/Makefile.old Fri Apr 30 06:34:03 2004 +++ ports/misc/pdmenu/Makefile Wed May 26 21:31:30 2004 @@ -5,8 +5,8 @@ # $FreeBSD: ports/misc/pdmenu/Makefile,v 1.17 2004/03/25 18:33:22 nbm Exp $ PORTNAME= pdmenu -PORTVERSION= 1.2.81 -PORTREVISION= 1 +PORTVERSION= 1.2.83 +PORTREVISION= 0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= pdmenu_${PORTVERSION} --- ports/misc/pdmenu/distinfo.old Fri Apr 30 06:34:03 2004 +++ ports/misc/pdmenu/distinfo Wed May 26 21:32:21 2004 @@ -1,2 +1,2 @@ -MD5 (pdmenu_1.2.81.tar.gz) = ca6a00583508358dec358f2561430298 -SIZE (pdmenu_1.2.81.tar.gz) = 147058 +MD5 (pdmenu_1.2.83.tar.gz) = 7e2ad5328f9cba854c8ff951715c1b8e +SIZE (pdmenu_1.2.83.tar.gz) = 147504 --yrj/dFKFPuw6o+aM--