Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2001 09:30:11 -0700 (PDT)
From:      tkato@prontomail.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/28054: Update port: mail/althea to 0.5.2
Message-ID:  <200106111630.f5BGUBe83205@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         28054
>Category:       ports
>Synopsis:       Update port: mail/althea to 0.5.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 11 09:40:05 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.3-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.5.2

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/mail/althea/Makefile mail/althea/Makefile
--- /usr/ports/mail/althea/Makefile	Sun Apr  1 01:17:05 2001
+++ mail/althea/Makefile	Sat Jun  9 12:04:53 2001
@@ -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 @@
 MAINTAINER=	ports@FreeBSD.org
 
 USE_GTK=	yes
+USE_OPENSSL=	yes
 MAKE_ENV=	MKDIR="${MKDIR}"
 MAKEFILE=	${FILESDIR}/Makefile.bsd
 
diff -urN /usr/ports/mail/althea/distinfo mail/althea/distinfo
--- /usr/ports/mail/althea/distinfo	Sun Apr  1 01:17:05 2001
+++ mail/althea/distinfo	Sat Jun  9 12:06:36 2001
@@ -1 +1 @@
-MD5 (althea-0.4.1.tgz) = c9629d411d47f654fb5be74a2c5d4309
+MD5 (althea-0.5.2.tgz) = 7e390293e47e2eef88a8f537da31be7e
diff -urN /usr/ports/mail/althea/files/Makefile.bsd mail/althea/files/Makefile.bsd
--- /usr/ports/mail/althea/files/Makefile.bsd	Thu Mar  1 00:51:02 2001
+++ mail/althea/files/Makefile.bsd	Wed May  9 22:30:45 2001
@@ -12,10 +12,10 @@
 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 -urN /usr/ports/mail/althea/pkg-plist mail/althea/pkg-plist
--- /usr/ports/mail/althea/pkg-plist	Sun Apr  1 01:17:05 2001
+++ mail/althea/pkg-plist	Sat Jun  9 13:57:25 2001
@@ -16,10 +16,9 @@
 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

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106111630.f5BGUBe83205>