1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Update to 1.0.pre1.

This commit is contained in:
Maxim Sobolev 2000-10-02 11:02:02 +00:00
parent dd0eb584ab
commit ae7f537537
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33320
8 changed files with 58 additions and 16 deletions

View File

@ -6,8 +6,8 @@
#
PORTNAME= balsa
PORTVERSION= 0.9.5
PORTREVISION= 1
PORTVERSION= 1.0.pre1
#PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
ftp://ftp.newton.cx/pub/balsa/
@ -47,5 +47,7 @@ pre-patch:
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \
s|\$\(gnomedatadir\)/gnome|\$\(gnomedatadir\)|g'
@find ${WRKSRC}/help -name "*.html" | xargs ${PERL} -pi -e \
's|\.gif|.png|g'
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (balsa-0.9.5.tar.gz) = d247fbbfdb16ef28266d9893edcc5759
MD5 (balsa-1.0.pre1.tar.gz) = c99d39b233dab4e045d88b60f0ea31ff

View File

@ -1,9 +1,9 @@
--- libbalsa/send.c 2000/08/29 09:47:39 1.1
+++ libbalsa/send.c 2000/08/29 09:47:43
@@ -22,6 +22,9 @@
#include "config.h"
--- libbalsa/send.c.orig Fri Sep 29 14:00:46 2000
+++ libbalsa/send.c Mon Oct 2 13:23:37 2000
@@ -24,6 +24,9 @@
/* #include <radlib.h> */
/* FreeBSD 4.1-STABLE FreeBSD 4.1-STABLE */
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>

View File

@ -2,6 +2,10 @@ bin/balsa
etc/sound/events/balsa.soundlist
etc/sound/events/email.soundlist
share/gnome/apps/Internet/balsa.desktop
share/gnome/help/balsa/C/authours.html
share/gnome/help/balsa/C/common-tasks.html
share/gnome/help/balsa/C/getting-started.html
share/gnome/help/balsa/C/glossary.html
share/gnome/help/balsa/C/images/address-book.png
share/gnome/help/balsa/C/images/balsa_logo.png
share/gnome/help/balsa/C/images/druid-start.png
@ -13,6 +17,8 @@ share/gnome/help/balsa/C/images/newmsg-window-toolbar.png
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/its-not-working.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
@ -26,6 +32,19 @@ 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/topic.dat
share/gnome/help/balsa/C/win-composer.html
share/gnome/help/balsa/C/win-config-0.html
share/gnome/help/balsa/C/win-config-1.html
share/gnome/help/balsa/C/win-config-2.html
share/gnome/help/balsa/C/win-config-3.html
share/gnome/help/balsa/C/win-config-4.html
share/gnome/help/balsa/C/win-config-5.html
share/gnome/help/balsa/C/win-config-6.html
share/gnome/help/balsa/C/win-config-7.html
share/gnome/help/balsa/C/win-config-8.html
share/gnome/help/balsa/C/win-config-9.html
share/gnome/help/balsa/C/win-config.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

View File

@ -6,8 +6,8 @@
#
PORTNAME= balsa
PORTVERSION= 0.9.5
PORTREVISION= 1
PORTVERSION= 1.0.pre1
#PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
ftp://ftp.newton.cx/pub/balsa/
@ -47,5 +47,7 @@ pre-patch:
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \
s|\$\(gnomedatadir\)/gnome|\$\(gnomedatadir\)|g'
@find ${WRKSRC}/help -name "*.html" | xargs ${PERL} -pi -e \
's|\.gif|.png|g'
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (balsa-0.9.5.tar.gz) = d247fbbfdb16ef28266d9893edcc5759
MD5 (balsa-1.0.pre1.tar.gz) = c99d39b233dab4e045d88b60f0ea31ff

View File

@ -1,9 +1,9 @@
--- libbalsa/send.c 2000/08/29 09:47:39 1.1
+++ libbalsa/send.c 2000/08/29 09:47:43
@@ -22,6 +22,9 @@
#include "config.h"
--- libbalsa/send.c.orig Fri Sep 29 14:00:46 2000
+++ libbalsa/send.c Mon Oct 2 13:23:37 2000
@@ -24,6 +24,9 @@
/* #include <radlib.h> */
/* FreeBSD 4.1-STABLE FreeBSD 4.1-STABLE */
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>

View File

@ -2,6 +2,10 @@ bin/balsa
etc/sound/events/balsa.soundlist
etc/sound/events/email.soundlist
share/gnome/apps/Internet/balsa.desktop
share/gnome/help/balsa/C/authours.html
share/gnome/help/balsa/C/common-tasks.html
share/gnome/help/balsa/C/getting-started.html
share/gnome/help/balsa/C/glossary.html
share/gnome/help/balsa/C/images/address-book.png
share/gnome/help/balsa/C/images/balsa_logo.png
share/gnome/help/balsa/C/images/druid-start.png
@ -13,6 +17,8 @@ share/gnome/help/balsa/C/images/newmsg-window-toolbar.png
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/its-not-working.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
@ -26,6 +32,19 @@ 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/topic.dat
share/gnome/help/balsa/C/win-composer.html
share/gnome/help/balsa/C/win-config-0.html
share/gnome/help/balsa/C/win-config-1.html
share/gnome/help/balsa/C/win-config-2.html
share/gnome/help/balsa/C/win-config-3.html
share/gnome/help/balsa/C/win-config-4.html
share/gnome/help/balsa/C/win-config-5.html
share/gnome/help/balsa/C/win-config-6.html
share/gnome/help/balsa/C/win-config-7.html
share/gnome/help/balsa/C/win-config-8.html
share/gnome/help/balsa/C/win-config-9.html
share/gnome/help/balsa/C/win-config.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