summaryrefslogtreecommitdiff
path: root/ports-mgmt/poudriere
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-07-02 12:20:51 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-07-02 12:20:51 +0000
commitdc45745bcc8d6e10e6a0ddc00da101fd29d60ed4 (patch)
tree5f88b2b821cae48b079afd0e31ddda555e5e9c77 /ports-mgmt/poudriere
parent- Remove unneeded backrev port (diff)
- Update to 3.0.4
Changes: * Fix including MASTERNAME-make.conf twice in some cases * Fix filename quoting to ensure any packages with spaces work. This is to allow S3 usage with files that have '+' in them [1] * Fix deps calculations not halting the build on errors * jail/ports -u: Always run 'svn upgrade' before starting, which fixes 1.7->1.8 svn upgrades * jail: Fix building older releases from recent HEAD, which requires devel/fmake on host. * bulk -c: Fix cleaning of cache dir * HTML: Default the build name to YYYY-MM-DD_HHhMMmSSs to remove ':' which causes URL encoding/tab-completion issues * Update wiki on custom ports tree creation [1] https://forums.aws.amazon.com/message.jspa?messageID=208136
Notes
Notes: svn path=/head/; revision=322165
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 15f2ff6dfac9..a1c7c5bb38a8 100644
--- a/ports-mgmt/poudriere/Makefile
+++ b/ports-mgmt/poudriere/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 3.0.3
+PORTVERSION= 3.0.4
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 cb7b4b23dfb5..f9d4a0f6e379 100644
--- a/ports-mgmt/poudriere/distinfo
+++ b/ports-mgmt/poudriere/distinfo
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.3.tar.gz?uuid=3.0.3) = 58b3009024d6363dc3dcf6fe9be65d858db06bd6cf7d91a63109b76537352426
-SIZE (poudriere-3.0.3.tar.gz?uuid=3.0.3) = 107409
+SHA256 (poudriere-3.0.4.tar.gz?uuid=3.0.4) = d8a5aada853f890a759e8f27b3d95bfd9a931029a980eb9c10e8f11032f0d7c6
+SIZE (poudriere-3.0.4.tar.gz?uuid=3.0.4) = 107789
diff --git a/ports-mgmt/poudriere/pkg-descr b/ports-mgmt/poudriere/pkg-descr
index 931872280973..4dbabf2b12d9 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.3/doc/index.wiki
+WWW: https://fossil.etoilebsd.net/poudriere/doc/3.0.4/doc/index.wiki