Update to 1.0.6.

This commit is contained in:
Joe Marcus Clarke 2003-07-30 02:19:36 +00:00
parent 7f32b1aabe
commit 223b7bf210
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85887
3 changed files with 2 additions and 13 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= AbiWord
PORTVERSION= 1.0.5
PORTVERSION= 1.0.6
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/

View File

@ -1 +1 @@
MD5 (AbiWord/abiword-1.0.5.tar.gz) = dfe86fb72afc4008e51504fd693b224e
MD5 (AbiWord/abiword-1.0.6.tar.gz) = b35ea76f8d3eb70a94c3432a44e4a9d9

View File

@ -1,11 +0,0 @@
--- src/wp/ap/unix/gnome/ap_UnixGnomeApp.cpp.orig Mon Mar 24 16:09:59 2003
+++ src/wp/ap/unix/gnome/ap_UnixGnomeApp.cpp Mon Mar 24 16:10:31 2003
@@ -933,7 +933,7 @@
// actually print
s_actuallyPrint ( pDoc, pGraphics,
pPrintView, "bonobo_printed_document",
- 1, false,
+ 1, false, false,
width, height,
1, iPagesToPrint ) ;