diff options
author | wiz <wiz@pkgsrc.org> | 2013-08-21 09:24:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-08-21 09:24:05 +0000 |
commit | ed7f8bb17cfc9c3ce1df58cf10426818051a0a1c (patch) | |
tree | f64fca8f59e54cacad9f3ea9df73d86b6ed7de65 /databases | |
parent | 1fa4b8b21420c91cf2cb32363abce79f499a9ad2 (diff) | |
download | pkgsrc-ed7f8bb17cfc9c3ce1df58cf10426818051a0a1c.tar.gz |
Update to 4.11, provided by Nicolas Thauvin <nico@orgrim.net> on
pkgsrc-users.
Changes since 4.10:
* Turn down module cleanup verbosity
* Add check for rogue postmasters.
* Add pseudo-branch targets HEAD_PLUS_LATEST and HEAD_PLUS_LATEST2.
* Use Digest::SHA instead of Digest::SHA1.
* Make directory handling more robust in git code.
* Move web transaction into a module procedure.
* Switch to using the porcelain format of git status.
* Provide parameter for core file patterns.
* Use a command file for gdb instead of the -ex option
The web transaction and Digest::SHA changes have allowed the removal of
a couple of long-standing uglinesses on the system. In almost all
cases, the config parameter "aux_path" and the separate
run_web_transaction.pl script are now redundant (the exception is older
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgbuildfarm/Makefile | 5 | ||||
-rw-r--r-- | databases/pgbuildfarm/PLIST | 3 | ||||
-rw-r--r-- | databases/pgbuildfarm/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/databases/pgbuildfarm/Makefile b/databases/pgbuildfarm/Makefile index 2fd0bb2f7c2..978764d774b 100644 --- a/databases/pgbuildfarm/Makefile +++ b/databases/pgbuildfarm/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:39:55 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/08/21 09:24:05 wiz Exp $ # -DISTNAME= build-farm-4_10 +DISTNAME= build-farm-4_11 PKGNAME= ${DISTNAME:S/build-farm/pgbuildfarm/:S/_/./} -PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.pgbuildfarm.org/downloads/releases/ EXTRACT_SUFX= .tgz diff --git a/databases/pgbuildfarm/PLIST b/databases/pgbuildfarm/PLIST index 5f3f04bb264..35a96440ed6 100644 --- a/databases/pgbuildfarm/PLIST +++ b/databases/pgbuildfarm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/04/15 19:43:11 gls Exp $ +@comment $NetBSD: PLIST,v 1.3 2013/08/21 09:24:05 wiz Exp $ bin/run_branches.pl bin/run_build.pl bin/run_web_txn.pl @@ -7,6 +7,7 @@ bin/update_personality.pl share/examples/pgbuildfarm/build-farm.conf ${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Options.pm ${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/SCM.pm +${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/WebTxn.pm ${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Modules/FileTextArrayFDW.pm ${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Modules/Skeleton.pm ${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Modules/TestUpgrade.pm diff --git a/databases/pgbuildfarm/distinfo b/databases/pgbuildfarm/distinfo index 61e93fc5167..a6b7ccaff26 100644 --- a/databases/pgbuildfarm/distinfo +++ b/databases/pgbuildfarm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/04/15 19:43:11 gls Exp $ +$NetBSD: distinfo,v 1.3 2013/08/21 09:24:05 wiz Exp $ -SHA1 (build-farm-4_10.tgz) = 2e96cf61e75f76a72a53514e7c08873311b54805 -RMD160 (build-farm-4_10.tgz) = dcd1a323fdf0d1bfcb8d6cf68f563a8a39002e1d -Size (build-farm-4_10.tgz) = 29846 bytes +SHA1 (build-farm-4_11.tgz) = 0210e124bdb66d52dac97f9443b412609075c189 +RMD160 (build-farm-4_11.tgz) = 51267518c81939d69d8f49268706f22d417fd026 +Size (build-farm-4_11.tgz) = 31247 bytes |