From owner-freebsd-ports Tue May 14 3:10:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB47637B407 for ; Tue, 14 May 2002 03:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EAA2F19123; Tue, 14 May 2002 03:10:02 -0700 (PDT) (envelope-from gnats) Received: from smtp.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id 7B3E337B401 for ; Tue, 14 May 2002 03:04:20 -0700 (PDT) Received: (qmail 25113441 invoked by uid 0); 14 May 2002 10:04:18 -0000 Received: from unknown (HELO gits.gits.dyndns.org) ([212.198.230.194]) (envelope-sender ) by 212.198.2.71 (qmail-ldap-1.03) with SMTP for ; 14 May 2002 10:04:18 -0000 Received: from gits.gits.dyndns.org (xluariqsuqkdyi6e@localhost [127.0.0.1]) by gits.gits.dyndns.org (8.12.3/8.12.3) with ESMTP id g4EA4HKj015335; Tue, 14 May 2002 12:04:18 +0200 (CEST) (envelope-from root@gits.dyndns.org) Received: (from root@localhost) by gits.gits.dyndns.org (8.12.3/8.12.3/Submit) id g4EA4HWI015334; Tue, 14 May 2002 12:04:17 +0200 (CEST) (envelope-from root) Message-Id: <200205141004.g4EA4HWI015334@gits.gits.dyndns.org> Date: Tue, 14 May 2002 12:04:17 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@FreeBSD.org Cc: tg@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38071: Update: shells/pdksh (5.2.14.2) 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: 38071 >Category: ports >Synopsis: Update: shells/pdksh (5.2.14.2) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 14 03:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #5: Tue May 14 02:10:24 CEST 2002 root@:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: Makefile PORTVERSION bumped DISTNAME, PATCH_* added post-patch added (to add patchlevel to version) files/patch-aa deleted distinfo updated >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/shells/pdksh/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 29 Jan 2002 11:58:43 -0000 1.24 +++ Makefile 14 May 2002 09:37:43 -0000 @@ -6,19 +6,28 @@ # PORTNAME= pdksh -PORTVERSION= 5.2.14 +PORTVERSION= 5.2.14.p2 CATEGORIES= shells MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ \ http://gd.tuwien.ac.at/utils/shells/pdksh/ \ ftp://ftp.lip6.fr/pub/unix/shells/pdksh/ \ ftp://ftp.demon.net/pub/mirrors/pdksh/ \ ftp://ftp.rge.com/pub/shells/pdksh/ +DISTNAME= ${PORTNAME}-${PORTVERSION:N*p*}${PORTVERSION:M*p*:R} +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= ${DISTNAME}-patches.1 ${DISTNAME}-patches.2 +PATCH_DIST_STRIP= -p2 MAINTAINER= tg@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ENV= LDSTATIC=-static MAN1= ksh.1 + +post-patch: + @${PERL} -pi.fbsd -e \ + 's/v${PORTVERSION:N*p*}${PORTVERSION:M*p*:R} /v${PORTVERSION:S/p//} /' \ + ${WRKSRC}/version.c post-install: @${ECHO} "Updating /etc/shells" Index: distinfo =================================================================== RCS file: /home/ncvs/ports/shells/pdksh/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- distinfo 16 Jul 1999 06:20:31 -0000 1.12 +++ distinfo 14 May 2002 08:49:45 -0000 @@ -1 +1,3 @@ MD5 (pdksh-5.2.14.tar.gz) = 871106b3bd937e1afba9f2ef7c43aef3 +MD5 (pdksh-5.2.14-patches.1) = c91364eb3de43a052c53d263000fe14c +MD5 (pdksh-5.2.14-patches.2) = 77d7e089e9fe9ca396d520c728f25136 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message