ports/178965: [PATCH] update sysutils/pefs-kmod to support -current
David Naylor
dbn at FreeBSD.org
Sat May 25 10:00:00 UTC 2013
>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 at freebsd.org>
-#
+# Created by: Gleb Kurtsou <gleb at 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 at 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:
More information about the freebsd-ports-bugs
mailing list