diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-06 15:50:55 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-06 15:50:55 +0000 |
commit | 4e4e7712f4ed5ecf8a3b303ac41ee6e007086db2 (patch) | |
tree | 036d536c0a6b91ab9013a657fbdf56b1f4ce2811 /print | |
parent | 5f1f6ab673d6e1e0ff0dcc3c659c6253124f33ea (diff) | |
download | ports-4e4e7712f4ed5ecf8a3b303ac41ee6e007086db2.tar.gz ports-4e4e7712f4ed5ecf8a3b303ac41ee6e007086db2.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/gv/Makefile | 2 | ||||
-rw-r--r-- | print/gv/files/patch-source::gv_misc_res.dat | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index 36c6ca014d07..53502a0c7869 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -8,7 +8,7 @@ PORTNAME= gv PORTVERSION= 3.5.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/ \ ${MASTER_SITE_TEX_CTAN} diff --git a/print/gv/files/patch-source::gv_misc_res.dat b/print/gv/files/patch-source::gv_misc_res.dat new file mode 100644 index 000000000000..0e8f9dc7d840 --- /dev/null +++ b/print/gv/files/patch-source::gv_misc_res.dat @@ -0,0 +1,10 @@ +--- source/gv_misc_res.dat.orig Sat Jun 21 07:00:00 1997 ++++ source/gv_misc_res.dat Mon Apr 7 00:39:23 2003 +@@ -463,7 +463,6 @@ + <Key>BackSpace: GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n\ + <Key>Insert: GV_Page(page-5) \n\ + <Key>Delete: GV_Page(page+5) \n\ +- <Key>apLineDel: GV_Page(page+5) \n\ + <Key>Home: GV_Page(page=0) \n\ + <Key>End: GV_Page(page=99999) \n\ + <Key>Prior: GV_Page(page-1) \n\ |