From nobody@FreeBSD.org  Sat May 25 09:56:27 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id A2BAE330
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 25 May 2013 09:56:27 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 94BCF948
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 25 May 2013 09:56:27 +0000 (UTC)
Received: from oldred.FreeBSD.org ([127.0.1.6])
	by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4P9uRUj062505
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 25 May 2013 09:56:27 GMT
	(envelope-from nobody@oldred.FreeBSD.org)
Received: (from nobody@localhost)
	by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4P9uRWO062504;
	Sat, 25 May 2013 09:56:27 GMT
	(envelope-from nobody)
Message-Id: <201305250956.r4P9uRWO062504@oldred.FreeBSD.org>
Date: Sat, 25 May 2013 09:56:27 GMT
From: David Naylor <dbn@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] update sysutils/pefs-kmod to support -current
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         178965
>Category:       ports
>Synopsis:       [PATCH] update sysutils/pefs-kmod to support -current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dbn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 25 10:00:00 UTC 2013
>Closed-Date:    Sun Jun 09 15:59:32 UTC 2013
>Last-Modified:  Sun Jun 09 15:59:32 UTC 2013
>Originator:     David Naylor
>Release:        
>Organization:
>Environment:
>Description:
Update sysutils/pefs-kmod to 2013-04-13.  
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 318541)
+++ Makefile	(working copy)
@@ -1,14 +1,10 @@
-# New ports collection makefile for:	pefs-kmod
-# Date created:				26 January 2011
-# Whom:					Gleb Kurtsou <gleb@freebsd.org>
-#
+# Created by: Gleb Kurtsou <gleb@freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	pefs
-DISTVERSION=	2013-02-03
+DISTVERSION=	2013-04-13
 CATEGORIES=	sysutils kld
-MASTER_SITES=	https://pefs.googlecode.com/files/
+MASTER_SITES=	LOCAL/dbn/${PORTNAME}
 PKGNAMESUFFIX=	-kmod
 
 MAINTAINER=	gleb@FreeBSD.org
@@ -16,13 +12,12 @@
 
 LICENSE=	BSD
 
-FETCH_ARGS=	-Fpr		# work around 302 redirect
-
 KMODDIR?=	/boot/modules
 PLIST_SUB=	KMODDIR=${KMODDIR}
 MAKE_ENV=	BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \
 		NO_MANCOMPRESS= \
 		KMODDIR="${KMODDIR}" SYSDIR="${SRC_BASE}/sys"
+USE_XZ=		yes
 
 MAN8=		pam_pefs.8 pefs.8
 
Index: distinfo
===================================================================
--- distinfo	(revision 318541)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (pefs-2013-02-03.tar.gz) = af1326a656f14339bc28861c2a68d90d2df2f010d6032ede9916b85a6d180c2c
-SIZE (pefs-2013-02-03.tar.gz) = 95593
+SHA256 (pefs-2013-04-13.tar.xz) = dcb040c342450fa539540d92c4ca236b03448b2b5e45fde194aad7530d85ab17
+SIZE (pefs-2013-04-13.tar.xz) = 74804


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gleb 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat May 25 10:00:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178965 
Responsible-Changed-From-To: gleb->dbn 
Responsible-Changed-By: dbn 
Responsible-Changed-When: Sat May 25 10:01:45 UTC 2013 
Responsible-Changed-Why:  
Take, my PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178965 
State-Changed-From-To: open->closed 
State-Changed-By: dbn 
State-Changed-When: Sun Jun 9 15:59:32 UTC 2013 
State-Changed-Why:  
Updated in r320002 by pav@ 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178965 
>Unformatted:
