From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 1 21:41:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F14DD16A4CE for ; Thu, 1 Jul 2004 21:41:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D64CD43D31 for ; Thu, 1 Jul 2004 21:41:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i61LeJkY003316 for ; Thu, 1 Jul 2004 21:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i61LeJro003315; Thu, 1 Jul 2004 21:40:19 GMT (envelope-from gnats) Resent-Date: Thu, 1 Jul 2004 21:40:19 GMT Resent-Message-Id: <200407012140.i61LeJro003315@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, martijn@pacno.net Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1985416A4CE for ; Thu, 1 Jul 2004 21:36:20 +0000 (GMT) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EE0743D3F for ; Thu, 1 Jul 2004 21:36:15 +0000 (GMT) (envelope-from root@pacno.net) Received: from hostage.demon.nl ([82.161.93.5]:56551) by post-23.mail.nl.demon.net with esmtp (Exim 4.34) id 1Bg9DO-000JJA-1W; Thu, 01 Jul 2004 21:35:30 +0000 Received: from localhost (localhost [127.0.0.1]) by hostage.demon.nl (Postfix) with ESMTP id 0205D463C; Thu, 1 Jul 2004 23:35:28 +0200 (CEST) Received: from hostage.demon.nl ([127.0.0.1]) by localhost (drain.pacno.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00133-07; Thu, 1 Jul 2004 23:34:45 +0200 (CEST) Received: by hostage.demon.nl (Postfix, from userid 0) id 1681142DF; Thu, 1 Jul 2004 23:34:40 +0200 (CEST) Message-Id: <20040701213440.1681142DF@hostage.demon.nl> Date: Thu, 1 Jul 2004 23:34:40 +0200 (CEST) From: martijn@pacno.net To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ports@c0decafe.net Subject: ports/68570: net/jabber-msn-transport: port upgrade, fix build and other stuff (supersedes ports/68404) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: martijn@pacno.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 21:41:31 -0000 >Number: 68570 >Category: ports >Synopsis: net/jabber-msn-transport: port upgrade, fix build and other stuff (supersedes ports/68404) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 01 21:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: martijn@pacno.net >Release: FreeBSD 5.2.1-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD 5.2.1-RELEASE-p8 >Description: This patch includes and therefor supersedes ports/68404. Thanks for submitting. - upgrade to version 1.3 (old version not available for download anymore...) - fix the build problem induced by net/jabber's update - make portlint happy - align PORTNAME/PKGNAMEPREFIX/PKGNAMESUFFIX/DIST_SUBDIR on the other jabber components standard (problematic for upgrading?) >How-To-Repeat: >Fix: diff -rudN net/jabber-msn.orig/Makefile net/jabber-msn/Makefile --- net/jabber-msn.orig/Makefile Fri Jun 4 00:41:38 2004 +++ net/jabber-msn/Makefile Thu Jul 1 23:30:59 2004 @@ -2,14 +2,16 @@ # Date created: Sat May 04 06:00:02 PDT 2002 # Whom: Martijn Lina # -# $FreeBSD: ports/net/jabber-msn/Makefile,v 1.8 2004/06/03 22:41:38 roam Exp $ +# $FreeBSD$ -PORTNAME= jabber-msn -PORTVERSION= 1.2.8.rc1 -PORTREVISION= 2 +PORTNAME= msn +PORTVERSION= 1.3 CATEGORIES= net MASTER_SITES= http://msn-transport.jabberstudio.org/ -DISTNAME= msn-transport-${PORTVERSION:S/.rc/rc/} +PKGNAMEPREFIX= jabber- +PKGNAMESUFFIX= -transport +DISTNAME= msn-transport-1.3-cvs3 +DIST_SUBDIR= jabber MAINTAINER= martijn@pacno.net COMMENT= Jabber MSN-Transport module @@ -20,7 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-jabberd=${PREFIX}/include/jabber \ - --with-pth=${PREFIX}/include/jabber + --with-pth=${LOCALBASE}/include/pth CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib do-install: diff -rudN net/jabber-msn.orig/distinfo net/jabber-msn/distinfo --- net/jabber-msn.orig/distinfo Wed Mar 31 05:10:01 2004 +++ net/jabber-msn/distinfo Thu Jul 1 23:17:08 2004 @@ -1,2 +1,2 @@ -MD5 (msn-transport-1.2.8rc1.tar.gz) = 832ac9fba617f11462c6457eacf4009a -SIZE (msn-transport-1.2.8rc1.tar.gz) = 80925 +MD5 (jabber/msn-transport-1.3-cvs3.tar.gz) = 95288539194dc28d6e3633b4d41fe04d +SIZE (jabber/msn-transport-1.3-cvs3.tar.gz) = 72208 diff -rudN net/jabber-msn.orig/pkg-plist net/jabber-msn/pkg-plist --- net/jabber-msn.orig/pkg-plist Thu Oct 16 13:45:48 2003 +++ net/jabber-msn/pkg-plist Thu Jul 1 23:20:38 2004 @@ -1,2 +1,3 @@ lib/jabber/msntrans.so -%%PORTDOCS%%share/doc/jabber-msn +%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: