From b10c0db08cfbbe688ed668d11eb72776c9f4169a Mon Sep 17 00:00:00 2001 From: naddy Date: Wed, 31 Jan 2007 20:48:39 +0000 Subject: Update to 2.0.3: cosmetic changes only. --- editors/nano/Makefile | 3 +-- editors/nano/distinfo | 6 +++--- editors/nano/files/patch-doc_man_Makefile.in | 14 +++++++------- editors/nano/files/patch-doc_man_fr_Makefile.in | 14 +++++++------- 4 files changed, 18 insertions(+), 19 deletions(-) (limited to 'editors') 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: -- cgit