aboutsummaryrefslogtreecommitdiffstats
path: root/editors/nano
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-04-12 20:28:50 +0800
committernaddy <naddy@FreeBSD.org>2002-04-12 20:28:50 +0800
commit0d29ae5c52b29835e3a052dca20e3a3beaf14be5 (patch)
treeb75f1b1ac46a30d52b44c357314d6d1ada644986 /editors/nano
parent7fcd54d8cce0ccf4a54552454eda5845db779c0b (diff)
downloadfreebsd-ports-gnome-0d29ae5c52b29835e3a052dca20e3a3beaf14be5.tar.gz
freebsd-ports-gnome-0d29ae5c52b29835e3a052dca20e3a3beaf14be5.tar.zst
freebsd-ports-gnome-0d29ae5c52b29835e3a052dca20e3a3beaf14be5.zip
Update to 1.0.9. Notable changes in this release:
* Bug fixes. * Updated translations. "Norwegian" has been replaced by separate Nynorsk and Bokmaal translations.
Diffstat (limited to 'editors/nano')
-rw-r--r--editors/nano/Makefile5
-rw-r--r--editors/nano/distinfo2
-rw-r--r--editors/nano/files/patch-config.h.in15
-rw-r--r--editors/nano/files/patch-configure14
-rw-r--r--editors/nano/files/patch-proto.h15
-rw-r--r--editors/nano/files/patch-utils.c22
-rw-r--r--editors/nano/pkg-plist3
7 files changed, 5 insertions, 71 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index b3632258ccfa..1cdcdeb5e115 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= nano
-PORTVERSION= 1.0.8
+PORTVERSION= 1.0.9
CATEGORIES= editors
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
- ${MASTER_SITE_GNU} \
+MASTER_SITES= ${MASTER_SITE_GNU} \
http://www.nano-editor.org/dist/v1.0/
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/editors/nano/distinfo b/editors/nano/distinfo
index a46d2941121d..6c2e36377258 100644
--- a/editors/nano/distinfo
+++ b/editors/nano/distinfo
@@ -1 +1 @@
-MD5 (nano-1.0.8.tar.gz) = 84743b50f839013b6bba654c7ae707bc
+MD5 (nano-1.0.9.tar.gz) = 499162ef77d0c5b9c2c171bae6052327
diff --git a/editors/nano/files/patch-config.h.in b/editors/nano/files/patch-config.h.in
deleted file mode 100644
index b7b4a796c888..000000000000
--- a/editors/nano/files/patch-config.h.in
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- config.h.in.orig Fri Dec 7 06:51:38 2001
-+++ config.h.in Tue Dec 18 19:58:04 2001
-@@ -136,6 +136,9 @@
- /* Define if you have the strcasecmp function. */
- #undef HAVE_STRCASECMP
-
-+/* Define if you have the strcasestr function. */
-+#undef HAVE_STRCASESTR
-+
- /* Define if you have the strchr function. */
- #undef HAVE_STRCHR
-
diff --git a/editors/nano/files/patch-configure b/editors/nano/files/patch-configure
deleted file mode 100644
index a95e365aea9e..000000000000
--- a/editors/nano/files/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Wed Dec 19 21:36:45 2001
-+++ configure Wed Dec 19 21:37:16 2001
-@@ -2106,7 +2106,7 @@
-
- fi
-
--for ac_func in getopt_long
-+for ac_func in getopt_long strcasestr
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
- echo "configure:2113: checking for $ac_func" >&5
diff --git a/editors/nano/files/patch-proto.h b/editors/nano/files/patch-proto.h
deleted file mode 100644
index 264828d74252..000000000000
--- a/editors/nano/files/patch-proto.h
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- proto.h.orig Fri Dec 14 06:57:10 2001
-+++ proto.h Tue Dec 18 19:58:04 2001
-@@ -65,7 +65,9 @@
-
- /* Programs we want available */
-
-+#ifndef HAVE_STRCASESTR
- char *strcasestr(char *haystack, char *needle);
-+#endif
- char *strstrwrapper(char *haystack, char *needle);
- int search_init(int replacing);
- int renumber(filestruct * fileptr);
diff --git a/editors/nano/files/patch-utils.c b/editors/nano/files/patch-utils.c
deleted file mode 100644
index 49cdbf43192a..000000000000
--- a/editors/nano/files/patch-utils.c
+++ /dev/null
@@ -1,22 +0,0 @@
-
-$FreeBSD$
-
---- utils.c.orig Mon Nov 19 03:46:54 2001
-+++ utils.c Tue Dec 18 19:58:04 2001
-@@ -47,7 +47,7 @@
- }
- }
-
--
-+#ifndef HAVE_STRCASESTR
- /* This is now mutt's version (called mutt_stristr) because it doesn't
- use memory allocation to do a simple search (yuck). */
- char *strcasestr(char *haystack, char *needle)
-@@ -69,6 +69,7 @@
- }
- return NULL;
- }
-+#endif
-
- char *strstrwrapper(char *haystack, char *needle)
- {
diff --git a/editors/nano/pkg-plist b/editors/nano/pkg-plist
index 05a9e0e99ffe..a468b4a90d24 100644
--- a/editors/nano/pkg-plist
+++ b/editors/nano/pkg-plist
@@ -14,8 +14,9 @@ share/locale/gl/LC_MESSAGES/nano.mo
share/locale/hu/LC_MESSAGES/nano.mo
share/locale/id/LC_MESSAGES/nano.mo
share/locale/it/LC_MESSAGES/nano.mo
+share/locale/nb/LC_MESSAGES/nano.mo
share/locale/nl/LC_MESSAGES/nano.mo
-share/locale/no/LC_MESSAGES/nano.mo
+share/locale/nn/LC_MESSAGES/nano.mo
share/locale/pl/LC_MESSAGES/nano.mo
share/locale/ru/LC_MESSAGES/nano.mo
share/locale/sv/LC_MESSAGES/nano.mo