Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2009 00:11:30 +0300 (MSK)
From:      Denis Barov <dindin@dindin.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140064: [MAINTAINER] sysutils/scprotect: update to version 20091028
Message-ID:  <200910282111.n9SLBUl9061190@sepulca.yandex.ru>
Resent-Message-ID: <200910282120.n9SLK1nb038901@freefall.freebsd.org>

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

>Number:         140064
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/scprotect: update to version 20091028
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 28 21:20:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Denis Barov
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
Yandex
>Environment:
System: FreeBSD sepulca.yandex.ru 7.2-STABLE FreeBSD 7.2-STABLE #0 r197611M: Tue Oct 20 00:15:11 MSD
>Description:
- change behaviour, use sysctl instead of syscall

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- scprotect-20091028.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/scprotect/Makefile /usr/home/dindin/workspace/scprotect/Makefile
--- /usr/ports/sysutils/scprotect/Makefile	2009-06-03 02:22:06.000000000 +0400
+++ /usr/home/dindin/workspace/scprotect/Makefile	2009-10-28 22:39:41.000000000 +0300
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	scprotect
-PORTVERSION=	20090209
-PORTREVISION=	1
+PORTVERSION=	20091028
 CATEGORIES=	sysutils kld
 MASTER_SITES=	http://dindin.ru/download/
 
@@ -23,8 +22,9 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 MAKE_ENV+=	KMODDIR=${KMODDIR}
+CFLAGS+=-DWITH_SCPROTECT_LIST
 
-MAN8=		scprotect.8
+MAN4=		scprotect.4
 MANCOMPRESSED=	maybe
 
 .if !exists(${SRC_BASE}/sys/Makefile)
diff -ruN --exclude=CVS /usr/ports/sysutils/scprotect/distinfo /usr/home/dindin/workspace/scprotect/distinfo
--- /usr/ports/sysutils/scprotect/distinfo	2009-02-11 02:15:03.000000000 +0300
+++ /usr/home/dindin/workspace/scprotect/distinfo	2009-10-28 22:30:06.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (scprotect-20090209.tar.gz) = 5a9cbc43c26e436754aa7dc06640d453
-SHA256 (scprotect-20090209.tar.gz) = e3d5a5581d69842aaeda549359ce24ea72f994b75de9e39e822a6cb96bf94e0d
-SIZE (scprotect-20090209.tar.gz) = 4653
+MD5 (scprotect-20091028.tar.gz) = 1b8bc847ae6f793739dcecb9dc4c30a2
+SHA256 (scprotect-20091028.tar.gz) = d2cdb95c462b02b445c2375d68d98f2bb778b8ff73ab63fb5a38064a58b0d674
+SIZE (scprotect-20091028.tar.gz) = 4305
diff -ruN --exclude=CVS /usr/ports/sysutils/scprotect/pkg-plist /usr/home/dindin/workspace/scprotect/pkg-plist
--- /usr/ports/sysutils/scprotect/pkg-plist	2009-06-03 02:22:06.000000000 +0400
+++ /usr/home/dindin/workspace/scprotect/pkg-plist	2009-10-28 22:25:35.000000000 +0300
@@ -1,4 +1,3 @@
-bin/scprotect
 etc/rc.d/scprotect
 @cwd %%KMODDIR%%
 scprotect.ko
--- scprotect-20091028.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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