aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2007-01-31 20:48:39 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2007-01-31 20:48:39 +0000
commit48627b4406ca65c78a44081914f52b4916f627c8 (patch)
treefb486207c9f62b11247833854d4e0e4d1a0b7b0e /editors
parenta4138b866d2ebceda7025fb908935389b4f23fed (diff)
downloadports-48627b4406ca65c78a44081914f52b4916f627c8.tar.gz
ports-48627b4406ca65c78a44081914f52b4916f627c8.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/nano/Makefile3
-rw-r--r--editors/nano/distinfo6
-rw-r--r--editors/nano/files/patch-doc_man_Makefile.in14
-rw-r--r--editors/nano/files/patch-doc_man_fr_Makefile.in14
4 files changed, 18 insertions, 19 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 78757d01c073..cdacae2d538e 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= nano
-PORTVERSION= 2.0.2
-PORTREVISION= 1
+PORTVERSION= 2.0.3
CATEGORIES= editors
MASTER_SITES= http://www.nano-editor.org/dist/v2.0/ \
http://www.ewtoo.org/~astyanax/nano/dist/v2.0/
diff --git a/editors/nano/distinfo b/editors/nano/distinfo
index cfc2d87670d1..9d05349e9621 100644
--- a/editors/nano/distinfo
+++ b/editors/nano/distinfo
@@ -1,3 +1,3 @@
-MD5 (nano-2.0.2.tar.gz) = 38046476096530e19a7e805513c64108
-SHA256 (nano-2.0.2.tar.gz) = 884af214d4b4bf2cb064806070e746eb0f8302e7942324496f5bb93a9a06af90
-SIZE (nano-2.0.2.tar.gz) = 1302412
+MD5 (nano-2.0.3.tar.gz) = b8e2c1450b36d21f9a82509da3e4d9b1
+SHA256 (nano-2.0.3.tar.gz) = 8c29569d0e1eb29cbd3580313b9796c4e6fd0830071ec885021f22be635f5297
+SIZE (nano-2.0.3.tar.gz) = 1313437
diff --git a/editors/nano/files/patch-doc_man_Makefile.in b/editors/nano/files/patch-doc_man_Makefile.in
index 3502384fed06..d9b01eacc922 100644
--- a/editors/nano/files/patch-doc_man_Makefile.in
+++ b/editors/nano/files/patch-doc_man_Makefile.in
@@ -3,18 +3,18 @@ $FreeBSD$
--- doc/man/Makefile.in.orig
+++ doc/man/Makefile.in
-@@ -586,11 +586,11 @@
+@@ -592,11 +592,11 @@
nano.1.html: nano.1
-- cat $< | groff -t -mandoc -Thtml > $@
-+ cat $? | groff -t -mandoc -Thtml > $@
+- groff -t -mandoc -Thtml < $< > $@
++ groff -t -mandoc -Thtml < $? > $@
nanorc.5.html: nanorc.5
-- cat $< | groff -t -mandoc -Thtml > $@
-+ cat $? | groff -t -mandoc -Thtml > $@
+- groff -t -mandoc -Thtml < $< > $@
++ groff -t -mandoc -Thtml < $? > $@
rnano.1.html: rnano.1
-- cat $< | groff -t -mandoc -Thtml > $@
-+ cat $? | groff -t -mandoc -Thtml > $@
+- groff -t -mandoc -Thtml < $< > $@
++ groff -t -mandoc -Thtml < $? > $@
# 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.
.NOEXPORT:
diff --git a/editors/nano/files/patch-doc_man_fr_Makefile.in b/editors/nano/files/patch-doc_man_fr_Makefile.in
index 7389d0260ea8..59e431873b71 100644
--- a/editors/nano/files/patch-doc_man_fr_Makefile.in
+++ b/editors/nano/files/patch-doc_man_fr_Makefile.in
@@ -3,18 +3,18 @@ $FreeBSD$
--- doc/man/fr/Makefile.in.orig
+++ doc/man/fr/Makefile.in
-@@ -428,11 +428,11 @@
+@@ -434,11 +434,11 @@
nano.1.html: nano.1
-- cat $< | groff -t -mandoc -Thtml > $@
-+ cat $? | groff -t -mandoc -Thtml > $@
+- groff -t -mandoc -Thtml < $< > $@
++ groff -t -mandoc -Thtml < $? > $@
nanorc.5.html: nanorc.5
-- cat $< | groff -t -mandoc -Thtml > $@
-+ cat $? | groff -t -mandoc -Thtml > $@
+- groff -t -mandoc -Thtml < $< > $@
++ groff -t -mandoc -Thtml < $? > $@
rnano.1.html: rnano.1
-- cat $< | groff -t -mandoc -Thtml > $@
-+ cat $? | groff -t -mandoc -Thtml > $@
+- groff -t -mandoc -Thtml < $< > $@
++ groff -t -mandoc -Thtml < $? > $@
# 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.
.NOEXPORT: