diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-08-30 01:37:10 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-08-30 01:37:10 +0000 |
commit | 1b8190e1ea951221363351a7898d7c50285a75c5 (patch) | |
tree | 8806fb85a56b4c528b5bef922c831cd4edbdea7f /editors/zile | |
parent | 2cccf59476d3a0dd59cd0efcbc4af420f0d01918 (diff) | |
download | ports-1b8190e1ea951221363351a7898d7c50285a75c5.tar.gz ports-1b8190e1ea951221363351a7898d7c50285a75c5.zip |
Notes
Diffstat (limited to 'editors/zile')
-rw-r--r-- | editors/zile/Makefile | 2 | ||||
-rw-r--r-- | editors/zile/distinfo | 4 | ||||
-rw-r--r-- | editors/zile/files/patch-configure | 20 |
3 files changed, 8 insertions, 18 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 44644fe14510..5bcca444884f 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zile -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.5 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/editors/zile/distinfo b/editors/zile/distinfo index d190af2f0448..db7cfd3b5e50 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -1,2 +1,2 @@ -MD5 (zile-2.2.2.tar.gz) = 7eb5d67ed3bb58e2f4cf94a841c1d7bb -SIZE (zile-2.2.2.tar.gz) = 333424 +MD5 (zile-2.2.5.tar.gz) = 5405ae17d0b49db2cf3d28efb79a98a5 +SIZE (zile-2.2.5.tar.gz) = 329402 diff --git a/editors/zile/files/patch-configure b/editors/zile/files/patch-configure index e0044713ee91..1aab141ad572 100644 --- a/editors/zile/files/patch-configure +++ b/editors/zile/files/patch-configure @@ -1,21 +1,11 @@ ---- configure.orig Mon Jul 11 15:17:20 2005 -+++ configure Mon Jul 11 23:25:52 2005 -@@ -2933,8 +2933,7 @@ - echo "$as_me:$LINENO: result: $bfd_cv_build_exeext" >&5 - echo "${ECHO_T}$bfd_cv_build_exeext" >&6 - EXEEXT_FOR_BUILD="" -- test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeex --t} -+ test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext} - fi - - # Find a good install program. We prefer a C program (faster), -@@ -3995,7 +3994,7 @@ +--- configure.orig Mon Aug 8 08:08:03 2005 ++++ configure Sat Aug 20 22:50:30 2005 +@@ -3993,7 +3993,7 @@ if test "$GCC" = "yes"; then -- CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -pedantic" -+ CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion" +- CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic" ++ CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes" fi |