Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2002 12:04:17 +0200 (CEST)
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tg@FreeBSD.org
Subject:   ports/38071: Update: shells/pdksh (5.2.14.2)
Message-ID:  <200205141004.g4EA4HWI015334@gits.gits.dyndns.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205141004.g4EA4HWI015334>