Wed Aug 21 09:24:05 2013 UTC ()
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


(wiz)
diff -r1.7 -r1.8 pkgsrc/databases/pgbuildfarm/Makefile
diff -r1.2 -r1.3 pkgsrc/databases/pgbuildfarm/PLIST
diff -r1.2 -r1.3 pkgsrc/databases/pgbuildfarm/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/databases/pgbuildfarm/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/pgbuildfarm/Makefile 2013/05/31 12:39:55 1.7
+++ pkgsrc/databases/pgbuildfarm/Makefile 2013/08/21 09:24:05 1.8
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.7 2013/05/31 12:39:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2013/08/21 09:24:05 wiz Exp $
2# 2#
3 3
4DISTNAME= build-farm-4_10 4DISTNAME= build-farm-4_11
5PKGNAME= ${DISTNAME:S/build-farm/pgbuildfarm/:S/_/./} 5PKGNAME= ${DISTNAME:S/build-farm/pgbuildfarm/:S/_/./}
6PKGREVISION= 1 
7CATEGORIES= databases 6CATEGORIES= databases
8MASTER_SITES= http://www.pgbuildfarm.org/downloads/releases/ 7MASTER_SITES= http://www.pgbuildfarm.org/downloads/releases/
9EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
10 9
11MAINTAINER= nico@orgrim.net 10MAINTAINER= nico@orgrim.net
12HOMEPAGE= http://www.pgbuildfarm.org/ 11HOMEPAGE= http://www.pgbuildfarm.org/
13COMMENT= PostgreSQL Build Farm client 12COMMENT= PostgreSQL Build Farm client
14LICENSE= postgresql-license 13LICENSE= postgresql-license
15 14
16DEPENDS+= scmgit-base>=1.6:../../devel/scmgit-base 15DEPENDS+= scmgit-base>=1.6:../../devel/scmgit-base
17DEPENDS+= p5-libwww>=5.0:../../www/p5-libwww 16DEPENDS+= p5-libwww>=5.0:../../www/p5-libwww
18DEPENDS+= p5-Digest-SHA1>=2.13:../../security/p5-Digest-SHA1 17DEPENDS+= p5-Digest-SHA1>=2.13:../../security/p5-Digest-SHA1
19 18

cvs diff -r1.2 -r1.3 pkgsrc/databases/pgbuildfarm/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/pgbuildfarm/PLIST 2013/04/15 19:43:11 1.2
+++ pkgsrc/databases/pgbuildfarm/PLIST 2013/08/21 09:24:05 1.3
@@ -1,12 +1,13 @@ @@ -1,12 +1,13 @@
1@comment $NetBSD: PLIST,v 1.2 2013/04/15 19:43:11 gls Exp $ 1@comment $NetBSD: PLIST,v 1.3 2013/08/21 09:24:05 wiz Exp $
2bin/run_branches.pl 2bin/run_branches.pl
3bin/run_build.pl 3bin/run_build.pl
4bin/run_web_txn.pl 4bin/run_web_txn.pl
5bin/setnotes.pl 5bin/setnotes.pl
6bin/update_personality.pl 6bin/update_personality.pl
7share/examples/pgbuildfarm/build-farm.conf 7share/examples/pgbuildfarm/build-farm.conf
8${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Options.pm 8${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Options.pm
9${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/SCM.pm 9${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/SCM.pm
 10${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/WebTxn.pm
10${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Modules/FileTextArrayFDW.pm 11${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Modules/FileTextArrayFDW.pm
11${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Modules/Skeleton.pm 12${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Modules/Skeleton.pm
12${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Modules/TestUpgrade.pm 13${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Modules/TestUpgrade.pm

cvs diff -r1.2 -r1.3 pkgsrc/databases/pgbuildfarm/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/pgbuildfarm/distinfo 2013/04/15 19:43:11 1.2
+++ pkgsrc/databases/pgbuildfarm/distinfo 2013/08/21 09:24:05 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2013/04/15 19:43:11 gls Exp $ 1$NetBSD: distinfo,v 1.3 2013/08/21 09:24:05 wiz Exp $
2 2
3SHA1 (build-farm-4_10.tgz) = 2e96cf61e75f76a72a53514e7c08873311b54805 3SHA1 (build-farm-4_11.tgz) = 0210e124bdb66d52dac97f9443b412609075c189
4RMD160 (build-farm-4_10.tgz) = dcd1a323fdf0d1bfcb8d6cf68f563a8a39002e1d 4RMD160 (build-farm-4_11.tgz) = 51267518c81939d69d8f49268706f22d417fd026
5Size (build-farm-4_10.tgz) = 29846 bytes 5Size (build-farm-4_11.tgz) = 31247 bytes