1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

- Update to checkin 7a6500c64b

Changes:
  * Remove pbi subcommand
  * Fix skipped ports causing incorrect counts
  * Updated ZSH completions
  * Manpage updates
  * testport: Fix leftover detection when not using -n
  * bulk: Allow overriding the archive format for WRKDIR via
    WRKDIR_ARCHIVE_FORMAT
  * bulk: More readable summary output
  * bulk: Quicker determination of next port to build from queue
  * bulk/options: Add "-z SET" support to allow more customization
    per jail (see poudriere(8))
  * bulk: SIGINFO now shows the jailname
  * jail: Better version detection on new jails via newvers.sh
  * NEWS: Poudriere master can be jailed, see main site for howto.
This commit is contained in:
Bryan Drewery 2012-09-20 17:57:46 +00:00
parent 0edafe1400
commit ac43985540
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304589
2 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
PORTVERSION= 2.1.99.20120912
PORTVERSION= 2.1.99.20120920
CATEGORIES= ports-mgmt
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/
PKGNAMESUFFIX= -devel
@ -13,7 +13,7 @@ COMMENT= Port build and test system
LICENSE= BSD
FSL_CHKIN= 0095aaa08e
FSL_CHKIN= 7a6500c64b
NO_BUILD= yes
MANCOMPRESSED= yes
@ -30,7 +30,6 @@ PLIST_FILES= etc/poudriere.conf.sample \
share/poudriere/common.sh \
share/poudriere/test_ports.sh \
share/poudriere/ports.sh \
share/poudriere/pbi.sh \
share/poudriere/jail.sh \
share/poudriere/bulk.sh \
share/poudriere/cron.sh \

View File

@ -1,2 +1,2 @@
SHA256 (poudriere-2.1.99.20120912.tar.gz?uuid=0095aaa08e) = 2dd5d462cd546dd0621fa837060f027b67f65f9a70e3875824d9e7cdab900faa
SIZE (poudriere-2.1.99.20120912.tar.gz?uuid=0095aaa08e) = 33600
SHA256 (poudriere-2.1.99.20120920.tar.gz?uuid=7a6500c64b) = f892575079bec6ed0cd41e9fe89ea0534e46c0d9f2b1870ad2d2775244b48245
SIZE (poudriere-2.1.99.20120920.tar.gz?uuid=7a6500c64b) = 33485