From owner-svn-ports-all@freebsd.org Sun Mar 13 14:55:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B414ACFA3B; Sun, 13 Mar 2016 14:55:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06001DCE; Sun, 13 Mar 2016 14:55:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2DEtnNb041823; Sun, 13 Mar 2016 14:55:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2DEtnfn041822; Sun, 13 Mar 2016 14:55:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603131455.u2DEtnfn041822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 13 Mar 2016 14:55:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410980 - head/shells/ksh93 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2016 14:55:51 -0000 Author: sunpoet Date: Sun Mar 13 14:55:49 2016 New Revision: 410980 URL: https://svnweb.freebsd.org/changeset/ports/410980 Log: - Add my LOCAL to MASTER_SITES as backup - Use do-test: Modified: head/shells/ksh93/Makefile Modified: head/shells/ksh93/Makefile ============================================================================== --- head/shells/ksh93/Makefile Sun Mar 13 14:55:45 2016 (r410979) +++ head/shells/ksh93/Makefile Sun Mar 13 14:55:49 2016 (r410980) @@ -14,7 +14,8 @@ PORTNAME= ksh93 PORTVERSION= ${KSHVERSION:S/-//g} PORTREVISION= 2 CATEGORIES= shells -MASTER_SITES= http://www2.research.att.com/~astopen/download/tgz/ +MASTER_SITES= http://www2.research.att.com/~astopen/download/tgz/ \ + LOCAL/sunpoet/${PORTNAME} DISTFILES= INIT.${INITVERSION}.tgz ast-ksh.${KSHVERSION}.tgz DIST_SUBDIR= ${PORTNAME} @@ -44,8 +45,7 @@ do-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/fun/ && ${INSTALL_SCRIPT} dirs popd pushd ${STAGEDIR}${EXAMPLESDIR}/ -test: build - @cd ${WRKSRC}/src/cmd/ksh93/tests/ && \ - ${SETENV} SHELL=${WRKSRC}/bin/ksh ${WRKSRC}/bin/ksh shtests +do-test: + cd ${WRKSRC}/src/cmd/ksh93/tests/ && ${SETENV} SHELL=${WRKSRC}/bin/ksh ${WRKSRC}/bin/ksh shtests .include