diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-20 20:09:05 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-20 20:09:05 +0800 |
commit | f4c49652ab4557db63cea24dc893c522465de103 (patch) | |
tree | d9406c3b75044a421234b291c47bb204446b66c3 /mail | |
parent | 3bffd01fce2b14d2df5ff497044c96800d47db3a (diff) | |
download | freebsd-ports-graphics-f4c49652ab4557db63cea24dc893c522465de103.tar.gz freebsd-ports-graphics-f4c49652ab4557db63cea24dc893c522465de103.tar.zst freebsd-ports-graphics-f4c49652ab4557db63cea24dc893c522465de103.zip |
Update to 1.1.7.
PR: 28963
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 7 | ||||
-rw-r--r-- | mail/balsa/distinfo | 2 | ||||
-rw-r--r-- | mail/balsa/files/patch-aq | 12 | ||||
-rw-r--r-- | mail/balsa/files/patch-ltmain.sh | 18 | ||||
-rw-r--r-- | mail/balsa2/Makefile | 7 | ||||
-rw-r--r-- | mail/balsa2/distinfo | 2 | ||||
-rw-r--r-- | mail/balsa2/files/patch-aq | 12 | ||||
-rw-r--r-- | mail/balsa2/files/patch-ltmain.sh | 18 |
8 files changed, 44 insertions, 34 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index f322d0ff265..10599f0a74e 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -6,20 +6,19 @@ # PORTNAME= balsa -PORTVERSION= 1.1.4 -PORTREVISION= 2 +PORTVERSION= 1.1.7 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList +LIB_DEPENDS= esmtp.5:${PORTSDIR}/mail/libesmtp USE_X_PREFIX= yes USE_GNOME= yes USE_LIBTOOL= yes -LIBTOOLFILES= configure libmutt/configure +LIBTOOLFILES= libmutt/configure CONFIGURE_ARGS= --enable-threads \ --enable-gtkhtml \ --disable-more-warnings diff --git a/mail/balsa/distinfo b/mail/balsa/distinfo index 5eaf907d510..c417223aab5 100644 --- a/mail/balsa/distinfo +++ b/mail/balsa/distinfo @@ -1 +1 @@ -MD5 (balsa-1.1.4.tar.gz) = 1ba025cefaae403cb099e61ac2acf356 +MD5 (balsa-1.1.7.tar.gz) = 9a6cda3e70a8877308a4ff55da8dcec9 diff --git a/mail/balsa/files/patch-aq b/mail/balsa/files/patch-aq deleted file mode 100644 index 08c8d4f7cd2..00000000000 --- a/mail/balsa/files/patch-aq +++ /dev/null @@ -1,12 +0,0 @@ ---- 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> - #include <arpa/inet.h> - #include <netdb.h> - diff --git a/mail/balsa/files/patch-ltmain.sh b/mail/balsa/files/patch-ltmain.sh new file mode 100644 index 00000000000..78f2d1ed319 --- /dev/null +++ b/mail/balsa/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/07/20 11:55:49 1.1 ++++ ltmain.sh 2001/07/20 11:56:15 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index f322d0ff265..10599f0a74e 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -6,20 +6,19 @@ # PORTNAME= balsa -PORTVERSION= 1.1.4 -PORTREVISION= 2 +PORTVERSION= 1.1.7 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList +LIB_DEPENDS= esmtp.5:${PORTSDIR}/mail/libesmtp USE_X_PREFIX= yes USE_GNOME= yes USE_LIBTOOL= yes -LIBTOOLFILES= configure libmutt/configure +LIBTOOLFILES= libmutt/configure CONFIGURE_ARGS= --enable-threads \ --enable-gtkhtml \ --disable-more-warnings diff --git a/mail/balsa2/distinfo b/mail/balsa2/distinfo index 5eaf907d510..c417223aab5 100644 --- a/mail/balsa2/distinfo +++ b/mail/balsa2/distinfo @@ -1 +1 @@ -MD5 (balsa-1.1.4.tar.gz) = 1ba025cefaae403cb099e61ac2acf356 +MD5 (balsa-1.1.7.tar.gz) = 9a6cda3e70a8877308a4ff55da8dcec9 diff --git a/mail/balsa2/files/patch-aq b/mail/balsa2/files/patch-aq deleted file mode 100644 index 08c8d4f7cd2..00000000000 --- a/mail/balsa2/files/patch-aq +++ /dev/null @@ -1,12 +0,0 @@ ---- 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> - #include <arpa/inet.h> - #include <netdb.h> - diff --git a/mail/balsa2/files/patch-ltmain.sh b/mail/balsa2/files/patch-ltmain.sh new file mode 100644 index 00000000000..78f2d1ed319 --- /dev/null +++ b/mail/balsa2/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/07/20 11:55:49 1.1 ++++ ltmain.sh 2001/07/20 11:56:15 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |