Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2003 12:22:38 +0300 (MSK)
From:      "Sergey A.Osokin" <osa@FreeBSD.org.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mcglk@artlogix.com
Subject:   ports/48480: [PATCH][NON-MAINTAINER] update shells/scponly from 3.4 to 3.5
Message-ID:  <20030220092238.6A523F4@freebsd.org.ru>

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

>Number:         48480
>Category:       ports
>Synopsis:       [PATCH][NON-MAINTAINER] update shells/scponly from 3.4 to 3.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 20 09:10:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD 4.7-STABLE i386

>Description:
	update shells/scponly from 3.4 to 3.5
	use COMMENT instead of pkg-comment
	install additional docs (if NOPORTDOCS don't defined)
	Cc: maintainer
	
>How-To-Repeat:
>Fix:

Index: ports/shells/scponly/Makefile
===================================================================
RCS file: /home/ncvs/ports/shells/scponly/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- ports/shells/scponly/Makefile	3 Jan 2003 18:15:43 -0000	1.2
+++ ports/shells/scponly/Makefile	20 Feb 2003 09:14:44 -0000
@@ -6,15 +6,24 @@
 #
 
 PORTNAME=	scponly
-PORTVERSION=	3.4
+PORTVERSION=	3.5
 CATEGORIES=	shells
 MASTER_SITES=	http://www.sublimation.org/scponly/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	mcglk@artlogix.com
+COMMENT=	A tiny shell which only permits scp and sftp
 
 MAN8=	scponly.8
 
 GNU_CONFIGURE=	yes
+
+post-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${PREFIX}/share/doc/scponly
+.for i in README INSTALL TODO
+	${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/scponly
+.endfor
+.endif
 
 .include <bsd.port.mk>
Index: ports/shells/scponly/distinfo
===================================================================
RCS file: /home/ncvs/ports/shells/scponly/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- ports/shells/scponly/distinfo	3 Jan 2003 18:15:43 -0000	1.2
+++ ports/shells/scponly/distinfo	20 Feb 2003 09:14:44 -0000
@@ -1 +1 @@
-MD5 (scponly-3.4.tgz) = c450ede9777f75483f7ab49a5ba446e1
+MD5 (scponly-3.5.tgz) = 2204faf6a661a0405d4f8fe249a5f736
Index: ports/shells/scponly/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/shells/scponly/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- ports/shells/scponly/pkg-plist	5 Jan 2003 18:30:28 -0000	1.2
+++ ports/shells/scponly/pkg-plist	20 Feb 2003 09:14:44 -0000
@@ -1,3 +1,7 @@
 bin/scponly
 etc/scponly/debuglevel
+%%PORTDOCS%%share/doc/scponly/README
+%%PORTDOCS%%share/doc/scponly/INSTALL
+%%PORTDOCS%%share/doc/scponly/TODO
 @dirrm etc/scponly
+%%PORTDOCS%%@dirrm share/doc/scponly
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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