From max@lee.maxk.org  Fri Dec 29 19:00:52 2006
Return-Path: <max@lee.maxk.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8516816A40F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Dec 2006 19:00:52 +0000 (UTC)
	(envelope-from max@lee.maxk.org)
Received: from lee.maxk.org (c-65-96-167-201.hsd1.ma.comcast.net [65.96.167.201])
	by mx1.freebsd.org (Postfix) with ESMTP id 2B12B13C45D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Dec 2006 19:00:51 +0000 (UTC)
	(envelope-from max@lee.maxk.org)
Received: from lee.maxk.org (localhost [127.0.0.1])
	by lee.maxk.org (8.13.8/8.13.8) with ESMTP id kBTITYQC013189
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Dec 2006 13:29:34 -0500 (EST)
	(envelope-from max@lee.maxk.org)
Received: (from max@localhost)
	by lee.maxk.org (8.13.8/8.13.8/Submit) id kBTITYNl013188;
	Fri, 29 Dec 2006 13:29:34 -0500 (EST)
	(envelope-from max)
Message-Id: <200612291829.kBTITYNl013188@lee.maxk.org>
Date: Fri, 29 Dec 2006 13:29:34 -0500 (EST)
From: "Maxwell N. Krohn" <krohn@mit.edu>
Reply-To: "Maxwell N. Krohn" <krohn@mit.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: port update for devel/sfslite
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ports@okws.org

>Number:         107335
>Category:       ports
>Synopsis:       port update for devel/sfslite
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 29 19:10:09 GMT 2006
>Closed-Date:    Tue Nov 13 00:20:18 UTC 2007
>Last-Modified:  Tue Nov 13 00:20:18 UTC 2007
>Originator:     Maxwell N. Krohn
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
okws.org
>Environment:
System: FreeBSD lee.maxk.org 6.1-STABLE FreeBSD 6.1-STABLE #5: Thu Sep 7 23:12:19 EDT 2006 root@lee.maxk.org:/usr/obj/usr/src/sys/MNK i386


diff -u devel/sfslite.orig/Makefile devel/sfslite/Makefile
--- devel/sfslite.orig/Makefile	Fri Dec 29 11:46:10 2006
+++ devel/sfslite/Makefile	Fri Dec 29 12:31:48 2006
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	sfslite
-PORTVERSION=	0.8.4
-PORTREVISION=	1
+PORTVERSION=	0.8.14
+PORTREVISION=	0
 CATEGORIES=	devel
 MASTER_SITES=	http://dist.okws.org/dist/
 
@@ -45,11 +45,15 @@
 #
 .if defined(BUILD_MODE)
 PKGNAMESUFFIX+=	-${BUILD_MODE}
-RPCC_BIN?=	lib/${PORTNAME}-${SHORTVERSION}/${BUILD_MODE}
 .else
 BUILD_MODE?=	shopt
-RPCC_BIN?=	bin
 .endif # define(BUILD_MODE)
+
+#
+# As of 0.8.14, always install to sfslite lib dir (as opposed
+# to the system bin).
+#
+RPCC_BIN?=	lib/${PORTNAME}-${SHORTVERSION}/${BUILD_MODE}
 
 USE_LDCONFIG=	yes
 LDCONFIG_DIRS=	%%PREFIX%%/lib/${PORTNAME}/${BUILD_MODE}
diff -u devel/sfslite.orig/distinfo devel/sfslite/distinfo
--- devel/sfslite.orig/distinfo	Fri Dec 29 11:46:10 2006
+++ devel/sfslite/distinfo	Fri Dec 29 11:46:22 2006
@@ -1,3 +1,3 @@
-MD5 (sfslite-0.8.4.tar.gz) = 743caad1058dc30d28698f80718af035
-SHA256 (sfslite-0.8.4.tar.gz) = b0b37ad6d319ca1f732aa88274e88f03884b9388cc396605cf101d3cb99451b4
-SIZE (sfslite-0.8.4.tar.gz) = 929145
+MD5 (sfslite-0.8.14.tar.gz) = dae989a268e5bb5ec1b0ec45f4c182d8
+SHA256 (sfslite-0.8.14.tar.gz) = 7246b39409ddee2ac7c17c3a54d7fc1c896c712d3398f7bd19b20bdcb58e444d
+SIZE (sfslite-0.8.14.tar.gz) = 1161349
diff -u devel/sfslite.orig/pkg-plist devel/sfslite/pkg-plist
--- devel/sfslite.orig/pkg-plist	Fri Dec 29 11:46:10 2006
+++ devel/sfslite/pkg-plist	Fri Dec 29 12:58:16 2006
@@ -1,5 +1,5 @@
 %%RPCC_BIN%%/rpcc
-%%RPCC_BIN%%/unwrap
+%%RPCC_BIN%%/tame
 include/sfslite
 include/sfslite-%%VERSION%%/%%TAG%%/aclnt.h
 include/sfslite-%%VERSION%%/%%TAG%%/aes.h
@@ -16,6 +16,7 @@
 include/sfslite-%%VERSION%%/%%TAG%%/array.h
 include/sfslite-%%VERSION%%/%%TAG%%/asrv.h
 include/sfslite-%%VERSION%%/%%TAG%%/async.h
+include/sfslite-%%VERSION%%/%%TAG%%/autocb.h
 include/sfslite-%%VERSION%%/%%TAG%%/autoconf.h
 include/sfslite-%%VERSION%%/%%TAG%%/axprt.h
 include/sfslite-%%VERSION%%/%%TAG%%/axprt_crypt.h
@@ -26,7 +27,11 @@
 include/sfslite-%%VERSION%%/%%TAG%%/bitvec.h
 include/sfslite-%%VERSION%%/%%TAG%%/blowfish.h
 include/sfslite-%%VERSION%%/%%TAG%%/callback.h
+include/sfslite-%%VERSION%%/%%TAG%%/callback1.h
+include/sfslite-%%VERSION%%/%%TAG%%/callback2.h
 include/sfslite-%%VERSION%%/%%TAG%%/cbuf.h
+include/sfslite-%%VERSION%%/%%TAG%%/coordvar.h
+include/sfslite-%%VERSION%%/%%TAG%%/corebench.h
 include/sfslite-%%VERSION%%/%%TAG%%/crypt.h
 include/sfslite-%%VERSION%%/%%TAG%%/crypt_prot.h
 include/sfslite-%%VERSION%%/%%TAG%%/crypt_prot.x
@@ -34,17 +39,23 @@
 include/sfslite-%%VERSION%%/%%TAG%%/dns.h
 include/sfslite-%%VERSION%%/%%TAG%%/dnsimpl.h
 include/sfslite-%%VERSION%%/%%TAG%%/dnsparse.h
+include/sfslite-%%VERSION%%/%%TAG%%/dsa.h
+include/sfslite-%%VERSION%%/%%TAG%%/elgamal.h
 include/sfslite-%%VERSION%%/%%TAG%%/err.h
 include/sfslite-%%VERSION%%/%%TAG%%/esign.h
 include/sfslite-%%VERSION%%/%%TAG%%/fdlim.h
+include/sfslite-%%VERSION%%/%%TAG%%/fips186.h
+include/sfslite-%%VERSION%%/%%TAG%%/fprint.h
 include/sfslite-%%VERSION%%/%%TAG%%/getfh3.h
 include/sfslite-%%VERSION%%/%%TAG%%/hashcash.h
+include/sfslite-%%VERSION%%/%%TAG%%/homoenc.h
 include/sfslite-%%VERSION%%/%%TAG%%/ihash.h
 include/sfslite-%%VERSION%%/%%TAG%%/init.h
 include/sfslite-%%VERSION%%/%%TAG%%/itree.h
 include/sfslite-%%VERSION%%/%%TAG%%/keyfunc.h
 include/sfslite-%%VERSION%%/%%TAG%%/list.h
 include/sfslite-%%VERSION%%/%%TAG%%/litetime.h
+include/sfslite-%%VERSION%%/%%TAG%%/lock.h
 include/sfslite-%%VERSION%%/%%TAG%%/modalg.h
 include/sfslite-%%VERSION%%/%%TAG%%/msb.h
 include/sfslite-%%VERSION%%/%%TAG%%/nfs3_nonnul.h
@@ -56,6 +67,7 @@
 include/sfslite-%%VERSION%%/%%TAG%%/parseopt.h
 include/sfslite-%%VERSION%%/%%TAG%%/password.h
 include/sfslite-%%VERSION%%/%%TAG%%/pcre.h
+include/sfslite-%%VERSION%%/%%TAG%%/pipeline.h
 include/sfslite-%%VERSION%%/%%TAG%%/pm.h
 include/sfslite-%%VERSION%%/%%TAG%%/pmap_prot.h
 include/sfslite-%%VERSION%%/%%TAG%%/pmap_prot.x
@@ -63,9 +75,13 @@
 include/sfslite-%%VERSION%%/%%TAG%%/prime.h
 include/sfslite-%%VERSION%%/%%TAG%%/prng.h
 include/sfslite-%%VERSION%%/%%TAG%%/qhash.h
+include/sfslite-%%VERSION%%/%%TAG%%/qtailq.h
 include/sfslite-%%VERSION%%/%%TAG%%/rabin.h
+include/sfslite-%%VERSION%%/%%TAG%%/rabin_fprint.h
+include/sfslite-%%VERSION%%/%%TAG%%/rabinpoly.h
 include/sfslite-%%VERSION%%/%%TAG%%/refcnt.h
 include/sfslite-%%VERSION%%/%%TAG%%/rex.h
+include/sfslite-%%VERSION%%/%%TAG%%/rexcommon.h
 include/sfslite-%%VERSION%%/%%TAG%%/rpctypes.h
 include/sfslite-%%VERSION%%/%%TAG%%/rsa.h
 include/sfslite-%%VERSION%%/%%TAG%%/rwfd.h
@@ -82,6 +98,7 @@
 include/sfslite-%%VERSION%%/%%TAG%%/sfsmisc.h
 include/sfslite-%%VERSION%%/%%TAG%%/sfsschnorr.h
 include/sfslite-%%VERSION%%/%%TAG%%/sfsserv.h
+include/sfslite-%%VERSION%%/%%TAG%%/sfssesscrypt.h
 include/sfslite-%%VERSION%%/%%TAG%%/sfstty.h
 include/sfslite-%%VERSION%%/%%TAG%%/sha1.h
 include/sfslite-%%VERSION%%/%%TAG%%/srp.h
@@ -89,10 +106,10 @@
 include/sfslite-%%VERSION%%/%%TAG%%/str.h
 include/sfslite-%%VERSION%%/%%TAG%%/suio++.h
 include/sfslite-%%VERSION%%/%%TAG%%/sysconf.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame.h
 include/sfslite-%%VERSION%%/%%TAG%%/tiger.h
 include/sfslite-%%VERSION%%/%%TAG%%/umac.h
 include/sfslite-%%VERSION%%/%%TAG%%/union.h
-include/sfslite-%%VERSION%%/%%TAG%%/unwrap.h
 include/sfslite-%%VERSION%%/%%TAG%%/uvfstrans.h
 include/sfslite-%%VERSION%%/%%TAG%%/vatmpl.h
 include/sfslite-%%VERSION%%/%%TAG%%/vec.h
@@ -101,6 +118,7 @@
 include/sfslite-%%VERSION%%/%%TAG%%/xdrmisc.h
 include/sfslite-%%VERSION%%/%%TAG%%/xhinfo.h
 lib/sfslite
+lib/sfslite-%%VERSION%%/acsfs.m4
 lib/sfslite-%%VERSION%%/%%TAG%%/aiod
 lib/sfslite-%%VERSION%%/%%TAG%%/env.mk
 lib/sfslite-%%VERSION%%/%%TAG%%/libarpc.a
@@ -119,6 +137,10 @@
 lib/sfslite-%%VERSION%%/%%TAG%%/libsfsmisc.la
 lib/sfslite-%%VERSION%%/%%TAG%%/libsfsmisc.so
 lib/sfslite-%%VERSION%%/%%TAG%%/libsfsmisc.so.0
+lib/sfslite-%%VERSION%%/%%TAG%%/libtame.a
+lib/sfslite-%%VERSION%%/%%TAG%%/libtame.la
+lib/sfslite-%%VERSION%%/%%TAG%%/libtame.so
+lib/sfslite-%%VERSION%%/%%TAG%%/libtame.so.0
 lib/sfslite-%%VERSION%%/%%TAG%%/mallock.o
 lib/sfslite-%%VERSION%%/%%TAG%%/mmcd
 @dirrm lib/sfslite-%%VERSION%%/%%TAG%%

>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Fri Dec 29 19:10:18 UTC 2006 
Class-Changed-Why:  
Fix category (submitter is not maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107335 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Dec 29 19:10:25 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107335 
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Sun Dec 31 20:54:16 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107335 

From: ports@okws.org
To: bug-followup@FreeBSD.ORG
Cc: krohn@mit.edu
Subject: Re: ports/107335: port update for devel/sfslite
Date: Wed, 17 Jan 2007 11:08:04 -0500

 The original PR was send with the wrong 'From:' address; it should have
 been from this 'From:' address instead (ports@okws.org).  As the port
 maintainer, I OK the port upgrade from 0.8.4 to 0.8.14.  If needs be, I
 can send in a new PR.
 
 Thanks,
 Max
 
 Edwin Groothuis (edwin@FreeBSD.ORG) wrote:
 > Maintainer of devel/sfslite,
 > 
 > Please note that PR ports/107335 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/107335
 > 
 > -- 
 > Edwin Groothuis
 > edwin@FreeBSD.org
State-Changed-From-To: feedback->suspended 
State-Changed-By: itetcu 
State-Changed-When: Thu Jan 18 07:01:25 UTC 2007 
State-Changed-Why:  
suspend until maintainer has time to backport patches fom his devel 
trunk to make it build on amd64 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107335 
State-Changed-From-To: suspended->closed 
State-Changed-By: pav 
State-Changed-When: Tue Nov 13 00:20:08 UTC 2007 
State-Changed-Why:  
Port already at 1.2.2 

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