update to version 0.31.0
Major changes: There is no need to add /usr/pkg_distbb/bin to PATH environment variable on all build hosts.
This commit is contained in:
parent
6b80a1693d
commit
de8557a636
3 changed files with 10 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.54 2009/05/30 17:37:32 cheusov Exp $
|
||||
# $NetBSD: Makefile,v 1.55 2009/08/09 18:16:18 cheusov Exp $
|
||||
#
|
||||
|
||||
DISTNAME= distbb-0.30.0
|
||||
DISTNAME= distbb-0.31.0
|
||||
CATEGORIES= pkgtools
|
||||
MASTER_SITES= http://mova.org/~cheusov/pub/distbb/
|
||||
|
||||
|
@ -9,9 +9,10 @@ MAINTAINER= cheusov@tut.by
|
|||
HOMEPAGE= http://mova.org/~cheusov/pub/distbb/
|
||||
COMMENT= DISTributed Bulk Build tool for pkgsrc
|
||||
|
||||
DEPENDS+= pkg_summary-utils>=0.30.0:../../wip/pkg_summary-utils
|
||||
DEPENDS+= pkg_summary-utils>=0.31.0:../../wip/pkg_summary-utils
|
||||
DEPENDS+= paexec>=0.13.0nb1:../../wip/paexec
|
||||
DEPENDS+= runawk>=0.14.3:../../wip/runawk
|
||||
DEPENDS+= pipestatus>=0.5.0:../../wip/pipestatus
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
USE_BSD_MAKEFILE= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.13 2008/12/26 23:44:37 cheusov Exp $
|
||||
@comment $NetBSD: PLIST,v 1.14 2009/08/09 18:16:18 cheusov Exp $
|
||||
bin/distbb
|
||||
bin/distbb_diff
|
||||
libexec/distbb/common
|
||||
|
@ -15,6 +15,7 @@ libexec/distbb/upload_pkgs_all_files
|
|||
libexec/distbb/upload_pkgs_built_total
|
||||
libexec/distbb/upload_pkgs_no_bin_on_cdrom
|
||||
libexec/distbb/upload_pkgs_no_bin_on_ftp
|
||||
libexec/distbb/wrapper
|
||||
share/distbb/distbb.default.conf
|
||||
share/distbb/distbb.ico
|
||||
share/distbb/distbb.mk
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.40 2009/05/30 17:37:32 cheusov Exp $
|
||||
$NetBSD: distinfo,v 1.41 2009/08/09 18:16:18 cheusov Exp $
|
||||
|
||||
SHA1 (distbb-0.30.0.tar.gz) = dfed666c643733400b1ce1a1f0e5fb801a53fbfa
|
||||
RMD160 (distbb-0.30.0.tar.gz) = 0f858a7378d6b577351db34af4274a7f1a66d750
|
||||
Size (distbb-0.30.0.tar.gz) = 50682 bytes
|
||||
SHA1 (distbb-0.31.0.tar.gz) = d5276068bca44ddb2bf6fc5b2ed044c0f146f5ad
|
||||
RMD160 (distbb-0.31.0.tar.gz) = 1642e772207468033da8d410039c3b7254084da3
|
||||
Size (distbb-0.31.0.tar.gz) = 50975 bytes
|
||||
|
|
Loading…
Reference in a new issue