mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
- Update to 3.2.8-402-g73eefa2e6
- Replace portsmon links with freshports. - Document that hook plugins can provide make.conf, but not with filename patterns. - pkgclean: Ensure -j is passed in. - Create a dataset for poudriere/data/images during initial setup (#630) - image -t zrawdisk: Load the ZFS module at boot, so the filesystem can be mounted (#633) - image -t zrawdisk: Fix check for IMAGESIZE (#634) - image: On failure, don't leave md(4) devices laying around (#635) - image: When copying the contents of an overlay, copy symlinks as symlinks (#636) - Update sh to r338473 - bulk -cC: Prompt to delete if not in a TTY. - Only prompt when ATOMIC_PACKAGE_REPOSITORY is off. - Only prompt if there are packages to remove. - ATOMIC_PACKAGE_REPOSITORY: Be a bit more verbose about packages directory paths. - image: Add bytes to bibytes conversion regarding image size (#638) - image: Add dump support (#644) - Update zsh completion
This commit is contained in:
parent
e04251feb5
commit
32e7c41f16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482941
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= poudriere
|
||||
DISTVERSION= 3.2.99.20180601
|
||||
DISTVERSION= 3.2.99.20181024
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
|
||||
|
@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]*
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_TAGNAME= 3.2.7-372-g6125e0831
|
||||
GH_TAGNAME= 3.2.8-402-g73eefa2e6
|
||||
#DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1527878094
|
||||
SHA256 (freebsd-poudriere-3.2.99.20180601-3.2.7-372-g6125e0831_GH0.tar.gz) = 0be9bdbd32fbc0d6e96f3f7efb54d5c7de779ff5ba661e6eb857c681833dadd5
|
||||
SIZE (freebsd-poudriere-3.2.99.20180601-3.2.7-372-g6125e0831_GH0.tar.gz) = 4376151
|
||||
TIMESTAMP = 1540419072
|
||||
SHA256 (freebsd-poudriere-3.2.99.20181024-3.2.8-402-g73eefa2e6_GH0.tar.gz) = 0733ec94b7978fc570fe3e2f2003fe9fa02c6d825d5dbb64c7d2bb6ec3631ce8
|
||||
SIZE (freebsd-poudriere-3.2.99.20181024-3.2.8-402-g73eefa2e6_GH0.tar.gz) = 4378903
|
||||
|
|
Loading…
Add table
Reference in a new issue