aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-06-13 23:51:48 +0800
committerkevlo <kevlo@FreeBSD.org>2001-06-13 23:51:48 +0800
commit0f7700aded6330d5099efda169dd36728204fbd5 (patch)
tree162f3a5016dc82bd7f1be1eaabee204afee137a5 /mail
parent9bb033080ead8de3af50cc8d91a5fc32ed2a60a1 (diff)
downloadfreebsd-ports-gnome-0f7700aded6330d5099efda169dd36728204fbd5.tar.gz
freebsd-ports-gnome-0f7700aded6330d5099efda169dd36728204fbd5.tar.zst
freebsd-ports-gnome-0f7700aded6330d5099efda169dd36728204fbd5.zip
Update to version 0.5.2
PR: 28054 Submitted by: Ports Fury
Diffstat (limited to 'mail')
-rw-r--r--mail/althea/Makefile3
-rw-r--r--mail/althea/distinfo2
-rw-r--r--mail/althea/files/Makefile.bsd4
-rw-r--r--mail/althea/pkg-plist3
4 files changed, 6 insertions, 6 deletions
diff --git a/mail/althea/Makefile b/mail/althea/Makefile
index 668d52361cb2..c86c5bb64725 100644
--- a/mail/althea/Makefile
+++ b/mail/althea/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= althea
-PORTVERSION= 0.4.1
+PORTVERSION= 0.5.2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
USE_GTK= yes
+USE_OPENSSL= yes
MAKE_ENV= MKDIR="${MKDIR}"
MAKEFILE= ${FILESDIR}/Makefile.bsd
diff --git a/mail/althea/distinfo b/mail/althea/distinfo
index 923c2068c9cf..7ebca999b2d1 100644
--- a/mail/althea/distinfo
+++ b/mail/althea/distinfo
@@ -1 +1 @@
-MD5 (althea-0.4.1.tgz) = c9629d411d47f654fb5be74a2c5d4309
+MD5 (althea-0.5.2.tgz) = 7e390293e47e2eef88a8f537da31be7e
diff --git a/mail/althea/files/Makefile.bsd b/mail/althea/files/Makefile.bsd
index 84f6ced50a1a..62a07a8409f0 100644
--- a/mail/althea/files/Makefile.bsd
+++ b/mail/althea/files/Makefile.bsd
@@ -12,10 +12,10 @@ PIXDIR=${PREFIX}/share/${PROG}
CXXFLAGS+=-DDOCDIR=\"${DOCDIR}\" -DPIXDIR=\"${PIXDIR}\"
# Use the GTK's CFLAGS:
-CXXFLAGS+=`${GTK_CONFIG} --cflags`
+CXXFLAGS+=`${GTK_CONFIG} --cflags` -I${OPENSSLINC}
# Use the GTK's libraries:
-LDADD+=`${GTK_CONFIG} --libs`
+LDADD+=`${GTK_CONFIG} --libs` -L${OPENSSLLIB} -lssl -lcrypto
# A hack to ensure C++ is called to do the final linking:
CC:= ${CXX}
diff --git a/mail/althea/pkg-plist b/mail/althea/pkg-plist
index 14a7e85ecb56..2d36a19df365 100644
--- a/mail/althea/pkg-plist
+++ b/mail/althea/pkg-plist
@@ -16,10 +16,9 @@ share/althea/send.xpm
share/althea/server.xpm
share/doc/althea/help.html
share/doc/althea/images/althea.png
-share/doc/althea/images/altheaRound.png
+share/doc/althea/images/altheaMenu.png
share/doc/althea/images/configServer.png
share/doc/althea/images/configSession.png
-share/doc/althea/images/fileMenu.png
share/doc/althea/images/helpMenu.png
share/doc/althea/images/messageMenu.png
share/doc/althea/images/sf.gif