diff options
author | netchild <netchild@FreeBSD.org> | 2005-03-25 18:29:16 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-03-25 18:29:16 +0800 |
commit | 8c8758de40a78b4b20cca2cf31ee058f1d7b78e5 (patch) | |
tree | fc1fc8eb04fbaabb5282907cc33bfb8ec6c5e9ce /mail/sylpheed-claws | |
parent | 23a9feefd9c8d11b85efef59e034b6b3f58af4a9 (diff) | |
download | freebsd-ports-gnome-8c8758de40a78b4b20cca2cf31ee058f1d7b78e5.tar.gz freebsd-ports-gnome-8c8758de40a78b4b20cca2cf31ee058f1d7b78e5.tar.zst freebsd-ports-gnome-8c8758de40a78b4b20cca2cf31ee058f1d7b78e5.zip |
Update to 1.0.4.
Security: several buffer overflow fixes
Approved by: portmgr (krion)
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 17 | ||||
-rw-r--r-- | mail/sylpheed-claws/distinfo | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws/pkg-plist | 1 |
3 files changed, 12 insertions, 10 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index e4559c787201..45ed87619538 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sylpheed-claws -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -192,13 +192,14 @@ post-install: .endif @${MKDIR} ${DATADIR} @cd ${WRKSRC}/tools && \ - ${INSTALL_SCRIPT} OOo2sylpheed.pl calypso_convert.pl \ - convert_mbox.pl eud2gc.py filter_conv.pl freshmeat_search.pl \ - gif2xface.pl google_msgid.pl google_search.pl \ - gpg-sign-syl kmail2sylpheed.pl kmail2sylpheed_v2.pl \ - maildir2sylpheed.pl multiwebsearch.conf multiwebsearch.pl \ - nautilus2sylpheed.sh outlook2sylpheed.pl tb2sylpheed\ - textviewer.sh update-po uudec vcard2xml.py ${DATADIR} + ${INSTALL_SCRIPT} OOo2sylpheed.pl acroread2sylpheed.pl \ + calypso_convert.pl convert_mbox.pl eud2gc.py filter_conv.pl \ + freshmeat_search.pl gif2xface.pl google_msgid.pl \ + google_search.pl gpg-sign-syl kmail2sylpheed.pl \ + kmail2sylpheed_v2.pl maildir2sylpheed.pl multiwebsearch.conf \ + multiwebsearch.pl nautilus2sylpheed.sh outlook2sylpheed.pl \ + tb2sylpheed textviewer.sh update-po uudec vcard2xml.py \ + ${DATADIR} .if ${HAVE_GNOME:Mgnomehier} != "" @${MKDIR} ${PREFIX}/share/gnome/apps/Internet diff --git a/mail/sylpheed-claws/distinfo b/mail/sylpheed-claws/distinfo index 001225d74845..b7044fbb4810 100644 --- a/mail/sylpheed-claws/distinfo +++ b/mail/sylpheed-claws/distinfo @@ -1,4 +1,4 @@ -MD5 (sylpheed-claws-1.0.3.tar.bz2) = dba57595e89eef963a932ed5ea39c2a2 -SIZE (sylpheed-claws-1.0.3.tar.bz2) = 3087021 +MD5 (sylpheed-claws-1.0.4.tar.bz2) = ac473de7189a4a9baecf16b72c34dff4 +SIZE (sylpheed-claws-1.0.4.tar.bz2) = 3188838 MD5 (sylpheed-iconset-20040929.tar.gz) = d72cf03bf3d13cf9e2785eaca3807707 SIZE (sylpheed-iconset-20040929.tar.gz) = 1298891 diff --git a/mail/sylpheed-claws/pkg-plist b/mail/sylpheed-claws/pkg-plist index 0c2d945162a7..a23b299abe7c 100644 --- a/mail/sylpheed-claws/pkg-plist +++ b/mail/sylpheed-claws/pkg-plist @@ -356,6 +356,7 @@ share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed-claws.mo share/pixmaps/sylpheed-claws.png %%GNOME%%share/gnome/apps/Internet/sylpheed-claws.desktop %%DATADIR%%/OOo2sylpheed.pl +%%DATADIR%%/acroread2sylpheed.pl %%DATADIR%%/calypso_convert.pl %%DATADIR%%/convert_mbox.pl %%DATADIR%%/eud2gc.py |