svn commit: r308103 - head/sysutils/qjail

Chris Rees crees at FreeBSD.org
Sun Dec 2 12:25:49 UTC 2012


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 at 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


More information about the svn-ports-all mailing list