diff options
author | gahr <gahr@FreeBSD.org> | 2014-07-22 18:14:52 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-07-22 18:14:52 +0800 |
commit | 73708dee9dda02c314792dd11a6cff95ee17b90c (patch) | |
tree | 583a0fdf9e534a6c747c941c389116732d7c2ec4 | |
parent | 4dec3bf11e4d2c01ad477e74c0856c58622daddc (diff) | |
download | freebsd-ports-gnome-73708dee9dda02c314792dd11a6cff95ee17b90c.tar.gz freebsd-ports-gnome-73708dee9dda02c314792dd11a6cff95ee17b90c.tar.zst freebsd-ports-gnome-73708dee9dda02c314792dd11a6cff95ee17b90c.zip |
- 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
-rw-r--r-- | devel/build/Makefile | 9 | ||||
-rw-r--r-- | devel/build/distinfo | 4 | ||||
-rw-r--r-- | devel/build/pkg-plist | 14 |
3 files changed, 21 insertions, 6 deletions
diff --git a/devel/build/Makefile b/devel/build/Makefile index 3478eaeae054..d5aa1d787327 100644 --- a/devel/build/Makefile +++ b/devel/build/Makefile @@ -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} diff --git a/devel/build/distinfo b/devel/build/distinfo index bdc3ef1c4e13..6f4e941f12bb 100644 --- a/devel/build/distinfo +++ b/devel/build/distinfo @@ -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 diff --git a/devel/build/pkg-plist b/devel/build/pkg-plist index 161736160f34..621f385502d8 100644 --- a/devel/build/pkg-plist +++ b/devel/build/pkg-plist @@ -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 |