diff options
author | nork <nork@FreeBSD.org> | 2003-04-06 23:50:55 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-06 23:50:55 +0800 |
commit | 2a639952aa2937fcf819b5622a942189827ca30a (patch) | |
tree | 19ffe868aa37251f2bf39a335b62e5243fbf6383 /print | |
parent | 21790f99e69cdf1ad47db28de457822d33a5dd87 (diff) | |
download | freebsd-ports-gnome-2a639952aa2937fcf819b5622a942189827ca30a.tar.gz freebsd-ports-gnome-2a639952aa2937fcf819b5622a942189827ca30a.tar.zst freebsd-ports-gnome-2a639952aa2937fcf819b5622a942189827ca30a.zip |
Drop a line which contain apLineDel key, and bump PORTREVISION accordingly.
PR: ports/50074
Submitted by: Daniel Lang <langd@informatik.tu-muenchen.de>
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\ |