Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2012 22:18:32 GMT
From:      Olivier Duchateau <duchateau.olivier@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174664: [UPDATE] shells/mksh to R41
Message-ID:  <201212232218.qBNMIWwu056897@red.freebsd.org>
Resent-Message-ID: <201212232220.qBNMK0G8018838@freefall.freebsd.org>

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

>Number:         174664
>Category:       ports
>Synopsis:       [UPDATE] shells/mksh to R41
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 23 22:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Duchateau
>Release:        
>Organization:
>Environment:
>Description:
- Update to R41
- Trim Makefile header

ChangeLog: https://www.mirbsd.org/mksh.htm#r41
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: distinfo
===================================================================
--- distinfo	(révision 309448)
+++ distinfo	(copie de travail)
@@ -1,2 +1,2 @@
-SHA256 (mksh-R40f.cpio.gz) = d8657102f3e9f0c432388f1c820821ebe0eee442739604293488e6266c298762
-SIZE (mksh-R40f.cpio.gz) = 331196
+SHA256 (mksh-R41.tgz) = 32522287a9d4daad176dc97d420000a07c0947fdbc853004fc84f02dbdd87c91
+SIZE (mksh-R41.tgz) = 341489
Index: Makefile
===================================================================
--- Makefile	(révision 309448)
+++ Makefile	(copie de travail)
@@ -1,16 +1,13 @@
-# Ports collection makefile for:	mksh
-# Date created:				2006-06-24
-# Whom:					Andreas Kohn <andreas@syndrom23.de>
-#
+# Created by: Andreas Kohn <andreas@syndrom23.de>
 # $FreeBSD$
 #
 
 PORTNAME=	mksh
-DISTVERSION=	R40f
+DISTVERSION=	R41
 CATEGORIES=	shells
 MASTER_SITES=	http://www.mirbsd.org/MirOS/dist/mir/mksh/ \
 		http://pub.allbsd.org/MirOS/dist/mir/mksh/
-DISTFILES=	${PORTNAME}-${DISTVERSION}.cpio.gz
+DISTFILES=	${PORTNAME}-${DISTVERSION}.tgz
 
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	A MirBSD enhanced shell based on pdksh
@@ -21,11 +18,6 @@
 
 .include <bsd.port.pre.mk>
 
-do-extract:
-	${MKDIR} ${WRKDIR}
-	cd ${WRKDIR} && \
-	${GZCAT} ${DISTDIR}/${DISTFILES} | ${CPIO} -id
-
 do-build:
 	cd ${WRKSRC} && CFLAGS="${CFLAGS}" CC="${CC}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" SHELL=${SH} ${SH} ${WRKSRC}/Build.sh -r -c lto
 


>Release-Note:
>Audit-Trail:
>Unformatted:



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