summaryrefslogtreecommitdiff
path: root/ports-mgmt/poudriere
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-06-08 12:05:33 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-06-08 12:05:33 +0000
commit901953b67dd93e08a0f5200c08b9cb4219ff81c3 (patch)
treed4eae26e5c01b6ca86a7de8fc10405c43e05b0f5 /ports-mgmt/poudriere
parent- Update ls-R after fmtutil. (diff)
- 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]
Notes
Notes: svn path=/head/; revision=320244
Diffstat (limited to 'ports-mgmt/poudriere')
-rw-r--r--ports-mgmt/poudriere/Makefile2
-rw-r--r--ports-mgmt/poudriere/distinfo4
-rw-r--r--ports-mgmt/poudriere/pkg-descr2
3 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/poudriere/Makefile b/ports-mgmt/poudriere/Makefile
index 02c2162f41c6..15f2ff6dfac9 100644
--- a/ports-mgmt/poudriere/Makefile
+++ b/ports-mgmt/poudriere/Makefile
@@ -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}/
diff --git a/ports-mgmt/poudriere/distinfo b/ports-mgmt/poudriere/distinfo
index 23d834062fe6..cb7b4b23dfb5 100644
--- a/ports-mgmt/poudriere/distinfo
+++ b/ports-mgmt/poudriere/distinfo
@@ -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
diff --git a/ports-mgmt/poudriere/pkg-descr b/ports-mgmt/poudriere/pkg-descr
index 5c407ba14028..931872280973 100644
--- a/ports-mgmt/poudriere/pkg-descr
+++ b/ports-mgmt/poudriere/pkg-descr
@@ -2,4 +2,4 @@ poudriere is a tool primarily designed to test package production on
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