- 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
This commit is contained in:
parent
0e90ccad24
commit
9f75cb0fe7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362528
@ -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}
|
||||
|
@ -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
|
||||
|
@ -73,11 +73,13 @@ include/build-%%BUILD_VER%%/cxx/intel/o-e.make
|
||||
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/vc10proj.m4
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user