maintenance update to 2.0.3: cosmetic changes only

This commit is contained in:
naddy 2007-01-31 20:30:04 +00:00
parent 1798e969af
commit 19adebe486
6 changed files with 35 additions and 35 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.49 2006/12/21 22:22:27 naddy Exp $ # $OpenBSD: Makefile,v 1.50 2007/01/31 20:30:04 naddy Exp $
COMMENT= "Pico editor clone with enhancements" COMMENT= "Pico editor clone with enhancements"
DISTNAME= nano-2.0.2 DISTNAME= nano-2.0.3
CATEGORIES= editors CATEGORIES= editors
HOMEPAGE= http://www.nano-editor.org/ HOMEPAGE= http://www.nano-editor.org/

View File

@ -1,4 +1,4 @@
MD5 (nano-2.0.2.tar.gz) = 38046476096530e19a7e805513c64108 MD5 (nano-2.0.3.tar.gz) = b8e2c1450b36d21f9a82509da3e4d9b1
RMD160 (nano-2.0.2.tar.gz) = 56355e7ef646cbb924ca84985798ed4746b9758c RMD160 (nano-2.0.3.tar.gz) = 8325e70c957ef84cae7a47ac78d893095e5128d2
SHA1 (nano-2.0.2.tar.gz) = 6113236ec5382942e33535f0f0ae448915343607 SHA1 (nano-2.0.3.tar.gz) = 5012a57c3aeabd6f798f5c767970ba1d260854c4
SIZE (nano-2.0.2.tar.gz) = 1302412 SIZE (nano-2.0.3.tar.gz) = 1313437

View File

@ -1,18 +1,18 @@
$OpenBSD: patch-doc_man_Makefile_in,v 1.1 2006/12/14 21:26:53 naddy Exp $ $OpenBSD: patch-doc_man_Makefile_in,v 1.2 2007/01/31 20:30:04 naddy Exp $
--- doc/man/Makefile.in.orig Thu Dec 7 16:56:35 2006 --- doc/man/Makefile.in.orig Wed Jan 31 21:26:17 2007
+++ doc/man/Makefile.in Thu Dec 7 16:56:55 2006 +++ doc/man/Makefile.in Wed Jan 31 21:26:46 2007
@@ -586,11 +586,11 @@ uninstall-man: uninstall-man1 uninstall- @@ -592,11 +592,11 @@ uninstall-man: uninstall-man1 uninstall-
nano.1.html: nano.1 nano.1.html: nano.1
- cat $< | groff -t -mandoc -Thtml > $@ - groff -t -mandoc -Thtml < $< > $@
+ cat $? | groff -t -mandoc -Thtml > $@ + groff -t -mandoc -Thtml < $? > $@
nanorc.5.html: nanorc.5 nanorc.5.html: nanorc.5
- cat $< | groff -t -mandoc -Thtml > $@ - groff -t -mandoc -Thtml < $< > $@
+ cat $? | groff -t -mandoc -Thtml > $@ + groff -t -mandoc -Thtml < $? > $@
rnano.1.html: rnano.1 rnano.1.html: rnano.1
- cat $< | groff -t -mandoc -Thtml > $@ - groff -t -mandoc -Thtml < $< > $@
+ cat $? | groff -t -mandoc -Thtml > $@ + groff -t -mandoc -Thtml < $? > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables. # Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded. # Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: .NOEXPORT:

View File

@ -1,18 +1,18 @@
$OpenBSD: patch-doc_man_fr_Makefile_in,v 1.1 2006/12/14 21:26:53 naddy Exp $ $OpenBSD: patch-doc_man_fr_Makefile_in,v 1.2 2007/01/31 20:30:04 naddy Exp $
--- doc/man/fr/Makefile.in.orig Thu Dec 7 16:59:14 2006 --- doc/man/fr/Makefile.in.orig Wed Jan 31 21:26:55 2007
+++ doc/man/fr/Makefile.in Thu Dec 7 16:59:25 2006 +++ doc/man/fr/Makefile.in Wed Jan 31 21:27:12 2007
@@ -428,11 +428,11 @@ uninstall-man: uninstall-man1 uninstall- @@ -434,11 +434,11 @@ uninstall-man: uninstall-man1 uninstall-
nano.1.html: nano.1 nano.1.html: nano.1
- cat $< | groff -t -mandoc -Thtml > $@ - groff -t -mandoc -Thtml < $< > $@
+ cat $? | groff -t -mandoc -Thtml > $@ + groff -t -mandoc -Thtml < $? > $@
nanorc.5.html: nanorc.5 nanorc.5.html: nanorc.5
- cat $< | groff -t -mandoc -Thtml > $@ - groff -t -mandoc -Thtml < $< > $@
+ cat $? | groff -t -mandoc -Thtml > $@ + groff -t -mandoc -Thtml < $? > $@
rnano.1.html: rnano.1 rnano.1.html: rnano.1
- cat $< | groff -t -mandoc -Thtml > $@ - groff -t -mandoc -Thtml < $< > $@
+ cat $? | groff -t -mandoc -Thtml > $@ + groff -t -mandoc -Thtml < $? > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables. # Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded. # Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: .NOEXPORT:

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-doc_syntax_python_nanorc,v 1.1 2006/12/14 21:26:53 naddy Exp $ $OpenBSD: patch-doc_syntax_python_nanorc,v 1.2 2007/01/31 20:30:04 naddy Exp $
--- doc/syntax/python.nanorc.orig Thu Jun 1 19:23:28 2006 --- doc/syntax/python.nanorc.orig Wed Jan 31 21:27:45 2007
+++ doc/syntax/python.nanorc Thu Dec 7 17:32:53 2006 +++ doc/syntax/python.nanorc Wed Jan 31 21:28:20 2007
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
## ##
syntax "python" "\.py$" syntax "python" "\.py$"
icolor brightblue "def [0-9A-Z_]+" icolor brightblue "def [0-9A-Z_]+"
-color brightcyan "\<(and|assert|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|map|not|or|pass|print|raise|return|try|while)\>" -color brightcyan "\<(and|assert|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|map|not|or|pass|print|raise|return|try|while)\>"
+color brightcyan "[[:<:]](and|assert|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|map|not|or|pass|print|raise|return|try|while)[[:>:]]" +color brightcyan "[[:<:]](and|assert|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|map|not|or|pass|print|raise|return|try|while)[[:>:]]"
color brightgreen "["'].*[^\\]["']" "["']{3}.*[^\\]["']{3}" color brightgreen "['][^']*[^\\][']" "[']{3}.*[^\\][']{3}"
color brightgreen "["][^"]*[^\\]["]" "["]{3}.*[^\\]["]{3}"
color brightgreen start=""""[^"]" end=""""" start="'''[^']" end="'''" color brightgreen start=""""[^"]" end=""""" start="'''[^']" end="'''"
color brightred "#.*$"

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_Makefile_in,v 1.1 2006/12/14 21:26:53 naddy Exp $ $OpenBSD: patch-src_Makefile_in,v 1.2 2007/01/31 20:30:04 naddy Exp $
--- src/Makefile.in.orig Thu Dec 7 16:52:54 2006 --- src/Makefile.in.orig Mon Jan 29 13:35:14 2007
+++ src/Makefile.in Thu Dec 7 16:53:08 2006 +++ src/Makefile.in Wed Jan 31 21:28:45 2007
@@ -209,7 +209,7 @@ nano_SOURCES = browser.c \ @@ -211,7 +211,7 @@ nano_SOURCES = browser.c \
utils.c \ utils.c \
winio.c winio.c