mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 2.0.6.
This commit is contained in:
parent
3e21b6fb2c
commit
a5608dff15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74225
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= balsa2
|
||||
PORTVERSION= 2.0.5
|
||||
PORTVERSION= 2.0.6
|
||||
CATEGORIES= mail gnome
|
||||
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
|
||||
ftp://ftp.newton.cx/pub/balsa/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (balsa-2.0.5.tar.bz2) = 4a8ab1c6733133b38ae0ff3fa53a3361
|
||||
MD5 (balsa-2.0.6.tar.bz2) = ce676c067bc69bd1b6d8541ecbc8da60
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig Tue Dec 24 07:03:55 2002
|
||||
+++ configure Tue Dec 31 14:09:47 2002
|
||||
@@ -8600,13 +8601,13 @@
|
||||
--- configure.orig Wed Jan 29 09:09:43 2003
|
||||
+++ configure Wed Jan 29 16:49:18 2003
|
||||
@@ -8600,13 +8600,13 @@
|
||||
|
||||
if test x$enable_deprecated_pspell = xyes ; then
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line $LINENO "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -8617,7 +8618,7 @@
|
||||
@@ -8617,7 +8617,7 @@
|
||||
#endif
|
||||
/* We use char because int might match the return type of a gcc2
|
||||
builtin and then its argument prototype would still apply. */
|
||||
@ -27,7 +27,7 @@
|
||||
#ifdef F77_DUMMY_MAIN
|
||||
# ifdef __cplusplus
|
||||
extern "C"
|
||||
@@ -8627,7 +8628,7 @@
|
||||
@@ -8627,7 +8627,7 @@
|
||||
int
|
||||
main ()
|
||||
{
|
||||
@ -36,7 +36,7 @@
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
@@ -8644,18 +8645,18 @@
|
||||
@@ -8644,18 +8644,18 @@
|
||||
ac_status=$?
|
||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
(exit $ac_status); }; }; then
|
||||
@ -60,7 +60,7 @@
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define HAVE_LIBPSPELL 1
|
||||
_ACEOF
|
||||
@@ -11238,7 +11239,7 @@
|
||||
@@ -11237,7 +11237,7 @@
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
@ -69,7 +69,7 @@
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line $LINENO "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -11293,7 +11294,7 @@
|
||||
@@ -11292,7 +11292,7 @@
|
||||
#define ENABLE_LDAP 1
|
||||
_ACEOF
|
||||
|
||||
@ -78,3 +78,12 @@
|
||||
else
|
||||
{ { echo "$as_me:$LINENO: error: *** You enabled LDAP but ldap library is not found." >&5
|
||||
echo "$as_me: error: *** You enabled LDAP but ldap library is not found." >&2;}
|
||||
@@ -11819,7 +11819,7 @@
|
||||
echo $ECHO_N "checking whether to build SSL support... $ECHO_C" >&6
|
||||
if test "x$with_ssl" != xno ; then
|
||||
# openssl >=0.9.7 is pkg-config compatible.
|
||||
- if pkg-config openssl >&/dev/null; then
|
||||
+ if pkg-config openssl >/dev/null 2>&1; then
|
||||
LIBS="$LIBS `pkg-config --libs openssl`"
|
||||
CPPFLAGS="`pkg-config --cflags-only-I openssl` $CPPFLAGS"
|
||||
echo "$as_me:$LINENO: result: yes" >&5
|
||||
|
@ -31,6 +31,7 @@ share/gnome/omf/balsa/balsa-C.omf
|
||||
share/gnome/pixmaps/gnome-balsa2.png
|
||||
share/gnome/sounds/balsa/newmail.wav
|
||||
share/gnome/sounds/balsa/startup.wav
|
||||
share/locale/am/LC_MESSAGES/balsa.mo
|
||||
share/locale/az/LC_MESSAGES/balsa.mo
|
||||
share/locale/bg/LC_MESSAGES/balsa.mo
|
||||
share/locale/ca/LC_MESSAGES/balsa.mo
|
||||
@ -45,6 +46,7 @@ share/locale/fi/LC_MESSAGES/balsa.mo
|
||||
share/locale/fr/LC_MESSAGES/balsa.mo
|
||||
share/locale/ga/LC_MESSAGES/balsa.mo
|
||||
share/locale/he/LC_MESSAGES/balsa.mo
|
||||
share/locale/hi/LC_MESSAGES/balsa.mo
|
||||
share/locale/hu/LC_MESSAGES/balsa.mo
|
||||
share/locale/it/LC_MESSAGES/balsa.mo
|
||||
share/locale/ja/LC_MESSAGES/balsa.mo
|
||||
|
Loading…
Reference in New Issue
Block a user