aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-05-30 16:32:08 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-05-30 16:32:08 +0000
commit5f7c3559a94bfe6537fe2a308943f5c093cb97d2 (patch)
treeddcfa52288b1de91fd6f91211197fa27eeb7aee1 /ports-mgmt
parentf0609dcf4212fc81690f1c7fabdd1dba4116f1b8 (diff)
downloadports-5f7c3559a94bfe6537fe2a308943f5c093cb97d2.tar.gz
ports-5f7c3559a94bfe6537fe2a308943f5c093cb97d2.zip
Update to 3.1.18
Notes
Notes: svn path=/head/; revision=442101
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/poudriere/Makefile4
-rw-r--r--ports-mgmt/poudriere/distinfo6
-rw-r--r--ports-mgmt/poudriere/files/patch-Makefile.am37
3 files changed, 5 insertions, 42 deletions
diff --git a/ports-mgmt/poudriere/Makefile b/ports-mgmt/poudriere/Makefile
index 152cb39aae44..293c16c50e6b 100644
--- a/ports-mgmt/poudriere/Makefile
+++ b/ports-mgmt/poudriere/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= poudriere
-DISTVERSION= 3.1.17
-PORTREVISION= 1
+DISTVERSION= 3.1.18
+PORTREVISION= 0
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
diff --git a/ports-mgmt/poudriere/distinfo b/ports-mgmt/poudriere/distinfo
index 19339c7c5a02..98bd27e26865 100644
--- a/ports-mgmt/poudriere/distinfo
+++ b/ports-mgmt/poudriere/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490635252
-SHA256 (freebsd-poudriere-3.1.17_GH0.tar.gz) = c96e0208f955a778368a8a7176c0d085a4cec0fa488eb69224f13dcc5f343867
-SIZE (freebsd-poudriere-3.1.17_GH0.tar.gz) = 2859323
+TIMESTAMP = 1496161776
+SHA256 (freebsd-poudriere-3.1.18_GH0.tar.gz) = 95687aa92b1c3716b6cfd73d109c21b175db98167cab5af8fe83507beb3fd99a
+SIZE (freebsd-poudriere-3.1.18_GH0.tar.gz) = 2860326
diff --git a/ports-mgmt/poudriere/files/patch-Makefile.am b/ports-mgmt/poudriere/files/patch-Makefile.am
deleted file mode 100644
index 515848ebeae3..000000000000
--- a/ports-mgmt/poudriere/files/patch-Makefile.am
+++ /dev/null
@@ -1,37 +0,0 @@
-commit 7772e88ac1976ed60f4c233136c9246e3a99016e
-Author: Bryan Drewery <bryan@shatow.net>
-Date: Fri May 12 09:26:06 2017 -0700
-
- Use C99 to build sh as head does.
-
- This fixes the build for Sparc64 with GCC 4.2.1.
-
- Reported by: linimon, jhibbits
- Fixes #468
-
-diff --git Makefile.am Makefile.am
-index 2e7f8960..7bab2d8d 100644
---- Makefile.am
-+++ Makefile.am
-@@ -146,7 +146,7 @@ rm_SOURCES= src/libexec/poudriere/rm/rm.c
- timeout_SOURCES= src/libexec/poudriere/timeout/timeout.c
- timestamp_SOURCES= src/libexec/poudriere/timestamp/timestamp.c
- tsort_SOURCES= src/libexec/poudriere/tsort/tsort.c
--sh_CFLAGS= -DSHELL -DNO_HISTORY \
-+sh_CFLAGS= -DSHELL -DNO_HISTORY -std=gnu99 \
- -include $(top_srcdir)/external/sh_compat/compat.h \
- -I$(top_srcdir)/src \
- -I$(top_srcdir)/external/sh
-diff --git Makefile.in Makefile.in
-index 1987d11d..d32d502b 100644
---- Makefile.in
-+++ Makefile.in
-@@ -600,7 +600,7 @@ rm_SOURCES = src/libexec/poudriere/rm/rm.c
- timeout_SOURCES = src/libexec/poudriere/timeout/timeout.c
- timestamp_SOURCES = src/libexec/poudriere/timestamp/timestamp.c
- tsort_SOURCES = src/libexec/poudriere/tsort/tsort.c
--sh_CFLAGS = -DSHELL -DNO_HISTORY -include \
-+sh_CFLAGS = -DSHELL -DNO_HISTORY -std=gnu99 -include \
- $(top_srcdir)/external/sh_compat/compat.h -I$(top_srcdir)/src \
- -I$(top_srcdir)/external/sh -I$(top_srcdir)/src/poudriere-sh \
- -I$(top_builddir)/src/poudriere-sh