Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2020 12:58:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547981 - in head/devel/slibtool: . files
Message-ID:  <202009081258.088CwQT5070622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep  8 12:58:26 2020
New Revision: 547981
URL: https://svnweb.freebsd.org/changeset/ports/547981

Log:
  Update to 0.5.29
  While here patch a sed expression to be BSD sed compatible

Added:
  head/devel/slibtool/files/
  head/devel/slibtool/files/patch-sofort_ccenv_ccenv.sh   (contents, props changed)
Modified:
  head/devel/slibtool/Makefile
  head/devel/slibtool/distinfo

Modified: head/devel/slibtool/Makefile
==============================================================================
--- head/devel/slibtool/Makefile	Tue Sep  8 12:37:41 2020	(r547980)
+++ head/devel/slibtool/Makefile	Tue Sep  8 12:58:26 2020	(r547981)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	slibtool
-PORTVERSION=	0.5.28
+PORTVERSION=	0.5.29
 CATEGORIES=	devel
 MASTER_SITES=	http://dl.midipix.org/${PORTNAME}/
 
@@ -15,7 +15,9 @@ HAS_CONFIGURE=	yes
 USES=		gmake tar:xz
 
 post-patch:
-	${REINPLACE_CMD} -e "s/make/${MAKE_CMD}/g" ${WRKSRC}/configure
+	${REINPLACE_CMD} -e "s/make/${MAKE_CMD}/g" \
+		${WRKSRC}/configure \
+		${WRKSRC}/sofort/ccenv/ccenv.sh
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/slibtool

Modified: head/devel/slibtool/distinfo
==============================================================================
--- head/devel/slibtool/distinfo	Tue Sep  8 12:37:41 2020	(r547980)
+++ head/devel/slibtool/distinfo	Tue Sep  8 12:58:26 2020	(r547981)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541665261
-SHA256 (slibtool-0.5.28.tar.xz) = 83cbb720dc7f48f7b9037955dbdcd62ed09ced7db67cb3ee3f0557415560d9f4
-SIZE (slibtool-0.5.28.tar.xz) = 61124
+TIMESTAMP = 1599569302
+SHA256 (slibtool-0.5.29.tar.xz) = 243cbe01cedc7cb6ce6912480815b1aa72c77375fab53b01335c855ace1e369a
+SIZE (slibtool-0.5.29.tar.xz) = 69848

Added: head/devel/slibtool/files/patch-sofort_ccenv_ccenv.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/slibtool/files/patch-sofort_ccenv_ccenv.sh	Tue Sep  8 12:58:26 2020	(r547981)
@@ -0,0 +1,11 @@
+--- sofort/ccenv/ccenv.sh.orig	2020-08-16 18:04:05 UTC
++++ sofort/ccenv/ccenv.sh
+@@ -1254,7 +1254,7 @@ ccenv_output_defs()
+ 		ccenv_tmp=$(mktemp ./tmp_XXXXXXXXXXXXXXXX)
+ 
+ 		sed                             \
+-				-e 's/^\s*$/@/g' \
++				-e 's/^[:space:]*$/@/g' \
+ 				-e 's/^/NATIVE_/' \
+ 				-e 's/NATIVE_@//g' \
+ 				-e 's/NATIVE_#/#/g' \



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