diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-11 17:40:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-11 17:40:52 +0000 |
commit | c5d3710f1ba630cf557389272e49711e6c43c589 (patch) | |
tree | cf83c0426ee4edd72b58d229e59921741442fce0 /mail/balsa | |
parent | 569e9c48747d4891f0dba745771db42eab0a4df3 (diff) | |
download | ports-c5d3710f1ba630cf557389272e49711e6c43c589.tar.gz ports-c5d3710f1ba630cf557389272e49711e6c43c589.zip |
Notes
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 4 | ||||
-rw-r--r-- | mail/balsa/distinfo | 2 | ||||
-rw-r--r-- | mail/balsa/files/patch-help_C_Makefile.in | 14 | ||||
-rw-r--r-- | mail/balsa/pkg-plist | 9 |
4 files changed, 21 insertions, 8 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 75925f902eb4..44bf1ba5434b 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= balsa -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= mail gnome MASTER_SITES= http://balsa.gnome.org/ \ http://www.theochem.kth.se/~pawsa/balsa/ \ @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomeprint gnomevfs gtkhtml +USE_GNOME= gnomeprefix gnomehack gnomeprint gnomevfs gtkhtml gnometarget USE_LIBTOOL= yes USE_OPENSSL= yes LIBTOOLFILES= configure libmutt/configure diff --git a/mail/balsa/distinfo b/mail/balsa/distinfo index 7f61dabe1b1d..148495dc3278 100644 --- a/mail/balsa/distinfo +++ b/mail/balsa/distinfo @@ -1 +1 @@ -MD5 (balsa-1.4.3.tar.bz2) = 26ac08c059d2aaa73bd76d21150a6d24 +MD5 (balsa-1.4.4.tar.bz2) = 1625a4805becfe6da4b28b8e188487a4 diff --git a/mail/balsa/files/patch-help_C_Makefile.in b/mail/balsa/files/patch-help_C_Makefile.in new file mode 100644 index 000000000000..490e4c883129 --- /dev/null +++ b/mail/balsa/files/patch-help_C_Makefile.in @@ -0,0 +1,14 @@ +--- help/C/Makefile.in.orig Sun May 11 13:30:24 2003 ++++ help/C/Makefile.in Sun May 11 13:30:34 2003 +@@ -296,11 +296,6 @@ + all: index.html + + index.html: $(SGML_FILES) +- if test "$(HAVE_JW)" = 'yes' ; then \ +- jw -V '%use-id-as-filename%' -o balsa balsa.sgml; \ +- else \ +- db2html -V '%use-id-as-filename%' balsa.sgml; \ +- fi + -cp balsa/index.html index.html || touch index.html + + epsimages: $(MANUAL_IMAGES) diff --git a/mail/balsa/pkg-plist b/mail/balsa/pkg-plist index e49fec85a5ed..f6f4b4d93330 100644 --- a/mail/balsa/pkg-plist +++ b/mail/balsa/pkg-plist @@ -1,7 +1,8 @@ bin/balsa etc/sound/events/balsa.soundlist etc/sound/events/email.soundlist -share/gnome/applications/balsa.desktop +share/gnome/apps/Internet/balsa.desktop +share/gnome/help/balsa/C/getting-started.html share/gnome/help/balsa/C/images/address-book-ldap.png share/gnome/help/balsa/C/images/address-book-modify.png share/gnome/help/balsa/C/images/address-book-start.png @@ -18,7 +19,7 @@ share/gnome/help/balsa/C/images/newmsg-window.png share/gnome/help/balsa/C/images/preferences-window.png share/gnome/help/balsa/C/images/spell-check.png share/gnome/help/balsa/C/index.html -share/gnome/help/balsa/C/ln7.html +share/gnome/help/balsa/C/license.html share/gnome/help/balsa/C/stylesheet-images/caution.gif share/gnome/help/balsa/C/stylesheet-images/home.gif share/gnome/help/balsa/C/stylesheet-images/important.gif @@ -31,10 +32,8 @@ share/gnome/help/balsa/C/stylesheet-images/toc-minus.gif share/gnome/help/balsa/C/stylesheet-images/toc-plus.gif share/gnome/help/balsa/C/stylesheet-images/up.gif share/gnome/help/balsa/C/stylesheet-images/warning.gif -share/gnome/help/balsa/C/t1.html share/gnome/help/balsa/C/topic.dat -share/gnome/help/balsa/C/x51.html -share/gnome/help/balsa/C/x81.html +share/gnome/help/balsa/C/win-main.html share/gnome/pixmaps/balsa/attachment.png share/gnome/pixmaps/balsa/balsa-logo.png share/gnome/pixmaps/balsa/balsa-top.png |