Date: Mon, 19 Aug 2013 19:15:15 GMT From: Olivier Duchateau <olivierd@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/181406: [UPDATE] shells/mksh to R48b Message-ID: <201308191915.r7JJFFEB066420@oldred.freebsd.org> Resent-Message-ID: <201308191920.r7JJK0VV005759@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 181406 >Category: ports >Synopsis: [UPDATE] shells/mksh to R48b >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: Mon Aug 19 19:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: >Organization: >Environment: >Description: - Update to R48b - Convert to new option framework - Remove article from the COMMENT line >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (révision 324998) +++ Makefile (copie de travail) @@ -2,20 +2,20 @@ # $FreeBSD$ PORTNAME= mksh -DISTVERSION= R46 +DISTVERSION= R48b CATEGORIES= shells MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ http://pub.allbsd.org/MirOS/dist/mir/mksh/ DISTFILES= ${PORTNAME}-${DISTVERSION}.tgz MAINTAINER= miwi@FreeBSD.org -COMMENT= A MirBSD enhanced shell based on pdksh +COMMENT= MirBSD enhanced shell based on pdksh WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= mksh.1 -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> do-build: cd ${WRKSRC} && CFLAGS="${CFLAGS}" CC="${CC}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" SHELL=${SH} ${SH} ${WRKSRC}/Build.sh -r -c lto @@ -23,7 +23,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mksh ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mksh.1 ${MANPREFIX}/man/man1 -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/dot.mkshrc ${EXAMPLESDIR} .endif @@ -35,4 +35,4 @@ ${ECHO_CMD} ${PREFIX}/bin/mksh) > /etc/shells @${RM} /etc/shells.bak -.include <bsd.port.post.mk> +.include <bsd.port.mk> Index: distinfo =================================================================== --- distinfo (révision 324998) +++ distinfo (copie de travail) @@ -1,2 +1,2 @@ -SHA256 (mksh-R46.tgz) = dbe6bf60b111a962ed33eb16dffa4d726d62dc0d60ad5429f0d575fc430af05a -SIZE (mksh-R46.tgz) = 349524 +SHA256 (mksh-R48b.tgz) = e67686187ba6dfbf99b7f6b5f841dfb5cd9f980504f8b631d7d3bfd98d345792 +SIZE (mksh-R48b.tgz) = 362969 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308191915.r7JJFFEB066420>