1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update to 0.4.2.

This commit is contained in:
Maxim Sobolev 2000-08-30 07:39:52 +00:00
parent e5f349ca10
commit 6c09d5e092
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32125
5 changed files with 28 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pygmy
PORTVERSION= 0.4.0
PORTVERSION= 0.4.2
CATEGORIES= mail python gnome
MASTER_SITES= http://www.cs.uit.no/~kjetilja/Pygmy/

View File

@ -1 +1 @@
MD5 (pygmy-0.4.0.tar.gz) = 79fb6b1c471239a792a7a56a18f6acb3
MD5 (pygmy-0.4.2.tar.gz) = de46dccd404145f809f7ddd19a2c4c40

View File

@ -1,11 +1,11 @@
--- msg.py 2000/08/15 07:46:28 1.1
+++ msg.py 2000/08/15 07:47:14
@@ -54,7 +54,7 @@
# Font styles
--- msg.py.orig Tue Aug 29 14:59:10 2000
+++ msg.py Wed Aug 30 10:05:33 2000
@@ -55,7 +55,7 @@
# Font styles
self.bold_font = load_font('-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1')
- self.normal_font = load_font('-*-helvetica-medium-r-normal--12-120-75-75-p-70-iso8859-1')
+ self.normal_font = load_font('-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1')
# Make a separate window to play in
self.vbox = GtkVBox()

16
mail/pygmy/files/patch-ad Normal file
View File

@ -0,0 +1,16 @@
--- prefs.py.orig Tue Aug 29 14:59:10 2000
+++ prefs.py Wed Aug 30 10:32:52 2000
@@ -90,9 +90,10 @@
self.citechar = ">" # Cite character
self.prefix = "Re:" # Subject reply prefix
- self.fld_font = '-*-helvetica-medium-r-normal--12-120-75-75-p-70-iso8859-1'
- self.sub_font = '-*-helvetica-medium-r-normal--12-120-75-75-p-70-iso8859-1'
- self.msg_font = '-*-helvetica-medium-r-normal--12-120-75-75-p-70-iso8859-1'
+ self.fld_font = '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1'
+ self.sub_font = '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1'
+ self.msg_font = '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1'
+ self.compose_font = '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1'
# Pygmy version
self.version = "0.4.2"

View File

@ -43,5 +43,9 @@ share/pygmy/prefs.pyo
share/pygmy/pygmy
share/pygmy/pygmymailbox.pyc
share/pygmy/pygmymailbox.pyo
share/pygmy/sendmail.pyc
share/pygmy/sendmail.pyo
share/pygmy/smileys.pyc
share/pygmy/smileys.pyo
@dirrm share/pygmy/icons
@dirrm share/pygmy