Update to 3.1.5
Changes: https://github.com/freebsd/poudriere/wiki/release_notes_315
This commit is contained in:
parent
2b4d9e790c
commit
677d6537a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386081
5 changed files with 11 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= poudriere
|
||||
DISTVERSION= 3.1.99.20150501
|
||||
DISTVERSION= 3.1.99.20150511
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
|
||||
|
@ -18,7 +18,8 @@ CONFLICTS_INSTALL= poudriere-[0-9]*
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_TAGNAME= 3.1.4-71-g652abb7
|
||||
GH_TAGNAME= 3.1.5
|
||||
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ETCDIR= ${PREFIX}/etc/poudriere.d
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (freebsd-poudriere-3.1.99.20150501-3.1.4-71-g652abb7_GH0.tar.gz) = adff02acc4e0b998459b820958c4537675a0ebf2d8f4f999ac526e8051e9dc3e
|
||||
SIZE (freebsd-poudriere-3.1.99.20150501-3.1.4-71-g652abb7_GH0.tar.gz) = 2827939
|
||||
SHA256 (freebsd-poudriere-3.1.5_GH0.tar.gz) = 43fbd75f2267b67cbcb3601849fbfea4162820d2e77401dd90d551c8e6e276bd
|
||||
SIZE (freebsd-poudriere-3.1.5_GH0.tar.gz) = 2827568
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= poudriere
|
||||
DISTVERSION= 3.1.4
|
||||
DISTVERSION= 3.1.5
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (freebsd-poudriere-3.1.4_GH0.tar.gz) = 8f8b21cdf08072e4da8a158c1c76884edbca5ec6a33bd6ef781545939613d047
|
||||
SIZE (freebsd-poudriere-3.1.4_GH0.tar.gz) = 2714355
|
||||
SHA256 (freebsd-poudriere-3.1.5_GH0.tar.gz) = 43fbd75f2267b67cbcb3601849fbfea4162820d2e77401dd90d551c8e6e276bd
|
||||
SIZE (freebsd-poudriere-3.1.5_GH0.tar.gz) = 2827568
|
||||
|
|
|
@ -8,10 +8,12 @@ libexec/poudriere/cpdup
|
|||
libexec/poudriere/dirempty
|
||||
libexec/poudriere/dirwatch
|
||||
libexec/poudriere/jexecd
|
||||
libexec/poudriere/locked_mkdir
|
||||
libexec/poudriere/nc
|
||||
libexec/poudriere/poudriered
|
||||
libexec/poudriere/rename
|
||||
libexec/poudriere/rexec
|
||||
libexec/poudriere/sh
|
||||
libexec/poudriere/timeout
|
||||
libexec/poudriere/timestamp
|
||||
libexec/poudriere/tsort
|
||||
|
@ -25,6 +27,7 @@ man/man8/poudriere.8.gz
|
|||
%%DATADIR%%/awk/json_top.awk
|
||||
%%DATADIR%%/awk/processonelog2.awk
|
||||
%%DATADIR%%/awk/siginfo_buildtime.awk
|
||||
%%DATADIR%%/api.sh
|
||||
%%DATADIR%%/bulk.sh
|
||||
%%DATADIR%%/clean.sh
|
||||
%%DATADIR%%/common.sh
|
||||
|
|
Loading…
Reference in a new issue