Date: Tue, 20 Jan 2015 14:00:33 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377519 - in head/devel/icmake: . files Message-ID: <201501201400.t0KE0XOQ028919@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Tue Jan 20 14:00:32 2015 New Revision: 377519 URL: https://svnweb.freebsd.org/changeset/ports/377519 QAT: https://qat.redports.org/buildarchive/r377519/ Log: devel/icmake: Update version 7.21.00=>7.21.01 - Take Maintainership Differential Revision: https://reviews.freebsd.org/D1564 Approved by: marino(mentor) Deleted: head/devel/icmake/files/patch-comp-lexer.c Modified: head/devel/icmake/Makefile head/devel/icmake/distinfo head/devel/icmake/files/patch-icm_install Modified: head/devel/icmake/Makefile ============================================================================== --- head/devel/icmake/Makefile Tue Jan 20 14:00:28 2015 (r377518) +++ head/devel/icmake/Makefile Tue Jan 20 14:00:32 2015 (r377519) @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= icmake -PORTVERSION= 7.21.00 +PORTVERSION= 7.21.01 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .orig.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Intelligent C-like Maker LICENSE= GPLv3 Modified: head/devel/icmake/distinfo ============================================================================== --- head/devel/icmake/distinfo Tue Jan 20 14:00:28 2015 (r377518) +++ head/devel/icmake/distinfo Tue Jan 20 14:00:32 2015 (r377519) @@ -1,2 +1,2 @@ -SHA256 (icmake_7.21.00.orig.tar.gz) = d19e5bd6eb488624e09dbb985ae6adc0d80849abd81446ca8e6bc9e0ee00c445 -SIZE (icmake_7.21.00.orig.tar.gz) = 330053 +SHA256 (icmake_7.21.01.orig.tar.gz) = 30a88a6bc0e0cdc6ad0dfe101834cb2babb70a8e72cfb4872b3f40b0d621a54b +SIZE (icmake_7.21.01.orig.tar.gz) = 330723 Modified: head/devel/icmake/files/patch-icm_install ============================================================================== --- head/devel/icmake/files/patch-icm_install Tue Jan 20 14:00:28 2015 (r377518) +++ head/devel/icmake/files/patch-icm_install Tue Jan 20 14:00:32 2015 (r377519) @@ -1,32 +1,15 @@ ---- ./icm_install.orig 2009-07-29 13:12:39.000000000 +0200 -+++ ./icm_install 2009-11-15 23:59:54.000000000 +0100 +--- icm_install.orig 2015-01-20 14:49:31.174629532 +0600 ++++ icm_install 2015-01-20 14:52:16.796620272 +0600 @@ -19,11 +19,7 @@ shift fi -if [ "$2" != "" ] ; then - INSTALLDIR=$2 +- INSTALLDIR=$2 -else - INSTALLDIR=${ROOT} -fi ++INSTALLDIR=$2 try() { -@@ -67,7 +63,7 @@ - into ${SKELDIR} - into ${DOCDIR} - into ${DOCDOCDIR} -- into etc/icmake -+ into ${CONFDIR} - ;; - - (progs) -@@ -91,7 +87,7 @@ - ;; - - (etc) -- into etc/icmake -+ into ${CONFDIR} - ;; - - (docdoc)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501201400.t0KE0XOQ028919>