svn commit: r475081 - head/devel/icmake

Muhammad Moinur Rahman bofh at FreeBSD.org
Sun Jul 22 02:56:53 UTC 2018


Author: bofh
Date: Sun Jul 22 02:56:51 2018
New Revision: 475081
URL: https://svnweb.freebsd.org/changeset/ports/475081

Log:
  devel/icmake: Update version 9.02.07=>9.02.08
  
  - Change MASTER_SITE to GITLAB
  
  Relnotes:	https://gitlab.com/fbb-git/icmake/blob/master/icmake/changelog

Modified:
  head/devel/icmake/Makefile
  head/devel/icmake/distinfo

Modified: head/devel/icmake/Makefile
==============================================================================
--- head/devel/icmake/Makefile	Sun Jul 22 02:27:07 2018	(r475080)
+++ head/devel/icmake/Makefile	Sun Jul 22 02:56:51 2018	(r475081)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	icmake
-PORTVERSION=	9.02.07
+PORTVERSION=	9.02.08
 CATEGORIES=	devel
 
 MAINTAINER=	bofh at FreeBSD.org
@@ -20,27 +20,32 @@ PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
 REINPLACE_ARGS=	-I ""
 
-USES=		compiler shebangfix
+USES=		shebangfix
 SHEBANG_FILES=	build comp/build comp/icm_bootstrap comp/updategrammar \
 		comp/updateparser comp/updatescanner dep/build dep/icm_bootstrap \
 		exec/build exec/icm_bootstrap exec/list/test/build exec/string/test/build \
-		icm_bootstrap icm_github icm_install icm_prepare icmake/build \
+		icm_bootstrap icm_gitlab icm_install icm_prepare icmake/build \
 		icmake/icm_bootstrap icmake/setlinks icmbuild/build icmbuild/icm_bootstrap \
 		iuo/bootstrapinstall iuo/install iuo/uninstall pp/build pp/icm_bootstrap \
 		rss/build rss/icm_bootstrap scripts/convert un/build un/icm_bootstrap
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	fbb-git
+USE_GITLAB=	yes
+GL_ACCOUNT=	fbb-git
+GL_COMMIT=	8e3ac3057363162b87279bab1e9ba356eb0aea0f
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
-.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} == 42
-CFLAGS+=	-std=gnu99
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|find|find .|g' \
 		${WRKSRC}/icm_prepare
+	@${REINPLACE_CMD} -e 's|tput clear|clear|g' \
+		${WRKSRC}/scripts/icmbuild.in \
+		${WRKSRC}/changelog \
+		${WRKSRC}/icmbuild/usage.c \
+		${WRKSRC}/doc/icmconf.7 \
+		${WRKSRC}/doc/manpage/icmbuild.yo \
+		${WRKSRC}/doc/manpage/icmconf.yo \
+		${WRKSRC}/doc/icmbuild.1
 	@${REINPLACE_CMD} -e 's|sed|gsed|g' \
 		${WRKSRC}/scripts/conversions \
 		${WRKSRC}/scripts/convert
@@ -90,4 +95,4 @@ do-build:
 do-install:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install strip all ${STAGEDIR}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/icmake/distinfo
==============================================================================
--- head/devel/icmake/distinfo	Sun Jul 22 02:27:07 2018	(r475080)
+++ head/devel/icmake/distinfo	Sun Jul 22 02:56:51 2018	(r475081)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524603312
-SHA256 (fbb-git-icmake-9.02.07_GH0.tar.gz) = fa05f0c74fb6442ddd35ad354877e185aa95bb7e0431035a79a02cdf1328260e
-SIZE (fbb-git-icmake-9.02.07_GH0.tar.gz) = 372605
+TIMESTAMP = 1532209860
+SHA256 (fbb-git-icmake-8e3ac3057363162b87279bab1e9ba356eb0aea0f_GL0.tar.gz) = 1a0d3ca555d64cc3f6ba72a6dac047f97bc5afcc356757b3c14063156eee41d1
+SIZE (fbb-git-icmake-8e3ac3057363162b87279bab1e9ba356eb0aea0f_GL0.tar.gz) = 370615


More information about the svn-ports-all mailing list