From owner-svn-ports-all@FreeBSD.ORG Tue Jul 22 10:14:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD9C38B4; Tue, 22 Jul 2014 10:14:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 9A4A623CA; Tue, 22 Jul 2014 10:14:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6MAErHK003054; Tue, 22 Jul 2014 10:14:53 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6MAEqZp003051; Tue, 22 Jul 2014 10:14:52 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201407221014.s6MAEqZp003051@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 22 Jul 2014 10:14:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362528 - head/devel/build 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.18 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: Tue, 22 Jul 2014 10:14:53 -0000 Author: gahr Date: Tue Jul 22 10:14:52 2014 New Revision: 362528 URL: http://svnweb.freebsd.org/changeset/ports/362528 QAT: https://qat.redports.org/buildarchive/r362528/ Log: - Update to 0.3.10 Release announcement: http://www.codesynthesis.com/pipermail/build-users/2014-July/000003.html - While at it, use USES=tar:bzip2, add LICENSE Modified: head/devel/build/Makefile head/devel/build/distinfo head/devel/build/pkg-plist Modified: head/devel/build/Makefile ============================================================================== --- head/devel/build/Makefile Tue Jul 22 09:59:01 2014 (r362527) +++ head/devel/build/Makefile Tue Jul 22 10:14:52 2014 (r362528) @@ -2,21 +2,22 @@ # $FreeBSD$ PORTNAME= build -PORTVERSION= 0.3.9 +PORTVERSION= 0.3.10 CATEGORIES= devel MASTER_SITES= http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= gahr@FreeBSD.org COMMENT= Massively-parallel build system implemented on top of GNU make +LICENSE= GPLv2 + BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake -USE_BZIP2= yes +USES= gmake tar:bzip2 -MAKEFILE= makefile NO_BUILD= yes +MAKEFILE= makefile MAKE_ARGS= install_prefix=${STAGEDIR}${PREFIX} PLIST_SUB= BUILD_VER=${PORTVERSION:R} Modified: head/devel/build/distinfo ============================================================================== --- head/devel/build/distinfo Tue Jul 22 09:59:01 2014 (r362527) +++ head/devel/build/distinfo Tue Jul 22 10:14:52 2014 (r362528) @@ -1,2 +1,2 @@ -SHA256 (build-0.3.9.tar.bz2) = 158a26af751dfc00d9b88021305ea74935542a9f970d1ac7e805cd239a3400b5 -SIZE (build-0.3.9.tar.bz2) = 71545 +SHA256 (build-0.3.10.tar.bz2) = e6fcd1d225d7d1e7b2895a44e3c192f7d45ca83e45817bff20372e5dedcda5d3 +SIZE (build-0.3.10.tar.bz2) = 73647 Modified: head/devel/build/pkg-plist ============================================================================== --- head/devel/build/pkg-plist Tue Jul 22 09:59:01 2014 (r362527) +++ head/devel/build/pkg-plist Tue Jul 22 10:14:52 2014 (r362528) @@ -73,11 +73,13 @@ include/build-%%BUILD_VER%%/cxx/intel/o- include/build-%%BUILD_VER%%/cxx/intel/o-l.make include/build-%%BUILD_VER%%/cxx/o-e.make include/build-%%BUILD_VER%%/cxx/o-l.make +include/build-%%BUILD_VER%%/cxx/standard.make include/build-%%BUILD_VER%%/dialog.bash include/build-%%BUILD_VER%%/dir.make include/build-%%BUILD_VER%%/dist.make include/build-%%BUILD_VER%%/dist/functions.make include/build-%%BUILD_VER%%/frame.make +include/build-%%BUILD_VER%%/generator include/build-%%BUILD_VER%%/git/gitignore include/build-%%BUILD_VER%%/git/gitignore.make include/build-%%BUILD_VER%%/import.make @@ -108,6 +110,18 @@ include/build-%%BUILD_VER%%/meta/vc10pro include/build-%%BUILD_VER%%/meta/vc10proj.make include/build-%%BUILD_VER%%/meta/vc10sln-functions.make include/build-%%BUILD_VER%%/meta/vc10sln.make +include/build-%%BUILD_VER%%/meta/vc11proj-functions.make +include/build-%%BUILD_VER%%/meta/vc11proj.make +include/build-%%BUILD_VER%%/meta/vc11sln-functions.make +include/build-%%BUILD_VER%%/meta/vc11sln.make +include/build-%%BUILD_VER%%/meta/vc12proj-functions.make +include/build-%%BUILD_VER%%/meta/vc12proj.make +include/build-%%BUILD_VER%%/meta/vc12sln-functions.make +include/build-%%BUILD_VER%%/meta/vc12sln.make +include/build-%%BUILD_VER%%/meta/vc8proj-functions.make +include/build-%%BUILD_VER%%/meta/vc8proj.make +include/build-%%BUILD_VER%%/meta/vc8sln-functions.make +include/build-%%BUILD_VER%%/meta/vc8sln.make include/build-%%BUILD_VER%%/meta/vc9proj include/build-%%BUILD_VER%%/meta/vc9proj-functions.make include/build-%%BUILD_VER%%/meta/vc9proj.m4