summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/icmake/Makefile4
-rw-r--r--devel/icmake/distinfo4
-rw-r--r--devel/icmake/files/patch-comp-lexer.c10
-rw-r--r--devel/icmake/files/patch-icm_install25
4 files changed, 8 insertions, 35 deletions
diff --git a/devel/icmake/Makefile b/devel/icmake/Makefile
index f8a093ac1df0..9e8e7847901d 100644
--- a/devel/icmake/Makefile
+++ b/devel/icmake/Makefile
@@ -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
diff --git a/devel/icmake/distinfo b/devel/icmake/distinfo
index 7639c6f13e4a..40e57fe1a467 100644
--- a/devel/icmake/distinfo
+++ b/devel/icmake/distinfo
@@ -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
diff --git a/devel/icmake/files/patch-comp-lexer.c b/devel/icmake/files/patch-comp-lexer.c
deleted file mode 100644
index 8b00ed8b89ed..000000000000
--- a/devel/icmake/files/patch-comp-lexer.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- comp/lexer.c.orig 2007-11-02 10:58:59.000000000 +0100
-+++ comp/lexer.c 2009-03-03 23:33:08.000000000 +0100
-@@ -2,7 +2,6 @@
-
- #line 4 "lexer.c"
-
--#define __STDC_VERSION__ 199901L
- #define YY_INT_ALIGNED short int
-
- /* A lexical scanner generated by flex */
diff --git a/devel/icmake/files/patch-icm_install b/devel/icmake/files/patch-icm_install
index 9f63b416f9a4..22c7084d7bd8 100644
--- a/devel/icmake/files/patch-icm_install
+++ b/devel/icmake/files/patch-icm_install
@@ -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)