Update to 1.0.10.
- Rework pkgng detection [1,2]; - Add support for source+ syntax [2]; - Modernize poudriere ports tree locations [2]. PR: ports/177180 [1] Submitted by: Beeblebrox <zaphod@berentweb.com> [1], Creaky <whatexercise@gmail.com> [2]
This commit is contained in:
parent
3f890c31c6
commit
2dd0a1edeb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353082
11
UPDATING
11
UPDATING
@ -5,6 +5,17 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20140506:
|
||||
AFFECTS: users of ports-mgmt/portshaker
|
||||
AUTHOR: romain@FreeBSD.org
|
||||
|
||||
ports-mgmt/portshaker was updated to avoid creating an aditional 'ports'
|
||||
subdirectory when merging to a poudriere_tree without ZFS, so that
|
||||
portshaker's default location matches poudriere's default location.
|
||||
|
||||
Users of poudriere on non-ZFS systems should not anymore have to pass extra
|
||||
options to poudriere for it to find the ports tree.
|
||||
|
||||
20140506:
|
||||
AFFECTS: users of security/yassl
|
||||
AUTHOR: gahr@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= portshaker
|
||||
PORTVERSION= 1.0.9
|
||||
PORTVERSION= 1.0.10
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= ports-mgmt
|
||||
DISTNAME= portshaker-${PORTVERSION}
|
||||
@ -14,7 +14,7 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= smortex
|
||||
GH_PROJECT= portshaker
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
GH_COMMIT= 4b9cdfe
|
||||
GH_COMMIT= b88edd7
|
||||
|
||||
.if ${PORTNAME} == "portshaker"
|
||||
OPTIONS_DEFINE= RSYNC SVN GIT HG
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (portshaker-1.0.9.tar.gz) = 2b26caeb7f002151d424726951efdfdf7fcb0da9fa044f2dfa849a6d0aca43d6
|
||||
SIZE (portshaker-1.0.9.tar.gz) = 20306
|
||||
SHA256 (portshaker-1.0.10.tar.gz) = 7d9579260a24c4e5f86ff8fb38ecc47d16b324cc9aa15c41c92c6469bb761c04
|
||||
SIZE (portshaker-1.0.10.tar.gz) = 20618
|
||||
|
Loading…
Reference in New Issue
Block a user