Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2001 09:29:32 +0300 (EEST)
From:      martti.kuparinen@iki.fi
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26164: [MAINTAINER PATCH] ports/www/kannel update
Message-ID:  <20010328062932.5644F6A901@ws2.piuha.net>

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

>Number:         26164
>Category:       ports
>Synopsis:       [MAINTAINER PATCH] ports/www/kannel update
>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:   Tue Mar 27 22:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Martti Kuparinen
>Release:        FreeBSD 4.3-BETA i386
>Organization:
piuha.net
>Environment:
System: FreeBSD ws2 4.3-BETA FreeBSD 4.3-BETA #3: Sat Mar 10 06:43:59 EET 2001 root@ws2:/usr/obj/usr/src/sys/WS2 i386


	
>Description:

Update the Kannel port to the latest stable version.

>How-To-Repeat:
	
>Fix:

diff -ru /usr/ports/www/kannel/Makefile kannel/Makefile
--- /usr/ports/www/kannel/Makefile	Thu Mar  1 18:52:08 2001
+++ kannel/Makefile	Wed Mar 28 09:08:26 2001
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/www/kannel/Makefile,v 1.8 2001/02/28 13:04:06 kevlo Exp $
 
 PORTNAME=	kannel
-PORTVERSION=	1.0.2
+PORTVERSION=	1.0.3
 CATEGORIES=	www
 MASTER_SITES=	http://www.kannel.org/download/${PORTVERSION}/
 DISTNAME=	gateway-${PORTVERSION}
diff -ru /usr/ports/www/kannel/distinfo kannel/distinfo
--- /usr/ports/www/kannel/distinfo	Thu Mar  1 18:52:09 2001
+++ kannel/distinfo	Wed Mar 28 09:09:32 2001
@@ -1 +1 @@
-MD5 (gateway-1.0.2.tar.gz) = e64d79cce320ee581a9604986fbd4779
+MD5 (gateway-1.0.3.tar.gz) = 04f12df08c5960c446562ef5d7f579f5
diff -ru /usr/ports/www/kannel/files/patch-aa kannel/files/patch-aa
--- /usr/ports/www/kannel/files/patch-aa	Wed Jan 31 17:36:56 2001
+++ kannel/files/patch-aa	Wed Mar 28 09:24:12 2001
@@ -1,5 +1,5 @@
---- configure.in.orig	Thu Dec  7 20:44:33 2000
-+++ configure.in	Wed Jan  3 20:16:19 2001
+--- configure.in.orig	Tue Mar 27 18:23:16 2001
++++ configure.in	Wed Mar 28 09:23:20 2001
 @@ -15,7 +15,7 @@
  dnl Target installation directory for documentation
  
@@ -9,23 +9,14 @@
  
  dnl Checks for programs.
  
-@@ -26,10 +26,6 @@
+@@ -25,10 +25,6 @@
+ AC_PROG_YACC
  AC_PROG_LEX
  AC_PATH_PROG(PERL, perl)
- 
+-
 -AC_CHECK_FILE(/sbin/start-stop-daemon, , 
 -		STARTSTOPDAEMONSRC="utils/start-stop-daemon.c")
 -AC_SUBST(STARTSTOPDAEMONSRC)
--
- dnl Checks for libraries.
  
- AC_CHECK_LIB(m, log)
-@@ -41,7 +37,7 @@
- fi
+ dnl Checks for libraries.
  
- AC_CHECK_LIB(z, gzopen)
--AC_PATH_PROG(XML_CONFIG, xml-config, no)
-+AC_PATH_PROG(XML_CONFIG, xml2-config, no)
- if test "$XML_CONFIG" = "no"; then
- 	echo "You MUST have the gnome-xml library installed"; exit 1
- else
>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?20010328062932.5644F6A901>