diff options
author | naddy <naddy@FreeBSD.org> | 2007-02-01 04:48:39 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2007-02-01 04:48:39 +0800 |
commit | b10c0db08cfbbe688ed668d11eb72776c9f4169a (patch) | |
tree | b490c042369468f7628e1a02ca802a2ba802bc84 /editors/nano | |
parent | c12a0f46073d7fe6e454425a6a33c59327e9644f (diff) | |
download | freebsd-ports-gnome-b10c0db08cfbbe688ed668d11eb72776c9f4169a.tar.gz freebsd-ports-gnome-b10c0db08cfbbe688ed668d11eb72776c9f4169a.tar.zst freebsd-ports-gnome-b10c0db08cfbbe688ed668d11eb72776c9f4169a.zip |
Update to 2.0.3: cosmetic changes only.
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 3 | ||||
-rw-r--r-- | editors/nano/distinfo | 6 | ||||
-rw-r--r-- | editors/nano/files/patch-doc_man_Makefile.in | 14 | ||||
-rw-r--r-- | editors/nano/files/patch-doc_man_fr_Makefile.in | 14 |
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: |