Update to 0.5.9.

This commit is contained in:
Maxim Sobolev 2001-06-10 12:13:25 +00:00
parent 160ef701d8
commit c157dab52f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43745
5 changed files with 9 additions and 33 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= pygmy
PORTVERSION= 0.5.8
PORTVERSION= 0.5.9
CATEGORIES= mail python gnome
MASTER_SITES= http://pygmy.sourceforge.net/

View file

@ -1 +1 @@
MD5 (pygmy-0.5.8.tar.gz) = 483d7b045cf14d31724cb50b7cb259d2
MD5 (pygmy-0.5.9.tar.gz) = 2ab85e09bf382fa0e2966bd686ffc376

View file

@ -1,24 +0,0 @@
$FreeBSD$
--- prefs.py 2001/05/11 08:50:17 1.1
+++ prefs.py 2001/05/11 08:50:39
@@ -80,13 +80,13 @@
self.forward = get_string('pygmy/prefs/forward') or "Fw:"
self.fld_font = get_string('pygmy/prefs/fld_font') or \
- '-*-helvetica-medium-r-normal--12-120-75-75-p-70-iso8859-1'
+ '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1'
self.sub_font = get_string('pygmy/prefs/sub_font') or \
- '-*-helvetica-medium-r-normal--12-120-75-75-p-70-iso8859-1'
+ '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1'
self.msg_font = get_string('pygmy/prefs/msg_font') or \
- '-*-helvetica-medium-r-normal--12-120-75-75-p-70-iso8859-1'
+ '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1'
self.compose_font = get_string('pygmy/prefs/compose_font') or \
- '-*-helvetica-medium-r-normal--12-120-75-75-p-70-iso8859-1'
+ '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1'
default_sizes = [[560, 560], [170, 280], [520, 280], [10, 100, 290, 10]]
self.size = range(len(default_sizes))

View file

@ -1,14 +1,11 @@
$FreeBSD$
--- msg.py.orig Fri May 18 18:26:45 2001
+++ msg.py Sun May 20 09:28:55 2001
@@ -20,7 +20,7 @@
--- fonts.py.orig Sun Jun 10 13:43:07 2001
+++ fonts.py Sun Jun 10 13:43:19 2001
@@ -1,4 +1,4 @@
## $Id: fonts.py,v 1.1 2001/06/07 14:46:57 kjetilja Exp $
## Fonts
BOLD_FONT = '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1'
-NORMAL_FONT = '-*-helvetica-medium-r-normal--12-120-75-75-p-70-iso8859-1'
+NORMAL_FONT = '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1'
## Error messages from the GUI
err1 = """Error opening destination file"""

View file

@ -26,6 +26,9 @@ share/pygmy/folder.pyo
share/pygmy/folderops.py
share/pygmy/folderops.pyc
share/pygmy/folderops.pyo
share/pygmy/fonts.py
share/pygmy/fonts.pyc
share/pygmy/fonts.pyo
share/pygmy/headers.py
share/pygmy/headers.pyc
share/pygmy/headers.pyo