diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-16 18:18:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-16 18:18:47 +0000 |
commit | 0b46ea5651bdbc87851ea22fab3690b14d5edc5d (patch) | |
tree | 49fbb383b008b75d6609112957a61361647a3b32 /editors/zile | |
parent | 92844165b559742ab937e569900365f5b8efec74 (diff) | |
download | ports-0b46ea5651bdbc87851ea22fab3690b14d5edc5d.tar.gz ports-0b46ea5651bdbc87851ea22fab3690b14d5edc5d.zip |
Notes
Diffstat (limited to 'editors/zile')
-rw-r--r-- | editors/zile/Makefile | 3 | ||||
-rw-r--r-- | editors/zile/distinfo | 6 | ||||
-rw-r--r-- | editors/zile/files/patch-src-vasprintf.c | 10 |
3 files changed, 4 insertions, 15 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 65fb936527ee..9473dc1dfa82 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zile -PORTVERSION= 2.2.12 +PORTVERSION= 2.2.13 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Small emacs-like text editor USE_GETOPT_LONG=yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= LIBS="-lgnuregex" diff --git a/editors/zile/distinfo b/editors/zile/distinfo index 7777ceecbc69..2d51bf24dfc7 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -1,3 +1,3 @@ -MD5 (zile-2.2.12.tar.gz) = 44ee110c773e7afbedd1d78c15761e2a -SHA256 (zile-2.2.12.tar.gz) = 7c99807db83743126463eac0664745ad06abd7c15ff279430e684687489ae821 -SIZE (zile-2.2.12.tar.gz) = 329650 +MD5 (zile-2.2.13.tar.gz) = d2156809cf1482c2f670d35b083babb5 +SHA256 (zile-2.2.13.tar.gz) = 4dec947e1ec4e4926aa39456fc8907030a32db06f71938bf9c2d3565dd92db86 +SIZE (zile-2.2.13.tar.gz) = 329639 diff --git a/editors/zile/files/patch-src-vasprintf.c b/editors/zile/files/patch-src-vasprintf.c deleted file mode 100644 index f653955d6253..000000000000 --- a/editors/zile/files/patch-src-vasprintf.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/vasprintf.c.orig Wed Nov 2 21:01:32 2005 -+++ src/vasprintf.c Thu Nov 3 01:48:31 2005 -@@ -579,7 +579,6 @@ - memcpy (&s.vargs, vargs, sizeof (va_list)); - #endif /* __va_copy */ - #endif /* va_copy */ -- va_copy(s.vargs, vargs); - s.maxlen = (size_t)INT_MAX; - - retval = core(&s); |