Bug 170012 - [Maintainer Update] sysutils/qjail fix portsnap problem
Summary: [Maintainer Update] sysutils/qjail fix portsnap problem
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-20 00:30 UTC by qjail
Modified: 2012-07-20 01:00 UTC (History)
0 users

See Also:


Attachments
file.diff (945 bytes, patch)
2012-07-20 00:30 UTC, qjail
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description qjail 2012-07-20 00:30:16 UTC
Changed code to check for /usr/ports/.portsnap.INDEX as 
indicator to do extract or update after fetch.

Fix: Patch attached with submission follows:
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2012-07-20 00:39:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-20 00:58:45 UTC
Author: ak
Date: Thu Jul 19 23:58:35 2012
New Revision: 301201
URL: http://svn.freebsd.org/changeset/ports/301201

Log:
  - Update to 1.5
  
  PR:	ports/170012
  Submitted by:	Joe Barbish <qjail@a1poweruser.com> (maintainer)

Modified:
  head/sysutils/qjail/Makefile   (contents, props changed)
  head/sysutils/qjail/distinfo   (contents, props changed)

Modified: head/sysutils/qjail/Makefile
==============================================================================
--- head/sysutils/qjail/Makefile	Thu Jul 19 23:51:34 2012	(r301200)
+++ head/sysutils/qjail/Makefile	Thu Jul 19 23:58:35 2012	(r301201)
@@ -5,7 +5,7 @@
 # $FreeBSD$
 
 PORTNAME=	qjail
-PORTVERSION=	1.4
+PORTVERSION=	1.5
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}
 

Modified: head/sysutils/qjail/distinfo
==============================================================================
--- head/sysutils/qjail/distinfo	Thu Jul 19 23:51:34 2012	(r301200)
+++ head/sysutils/qjail/distinfo	Thu Jul 19 23:58:35 2012	(r301201)
@@ -1,2 +1,2 @@
-SHA256 (qjail-1.4.tar.bz2) = 5ba6179e2eade1520711f2f4d19ce87e5fa92c21d0439810a4dda81566995fb7
-SIZE (qjail-1.4.tar.bz2) = 40695
+SHA256 (qjail-1.5.tar.bz2) = 9604e5e9fb35a69e775849a56a70b1a047dd1969fc259ed8e12f44183a1aa9da
+SIZE (qjail-1.5.tar.bz2) = 40691
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2012-07-20 01:00:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!