pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

update databases/pgbuildfarm to 4.11



Hello,

Please find attached a patch to update databases/pgbuildfarm to 4.11,
here is the changelog from upstream:

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
Msys systems).

Regards,
--
Nicolas
Index: Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/databases/pgbuildfarm/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile    31 May 2013 12:39:55 -0000      1.7
+++ Makefile    19 Aug 2013 09:36:59 -0000
@@ -1,9 +1,8 @@
 # $NetBSD: Makefile,v 1.7 2013/05/31 12:39:55 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
Index: PLIST
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/databases/pgbuildfarm/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- PLIST       15 Apr 2013 19:43:11 -0000      1.2
+++ PLIST       19 Aug 2013 09:36:59 -0000
@@ -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
Index: distinfo
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/databases/pgbuildfarm/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    15 Apr 2013 19:43:11 -0000      1.2
+++ distinfo    19 Aug 2013 09:36:59 -0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2013/04/15 19:43:11 gls Exp $
+$NetBSD$
 
-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

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index