Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2006 11:43:27 +0330
From:      "Babak Farrokhi" <babak@farrokhi.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/104150: [Maintainer Update] update port www/kannel - minor changes
Message-ID:  <1160295207.13406@starfish.datak.net>
Resent-Message-ID: <200610080920.k989KEfP096103@freefall.freebsd.org>

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

>Number:         104150
>Category:       ports
>Synopsis:       [Maintainer Update] update port www/kannel - minor changes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 08 09:20:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Babak Farrokhi
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.2-PRERELEASE #0: Fri Sep 22 14:10:00 IRST 2006
    root@starfish.datak.net:/usr/obj/usr/src/sys/STARFISH



>Description:


- Add MASTER_SITES
- Switch to bz2 distfile
- cleanup Makefile


>How-To-Repeat:





>Fix:


--- kannel.patch begins here ---
diff -ruN kannel.orig/Makefile kannel/Makefile
--- kannel.orig/Makefile	Sun Oct  8 11:37:29 2006
+++ kannel/Makefile	Sun Oct  8 11:41:07 2006
@@ -7,7 +7,8 @@
 PORTNAME=	kannel
 PORTVERSION=	1.4.1
 CATEGORIES=	www
-MASTER_SITES=	http://www.kannel.org/download/%SUBDIR%/
+MASTER_SITES=	http://www.kannel.org/download/%SUBDIR%/ \
+		http://farrokhi.net/distfiles/
 MASTER_SITE_SUBDIR=	${PORTVERSION}
 DISTNAME=	gateway-${PORTVERSION}
 
@@ -19,6 +20,7 @@
 USE_GNOME=	libxml2
 USE_OPENSSL=	yes
 USE_GMAKE=	yes
+USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-cflags="${CPPFLAGS}" --with-libs="${LDFLAGS}" \
 		--enable-pcre=yes --enable-docs=no --with-malloc=native \
@@ -42,14 +44,14 @@
 		 s|-lkse||g' ${WRKSRC}/configure
 
 post-install:
-.for file in wapkannel.conf smskannel.conf
-	${INSTALL_DATA} ${WRKSRC}/gw/${file} ${PREFIX}/etc/${file}.sample
+.for filename in wapkannel.conf smskannel.conf
+	${INSTALL_DATA} ${WRKSRC}/gw/${filename} ${PREFIX}/etc/${filename}.sample
 .endfor
-.for file in mtbatch seewbmp wmlsc wmlsdasm
-	@${STRIP_CMD} ${PREFIX}/bin/${file}
+.for filename in mtbatch seewbmp wmlsc wmlsdasm
+	@${STRIP_CMD} ${PREFIX}/bin/${filename}
 .endfor
-.for file in bearerbox run_kannel_box smsbox wapbox
-	@${STRIP_CMD} ${PREFIX}/sbin/${file}
+.for filename in bearerbox run_kannel_box smsbox wapbox
+	@${STRIP_CMD} ${PREFIX}/sbin/${filename}
 .endfor
 
 .include <bsd.port.post.mk>
diff -ruN kannel.orig/distinfo kannel/distinfo
--- kannel.orig/distinfo	Sun Oct  8 11:37:29 2006
+++ kannel/distinfo	Sun Oct  8 11:39:37 2006
@@ -1,3 +1,3 @@
-MD5 (gateway-1.4.1.tar.gz) = fe7b782c1e47639718ecd3deca05b023
-SHA256 (gateway-1.4.1.tar.gz) = 0a70a1507883cba9bd44a0de39a04d3480f9781359a79f6f662020862270e44b
-SIZE (gateway-1.4.1.tar.gz) = 2596267
+MD5 (gateway-1.4.1.tar.bz2) = ae78aec906931e2af73f5a6245520cca
+SHA256 (gateway-1.4.1.tar.bz2) = 846d13676deaf6e4ffd485bb0bb963bd6716d169da1285f16eb017b7d5d3f396
+SIZE (gateway-1.4.1.tar.bz2) = 2240388
--- kannel.patch ends here ---



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



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