aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-12-13 14:39:52 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-12-13 14:39:52 +0000
commit3176ade1674b0adb360517caed40452a257e58a7 (patch)
tree6e46234b0eb48f65f0e753db150d568c2bad0522 /editors
parent7190e28d12f42a04ac01ce07a95ad13474027b06 (diff)
downloadports-3176ade1674b0adb360517caed40452a257e58a7.tar.gz
ports-3176ade1674b0adb360517caed40452a257e58a7.zip
- Update to 2.2.1
PR: 141419 Submitted by: Eitan Adler <EitanAdlerList@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=245709
Diffstat (limited to 'editors')
-rw-r--r--editors/nano/Makefile2
-rw-r--r--editors/nano/distinfo6
-rw-r--r--editors/nano/files/patch-doc_man_nano.114
-rw-r--r--editors/nano/files/patch-doc_man_nanorc.515
-rw-r--r--editors/nano/files/patch-doc_syntax_makefile.nanorc13
5 files changed, 4 insertions, 46 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 31a473adacd6..57b03f1fe32d 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nano
-PORTVERSION= 2.2.0
+PORTVERSION= 2.2.1
CATEGORIES= editors
MASTER_SITES= http://www.nano-editor.org/dist/v2.2/ \
${MASTER_SITE_GNU}
diff --git a/editors/nano/distinfo b/editors/nano/distinfo
index 710a7d1def54..c6e4bf26db9f 100644
--- a/editors/nano/distinfo
+++ b/editors/nano/distinfo
@@ -1,3 +1,3 @@
-MD5 (nano-2.2.0.tar.gz) = b34ea8fac9563b0485f39a065b5893bf
-SHA256 (nano-2.2.0.tar.gz) = c1e5e9c2baf2c4cfae6bebd1499ef9c20bfd5e094a966ed3d73a3a9e3f641e2f
-SIZE (nano-2.2.0.tar.gz) = 1495381
+MD5 (nano-2.2.1.tar.gz) = 12eb7808ab1b8df4d20e87df22c38143
+SHA256 (nano-2.2.1.tar.gz) = d831c7c3b35ccd404b58d3244f671ad775a8bdd189bb81512fbfea1b0f6d14f7
+SIZE (nano-2.2.1.tar.gz) = 1499969
diff --git a/editors/nano/files/patch-doc_man_nano.1 b/editors/nano/files/patch-doc_man_nano.1
deleted file mode 100644
index 7e9101bf8eb4..000000000000
--- a/editors/nano/files/patch-doc_man_nano.1
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- doc/man/nano.1.orig
-+++ doc/man/nano.1
-@@ -224,8 +224,6 @@
- .PD 0
- .TP
- \fBnanorc\fP(5)
--.PP
--\fI/usr/share/doc/nano/\fP (or equivalent on your system)
-
- .SH AUTHOR
- Chris Allegretta <chrisa@asty.org>, et al (see \fIAUTHORS\fP and
diff --git a/editors/nano/files/patch-doc_man_nanorc.5 b/editors/nano/files/patch-doc_man_nanorc.5
deleted file mode 100644
index 1899813d3467..000000000000
--- a/editors/nano/files/patch-doc_man_nanorc.5
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- doc/man/nanorc.5.orig
-+++ doc/man/nanorc.5
-@@ -250,8 +250,7 @@
- .TP
- \fBnano\fP(1)
- .PP
--\fI/usr/share/doc/nano/examples/nanorc.sample\fP (or equivalent on your
--system)
-+\fIEXAMPLESDIR/nanorc.sample\fP
- .SH AUTHOR
- Chris Allegretta <chrisa@asty.org>, et al (see \fIAUTHORS\fP and
- \fITHANKS\fP for details). This manual page was originally written by
diff --git a/editors/nano/files/patch-doc_syntax_makefile.nanorc b/editors/nano/files/patch-doc_syntax_makefile.nanorc
deleted file mode 100644
index 7cd2ebd79a19..000000000000
--- a/editors/nano/files/patch-doc_syntax_makefile.nanorc
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- doc/syntax/makefile.nanorc.orig
-+++ doc/syntax/makefile.nanorc
-@@ -3,6 +3,6 @@
- syntax "makefile" "Makefile[^/]*$"
- color red "[:=]"
- color magenta "\<(if|ifeq|else|endif)\>"
--color blue "\$+[{(][a-Z0-9_-]+[})]"
-+color blue "\$+[{(][a-zA-Z0-9_-]+[})]"
- color brightblue "^[^ ]+:"
- color green "#.*$"