From rebum@mail.vx.sk  Wed Mar  7 16:11:37 2007
Return-Path: <rebum@mail.vx.sk>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 430F616A408
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Mar 2007 16:11:37 +0000 (UTC)
	(envelope-from rebum@mail.vx.sk)
Received: from mail.vx.sk (neo.vx.sk [88.198.35.14])
	by mx1.freebsd.org (Postfix) with ESMTP id 08B9913C4AC
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Mar 2007 16:11:36 +0000 (UTC)
	(envelope-from rebum@mail.vx.sk)
Received: from localhost (localhost [127.0.0.1])
	by mail.vx.sk (Postfix) with ESMTP id A42E53F44B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Mar 2007 17:11:34 +0100 (CET)
Received: from mail.vx.sk ([127.0.0.1])
	by localhost (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id t8tmcTvLnk7C for <FreeBSD-gnats-submit@freebsd.org>;
	Wed,  7 Mar 2007 17:11:28 +0100 (CET)
Received: by mail.vx.sk (Postfix, from userid 1001)
	id 262603F431; Wed,  7 Mar 2007 17:11:28 +0100 (CET)
Message-Id: <20070307161128.262603F431@mail.vx.sk>
Date: Wed,  7 Mar 2007 17:11:28 +0100 (CET)
From: Martin Matuska <martin@matuska.org>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] shells/scponly add OPTIONS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         110036
>Category:       ports
>Synopsis:       [PATCH] shells/scponly add OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 07 16:20:03 GMT 2007
>Closed-Date:    Mon Aug 13 10:59:02 GMT 2007
>Last-Modified:  Mon Aug 13 10:59:02 GMT 2007
>Originator:     Martin Matuska
>Release:        FreeBSD 6.2-RELEASE
>Organization:
>Environment:
FreeBSD 6.2-RELEASE i386 and amd64
>Description:
Adds OPTIONS for the various knobs in scponly
SCPONLY_WILDCARDS uses a WITHOUT_ knob so it is "on" by default.

Portlint and tinderbox do not complain.
>How-To-Repeat:
>Fix:
diff -Nbur shells/scponly.orig/Makefile shells/scponly/Makefile
--- shells/scponly.orig/Makefile	Sun Aug  6 19:38:15 2006
+++ shells/scponly/Makefile	Wed Mar  7 16:56:58 2007
@@ -71,7 +71,7 @@
 
 PORTNAME=	scponly
 PORTVERSION=	4.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	shells
 MASTER_SITES=	http://www.sublimation.org/scponly/ \
 		${MASTER_SITE_SOURCEFORGE}
@@ -87,6 +87,16 @@
 PLIST_SUB+=	SCPONLY_CHROOT="@comment "
 
 PATCH_STRIP=	-p1
+
+OPTIONS=	SCPONLY_WILDCARDS "wildcards processing" on \
+		SCPONLY_GFTP "gftp compatibility" off \
+		SCPONLY_CHROOT "chroot functionality" off \
+		SCPONLY_RSYNC "rsync compatibility" off \
+		SCPONLY_SCP "vanilla scp compatibility" off \
+		SCPONLY_SFTP_LOGGING "sftp logging compatibility" off \
+		SCPONLY_SVNSERVE "subversion compatibility svn+ssh://" off \
+		SCPONLY_UNISON "unison compatibility" off \
+		SCPONLY_WINSCP "WinSCP compatibility" off
 
 .include <bsd.port.pre.mk>
 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rushani 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 7 16:20:14 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110036 
Responsible-Changed-From-To: rushani->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Mar 11 06:14:11 UTC 2007 
Responsible-Changed-Why:  
Although the maintainer is a committer, maintainer does not have ports 
commit privileges. 

From his email to freebsd-ports-bugs: 

Date: Sun, 11 Mar 2007 13:49:02 +0900 (JST) 
From: Hideyuki KURASHINA <rushani@FreeBSD.org> 

Martin, thank you for your submission. 

I approve to commit this patch. 

Regards, 

-- rushani 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110036 
Responsible-Changed-From-To: freebsd-ports-bugs->nork 
Responsible-Changed-By: nork 
Responsible-Changed-When: Sun Mar 11 06:42:11 UTC 2007 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110036 
Responsible-Changed-From-To: nork->mm 
Responsible-Changed-By: mm 
Responsible-Changed-When: Thu Jul 26 23:53:10 UTC 2007 
Responsible-Changed-Why:  
Maintainer approved and responsible (nork) did nothing for over 4  
months. Submitter is now commiter so submitter takes over. 

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

From: Martin Matuska <mm@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/110036: [PATCH] shells/scponly add OPTIONS
Date: Fri, 27 Jul 2007 02:13:02 +0200

 Revised patch, maintainer please approve.
 
 Index: ports/shells/scponly/Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/shells/scponly/Makefile,v
 retrieving revision 1.25
 diff -u -r1.25 Makefile
 --- ports/shells/scponly/Makefile    6 Aug 2006 17:38:15 -0000    1.25
 +++ ports/shells/scponly/Makefile    27 Jul 2007 00:04:18 -0000
 @@ -71,7 +71,7 @@
  
  PORTNAME=    scponly
  PORTVERSION=    4.6
 -PORTREVISION=    1
 +PORTREVISION=    2
  CATEGORIES=    shells
  MASTER_SITES=    http://www.sublimation.org/scponly/ \
          ${MASTER_SITE_SOURCEFORGE}
 @@ -84,10 +84,19 @@
  MAN8=        scponly.8
  
  GNU_CONFIGURE=    yes
 -PLIST_SUB+=    SCPONLY_CHROOT="@comment "
  
  PATCH_STRIP=    -p1
  
 +OPTIONS=    SCPONLY_WILDCARDS "wildcards processing" on \
 +        SCPONLY_GFTP "gftp compatibility" on \
 +        SCPONLY_CHROOT "chroot functionality" off \
 +        SCPONLY_RSYNC "rsync compatibility" off \
 +        SCPONLY_SCP "vanilla scp compatibility" off \
 +        SCPONLY_SFTP_LOGGING "sftp logging compatibility" off \
 +        SCPONLY_SVNSERVE "subversion compatibility svn+ssh://" off \
 +        SCPONLY_UNISON "unison compatibility" off \
 +        SCPONLY_WINSCP "WinSCP compatibility" off
 +
  .include <bsd.port.pre.mk>
  
  .if defined(SCPONLY_DEFAULT_CHDIR) && !empty(SCPONLY_DEFAULT_CHDIR)
 @@ -103,8 +112,10 @@
  .endif
  
  .if defined(WITH_SCPONLY_CHROOT)
 -PLIST_SUB=    SCPONLY_CHROOT=""
 +PLIST_SUB+=    SCPONLY_CHROOT=""
  CONFIGURE_ARGS+=--enable-chrooted-binary
 +.else
 +PLIST_SUB+=    SCPONLY_CHROOT="@comment "
  .endif
  
  .if defined(WITH_SCPONLY_RSYNC)
 
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/110036: commit references a PR
Date: Mon, 13 Aug 2007 10:34:26 +0000 (UTC)

 mm          2007-08-13 10:34:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     shells/scponly       Makefile 
   Log:
   - Add OPTIONS for included knobs
   
   PR:             ports/110036
   Approved by:    maintainer (timeout), garga (mentor, implicit)
   
   Revision  Changes    Path
   1.26      +15 -3     ports/shells/scponly/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: mm 
State-Changed-When: Mon Aug 13 10:58:28 UTC 2007 
State-Changed-Why:  
Commited with minor changes, thanks! 

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