From beat@chruetertee.ch  Tue Sep 30 11:58:28 2008
Return-Path: <beat@chruetertee.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2EC191065689
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Sep 2008 11:58:28 +0000 (UTC)
	(envelope-from beat@chruetertee.ch)
Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55])
	by mx1.freebsd.org (Postfix) with ESMTP id A3FCD8FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Sep 2008 11:58:27 +0000 (UTC)
	(envelope-from beat@chruetertee.ch)
Received: from _HOSTNAME_ (47-189.0-85.cust.bluewin.ch [85.0.189.47])
	(authenticated bits=0)
	by marvin.chruetertee.ch (8.14.2/8.13.6) with ESMTP id m8UBwP4K000415
	(version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Sep 2008 11:58:26 GMT
	(envelope-from beat@chruetertee.ch)
Received: by _HOSTNAME_ (sSMTP sendmail emulation); Tue, 30 Sep 2008 13:59:09 +0200
Message-Id: <200809301158.m8UBwP4K000415@marvin.chruetertee.ch>
Date: Tue, 30 Sep 2008 13:59:09 +0200
From: "Beat Gtzi" <beat@chruetertee.ch>
Reply-To: Beat Gtzi <beat@chruetertee.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] lang/execline: update to 1.07
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127746
>Category:       ports
>Synopsis:       [PATCH] lang/execline: update to 1.07
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 30 12:00:11 UTC 2008
>Closed-Date:    Tue Sep 30 14:12:48 UTC 2008
>Last-Modified:  Tue Sep 30 14:20:06 UTC 2008
>Originator:     Beat Gtzi
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD daedalus.network.local 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Fri Sep 5 22:34:11 CEST 2008 root@daedalus.network.local:/usr/obj/usr/src/sys/BEASTIE i386


	
>Description:
	Update execline to version 1.07
	
>How-To-Repeat:
	
>Fix:

	

--- execline.patch begins here ---
diff -Naur execline.orig/Makefile execline/Makefile
--- execline.orig/Makefile	2008-07-27 06:30:48.000000000 +0200
+++ execline/Makefile	2008-09-30 12:44:25.434001269 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	execline
-PORTVERSION=	1.06
+PORTVERSION=	1.07
 CATEGORIES=	lang shells
 MASTER_SITES=	http://www.skarnet.org/software/${PORTNAME}/
 
@@ -26,6 +26,8 @@
 		> ${WRKSRC}/conf-compile/import
 	${ECHO_CMD} "${LOCALBASE}/lib/skalibs" \
 		>> ${WRKSRC}/conf-compile/import
+	${REINPLACE_CMD} -e 's|superstrip1|#superstrip1|g' \
+		${WRKSRC}/conf-compile/conf-stripbins
 
 do-build:
 	cd ${WRKSRC} && package/compile
diff -Naur execline.orig/distinfo execline/distinfo
--- execline.orig/distinfo	2005-11-25 15:05:30.000000000 +0100
+++ execline/distinfo	2008-09-30 13:22:39.658643507 +0200
@@ -1,3 +1,3 @@
-MD5 (execline-1.06.tar.gz) = e9a5152412b1b32a0c3e47336fef7388
-SHA256 (execline-1.06.tar.gz) = 9a6cba404e4b7c3833b1d7ec22308ad2e68ef9943eb1885e5fb0108059e30ae8
-SIZE (execline-1.06.tar.gz) = 65474
+MD5 (execline-1.07.tar.gz) = fa7618180104d812759eca66cc33e061
+SHA256 (execline-1.07.tar.gz) = 808afc24ea838c5a37e5252c05daf0544acdfd1f18ef23a0151a7673c1c32eb5
+SIZE (execline-1.07.tar.gz) = 67129
diff -Naur execline.orig/pkg-plist execline/pkg-plist
--- execline.orig/pkg-plist	2004-06-10 23:13:36.000000000 +0200
+++ execline/pkg-plist	2008-09-30 12:47:36.846853182 +0200
@@ -21,6 +21,7 @@
 bin/foreground
 bin/getpid
 bin/heredoc
+bin/homeof
 bin/if
 bin/ifthenelse
 bin/import
@@ -74,6 +75,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/getpid.html
 %%PORTDOCS%%%%DOCSDIR%%/grammar.html
 %%PORTDOCS%%%%DOCSDIR%%/heredoc.html
+%%PORTDOCS%%%%DOCSDIR%%/homeof.html
 %%PORTDOCS%%%%DOCSDIR%%/if.html
 %%PORTDOCS%%%%DOCSDIR%%/ifthenelse.html
 %%PORTDOCS%%%%DOCSDIR%%/import.html
--- execline.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Sep 30 12:42:23 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127746 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Sep 30 14:12:48 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127746: commit references a PR
Date: Tue, 30 Sep 2008 14:12:48 +0000 (UTC)

 miwi        2008-09-30 14:12:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/execline        Makefile distinfo pkg-plist 
   Log:
   - Update to 1.07
   
   PR:             127746
   Submitted by:   "Beat Gtzi" <beat@chruetertee.ch>
   
   Revision  Changes    Path
   1.6       +3 -1      ports/lang/execline/Makefile
   1.5       +3 -3      ports/lang/execline/distinfo
   1.4       +3 -1      ports/lang/execline/pkg-plist
 _______________________________________________
 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"
 
>Unformatted:
