svn commit: r387428 - in head/devel/icmake: . files
Muhammad Moinur Rahman
bofh at FreeBSD.org
Mon May 25 20:05:40 UTC 2015
Author: bofh
Date: Mon May 25 20:05:38 2015
New Revision: 387428
URL: https://svnweb.freebsd.org/changeset/ports/387428
Log:
devel/icmake: Update version 7.22.00=>7.22.01
- Convert patch files to 'make makepatch' compatible
Modified:
head/devel/icmake/Makefile
head/devel/icmake/distinfo
head/devel/icmake/files/patch-exec-bootstrap
head/devel/icmake/files/patch-icm_install
Modified: head/devel/icmake/Makefile
==============================================================================
--- head/devel/icmake/Makefile Mon May 25 19:56:11 2015 (r387427)
+++ head/devel/icmake/Makefile Mon May 25 20:05:38 2015 (r387428)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= icmake
-PORTVERSION= 7.22.00
+PORTVERSION= 7.22.01
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}
Modified: head/devel/icmake/distinfo
==============================================================================
--- head/devel/icmake/distinfo Mon May 25 19:56:11 2015 (r387427)
+++ head/devel/icmake/distinfo Mon May 25 20:05:38 2015 (r387428)
@@ -1,2 +1,2 @@
-SHA256 (icmake_7.22.00.orig.tar.gz) = df60e28997dd6313e6fe5bdeb7f6d6030a5c9243c088f5034a4d3d4fa3ed7b04
-SIZE (icmake_7.22.00.orig.tar.gz) = 331885
+SHA256 (icmake_7.22.01.orig.tar.gz) = b522e7937e9d4f0bec738dfce371673e3c4a8bc9f4d209a51631e5ed59ba66c7
+SIZE (icmake_7.22.01.orig.tar.gz) = 331750
Modified: head/devel/icmake/files/patch-exec-bootstrap
==============================================================================
--- head/devel/icmake/files/patch-exec-bootstrap Mon May 25 19:56:11 2015 (r387427)
+++ head/devel/icmake/files/patch-exec-bootstrap Mon May 25 20:05:38 2015 (r387428)
@@ -1,5 +1,5 @@
---- exec/bootstrap.orig 2012-09-07 09:43:56.000000000 +0200
-+++ exec/bootstrap 2012-12-01 23:45:56.000000000 +0100
+--- exec/bootstrap.orig 2012-07-15 13:24:41 UTC
++++ exec/bootstrap
@@ -1,6 +1,6 @@
echo Creating icm-exec
@@ -8,7 +8,7 @@
mkdir -p tmp/bin
-@@ -8,10 +8,10 @@
+@@ -8,10 +8,10 @@ NR=0
for x in auks var virtual int list string stack opcodefun builtin
do
cd $x
Modified: head/devel/icmake/files/patch-icm_install
==============================================================================
--- head/devel/icmake/files/patch-icm_install Mon May 25 19:56:11 2015 (r387427)
+++ head/devel/icmake/files/patch-icm_install Mon May 25 20:05:38 2015 (r387428)
@@ -1,6 +1,6 @@
---- 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 @@
+--- icm_install.orig 2015-05-25 19:37:41 UTC
++++ icm_install
+@@ -19,11 +19,7 @@ if [ "$1" == "strip" ] ; then
shift
fi
More information about the svn-ports-all
mailing list