Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2012 12:25:48 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308103 - head/sysutils/qjail
Message-ID:  <201212021225.qB2CPnvA065172@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sun Dec  2 12:25:48 2012
New Revision: 308103
URL: http://svnweb.freebsd.org/changeset/ports/308103

Log:
  Update to 1.8
  
  uname -r shows 4 formats.
  9.0-BETA1, 9.0-RC1, 9.0-RELEASE, and 9.0-RELEASE-p1
  Logic added by 1.7 was supposed to correctly remove the -p1 string,
  which it did if present, but if not present the -RELEASE gets removed
  in error which results in the incorrect ftp url path for fetching the
  install source.
  
  Rewrote logic to handle -p suffix differently so it gets stripped
  off leaving 9.0-RELEASE which is handled normally.
  
  PR:		ports/174037
  Submitted by:	Joe Barbish <qjail@a1poweruser.com> (maintainer)
  Feature safe:	yes

Modified:
  head/sysutils/qjail/Makefile
  head/sysutils/qjail/distinfo

Modified: head/sysutils/qjail/Makefile
==============================================================================
--- head/sysutils/qjail/Makefile	Sun Dec  2 12:24:40 2012	(r308102)
+++ head/sysutils/qjail/Makefile	Sun Dec  2 12:25:48 2012	(r308103)
@@ -5,7 +5,7 @@
 # $FreeBSD$
 
 PORTNAME=	qjail
-PORTVERSION=	1.7
+PORTVERSION=	1.8
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}
 

Modified: head/sysutils/qjail/distinfo
==============================================================================
--- head/sysutils/qjail/distinfo	Sun Dec  2 12:24:40 2012	(r308102)
+++ head/sysutils/qjail/distinfo	Sun Dec  2 12:25:48 2012	(r308103)
@@ -1,2 +1,2 @@
-SHA256 (qjail-1.7.tar.bz2) = 2f1db1cedd49559d20057397cf95d37ce6b26054343d06398ddb484b9a031c73
-SIZE (qjail-1.7.tar.bz2) = 40938
+SHA256 (qjail-1.8.tar.bz2) = 39085c360a4b3c65d9c8f68e9e9c38955b3c5c4c1e1396891713f5acee2ef400
+SIZE (qjail-1.8.tar.bz2) = 41314



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212021225.qB2CPnvA065172>