From owner-svn-ports-all@freebsd.org Wed Dec 6 09:00:29 2017 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 78CDEE99F4A; Wed, 6 Dec 2017 09:00:29 +0000 (UTC) (envelope-from amdmi3@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 43549694CE; Wed, 6 Dec 2017 09:00:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB690SjH006598; Wed, 6 Dec 2017 09:00:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB690Seg006596; Wed, 6 Dec 2017 09:00:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712060900.vB690Seg006596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 6 Dec 2017 09:00:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455638 - head/devel/build X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/build X-SVN-Commit-Revision: 455638 X-SVN-Commit-Repository: ports 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.25 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: Wed, 06 Dec 2017 09:00:29 -0000 Author: amdmi3 Date: Wed Dec 6 09:00:28 2017 New Revision: 455638 URL: https://svnweb.freebsd.org/changeset/ports/455638 Log: - Update WWW - Add NO_ARCH - Add LICENSE_FILE Modified: head/devel/build/Makefile head/devel/build/pkg-descr Modified: head/devel/build/Makefile ============================================================================== --- head/devel/build/Makefile Wed Dec 6 09:00:23 2017 (r455637) +++ head/devel/build/Makefile Wed Dec 6 09:00:28 2017 (r455638) @@ -4,21 +4,23 @@ PORTNAME= build PORTVERSION= 0.3.10 CATEGORIES= devel -MASTER_SITES= http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ +MASTER_SITES= https://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org COMMENT= Massively-parallel build system implemented on top of GNU make LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= bash:shells/bash USES= gmake tar:bzip2 - -NO_BUILD= yes MAKEFILE= makefile MAKE_ARGS= install_prefix=${STAGEDIR}${PREFIX} + +NO_BUILD= yes +NO_ARCH= yes PLIST_SUB= BUILD_VER=${PORTVERSION:R} Modified: head/devel/build/pkg-descr ============================================================================== --- head/devel/build/pkg-descr Wed Dec 6 09:00:23 2017 (r455637) +++ head/devel/build/pkg-descr Wed Dec 6 09:00:28 2017 (r455638) @@ -14,4 +14,4 @@ Some of its features include: * inter-project dependency tracking. * extensible language/compiler framework. -WWW: http://www.codesynthesis.com/projects/build/ +WWW: https://www.codesynthesis.com/projects/build/