Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2013 09:56:27 GMT
From:      David Naylor <dbn@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178965: [PATCH] update sysutils/pefs-kmod to support -current
Message-ID:  <201305250956.r4P9uRWO062504@oldred.FreeBSD.org>
Resent-Message-ID: <201305251000.r4PA00dp024839@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178965
>Category:       ports
>Synopsis:       [PATCH] update sysutils/pefs-kmod to support -current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 25 10:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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