summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2014-05-06 10:09:00 +0000
committerRomain Tartière <romain@FreeBSD.org>2014-05-06 10:09:00 +0000
commit2dd0a1edeb224504254e461e7fb0eae3be114a37 (patch)
tree943fe2c75b6271fb6dd6bfae0dcbfe04fbecfcf5
parent- Run autotools in the same order as autoreconf, i.e. libtoolize, aclocal, (diff)
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]
Notes
Notes: svn path=/head/; revision=353082
-rw-r--r--UPDATING11
-rw-r--r--ports-mgmt/portshaker/Makefile4
-rw-r--r--ports-mgmt/portshaker/distinfo4
3 files changed, 15 insertions, 4 deletions
diff --git a/UPDATING b/UPDATING
index ff59d22ab32c..e0a3f29678ed 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,17 @@ 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
diff --git a/ports-mgmt/portshaker/Makefile b/ports-mgmt/portshaker/Makefile
index d2f578f24f57..b70bb5f71098 100644
--- a/ports-mgmt/portshaker/Makefile
+++ b/ports-mgmt/portshaker/Makefile
@@ -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
diff --git a/ports-mgmt/portshaker/distinfo b/ports-mgmt/portshaker/distinfo
index 0777c29cf64e..d5cc87efd07a 100644
--- a/ports-mgmt/portshaker/distinfo
+++ b/ports-mgmt/portshaker/distinfo
@@ -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