aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2012-11-06 03:07:42 +0800
committercrees <crees@FreeBSD.org>2012-11-06 03:07:42 +0800
commitfea67d7ac396d5422a175a1115d9ff043c4bdd59 (patch)
tree32f3ea2898be58e5c738cae27003716d7338e47f /sysutils
parent21860759a1d2a3fc609bcbbeba003dce88de32e2 (diff)
downloadfreebsd-ports-gnome-fea67d7ac396d5422a175a1115d9ff043c4bdd59.tar.gz
freebsd-ports-gnome-fea67d7ac396d5422a175a1115d9ff043c4bdd59.tar.zst
freebsd-ports-gnome-fea67d7ac396d5422a175a1115d9ff043c4bdd59.zip
Update to 1.7
On 'qjail install' command run on -BETA or -RC host has no binary distribution source available by design. Added logic to check for this condition and issue error message informing user. On 'qjail install' command run on a host that has had security binary patches applied results in [uname -r] command returning [Release-9.0-p3]. There is no binary distribution source available by design for patched systems. Added code to strip the -p3 suffix resulting in the 9.0-Release distribution source being downloaded and used to populate the basejail. PR: ports/173394 Submitted by: Joe Barbish (maintainer) Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/qjail/Makefile2
-rw-r--r--sysutils/qjail/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/qjail/Makefile b/sysutils/qjail/Makefile
index f54f0a725299..dcc8ba9f85f8 100644
--- a/sysutils/qjail/Makefile
+++ b/sysutils/qjail/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= qjail
-PORTVERSION= 1.6
+PORTVERSION= 1.7
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}
diff --git a/sysutils/qjail/distinfo b/sysutils/qjail/distinfo
index e29a989f67e6..1deb27890314 100644
--- a/sysutils/qjail/distinfo
+++ b/sysutils/qjail/distinfo
@@ -1,2 +1,2 @@
-SHA256 (qjail-1.6.tar.bz2) = 53b6743ddf948a2ec6d0eacff23fda7a37f99cd570d54ed517011a560c5e15e9
-SIZE (qjail-1.6.tar.bz2) = 40745
+SHA256 (qjail-1.7.tar.bz2) = 2f1db1cedd49559d20057397cf95d37ce6b26054343d06398ddb484b9a031c73
+SIZE (qjail-1.7.tar.bz2) = 40938