svn commit: r320244 - head/ports-mgmt/poudriere

Bryan Drewery bdrewery at FreeBSD.org
Sat Jun 8 12:05:34 UTC 2013


Author: bdrewery
Date: Sat Jun  8 12:05:33 2013
New Revision: 320244
URL: http://svnweb.freebsd.org/changeset/ports/320244

Log:
  - Update to 3.0.3
  - Update web documentation for using custom ports tree
  
  Changes:
      - Add missing validations to check that the specified
        ports tree exists
      - SIGINFO/status fixes
      - SIGINT/SIGTERM no longer marks a build as 'crashed'
      - Fix pkgng being required on the host to build pkgng packages [1]
      - Fix CCACHE support by always mounting to /root/.ccache
      - jail: Fix USE_TMPFS=all cleanup/deleting
      - ports -c: Fix svn+file
      - Allow DISTFILES_CACHE=PORTSDIR/distfiles again
      - Jail tar(1) and pkg(8) invokations
      - testport: Make failed builds more clear [2]
  
  Reported by:	tj [1]
  Submitted by:	antoine [2]

Modified:
  head/ports-mgmt/poudriere/Makefile
  head/ports-mgmt/poudriere/distinfo
  head/ports-mgmt/poudriere/pkg-descr

Modified: head/ports-mgmt/poudriere/Makefile
==============================================================================
--- head/ports-mgmt/poudriere/Makefile	Sat Jun  8 11:48:04 2013	(r320243)
+++ head/ports-mgmt/poudriere/Makefile	Sat Jun  8 12:05:33 2013	(r320244)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-PORTVERSION=	3.0.2
+PORTVERSION=	3.0.3
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://fossil.etoilebsd.net/poudriere/tarball/ \
 		LOCAL/bdrewery/${PORTNAME}/

Modified: head/ports-mgmt/poudriere/distinfo
==============================================================================
--- head/ports-mgmt/poudriere/distinfo	Sat Jun  8 11:48:04 2013	(r320243)
+++ head/ports-mgmt/poudriere/distinfo	Sat Jun  8 12:05:33 2013	(r320244)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.2.tar.gz?uuid=3.0.2) = c7edd3018145eb513c05dab974d28cdeda36cfa75b63fa9acf1a802e144e11aa
-SIZE (poudriere-3.0.2.tar.gz?uuid=3.0.2) = 107023
+SHA256 (poudriere-3.0.3.tar.gz?uuid=3.0.3) = 58b3009024d6363dc3dcf6fe9be65d858db06bd6cf7d91a63109b76537352426
+SIZE (poudriere-3.0.3.tar.gz?uuid=3.0.3) = 107409

Modified: head/ports-mgmt/poudriere/pkg-descr
==============================================================================
--- head/ports-mgmt/poudriere/pkg-descr	Sat Jun  8 11:48:04 2013	(r320243)
+++ head/ports-mgmt/poudriere/pkg-descr	Sat Jun  8 12:05:33 2013	(r320244)
@@ -2,4 +2,4 @@ poudriere is a tool primarily designed t
 FreeBSD. However, most people will find it useful to bulk build ports
 for FreeBSD.
 
-WWW: https://fossil.etoilebsd.net/poudriere/doc/3.0.2/doc/index.wiki
+WWW: https://fossil.etoilebsd.net/poudriere/doc/3.0.3/doc/index.wiki


More information about the svn-ports-all mailing list