Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2008 13:59:09 +0200
From:      "Beat Gätzi" <beat@chruetertee.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/127746: [PATCH] lang/execline: update to 1.07
Message-ID:  <200809301158.m8UBwP4K000415@marvin.chruetertee.ch>
Resent-Message-ID: <200809301200.m8UC0BB3005407@freefall.freebsd.org>

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

>Number:         127746
>Category:       ports
>Synopsis:       [PATCH] lang/execline: update to 1.07
>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:   Tue Sep 30 12:00:11 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Beat Gätzi
>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:
>Unformatted:



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