Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 2003 00:50:29 +0200 (CEST)
From:      Martijn Lina <martijn@pacno.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/58096: Upgrade of net/jabber-msn to version 1.2.8.rc1
Message-ID:  <20031015225029.8C54243CA@drain.sewers-2.demon.nl>
Resent-Message-ID: <200310152300.h9FN0Yj8029705@freefall.freebsd.org>

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

>Number:         58096
>Category:       ports
>Synopsis:       Upgrade of net/jabber-msn to version 1.2.8.rc1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 15 16:00:33 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Martijn Lina
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD drain 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #1: Tue Apr 1 00:04:18 CEST 2003 root@drain:/usr/obj/usr/src/sys/DRAIN i386


>Description:
	This is an upgrade to release candidate 1 of this package. Normally i wouldn't bother without any good reason and wait for the final release, but these jabber people removed the previous pre-release version from their site...

>How-To-Repeat:
	Just try and 'make fetch' the port
>Fix:

	Apply this patch:

diff -udN jabber-msn.orig/Makefile jabber-msn/Makefile
--- jabber-msn.orig/Makefile	Tue Oct 14 21:03:27 2003
+++ jabber-msn/Makefile	Thu Oct 16 00:46:23 2003
@@ -4,12 +4,11 @@
 #
 # $FreeBSD: ports/net/jabber-msn/Makefile,v 1.5 2003/10/14 19:03:27 sumikawa Exp $
 
-PORTNAME=	msn
-PORTVERSION=	1.2.8.p10
+PORTNAME=	jabber-msn
+PORTVERSION=	1.2.8.rc1
 CATEGORIES=	net
 MASTER_SITES=	http://msn-transport.jabberstudio.org/
-PKGNAMEPREFIX=	jabber-
-DISTNAME=	${PORTNAME}-transport-${PORTVERSION:S/.p10/pre10/}
+DISTNAME=	msn-transport-${PORTVERSION:S/.rc/rc/}
 
 MAINTAINER=	martijn@pacno.net
 COMMENT=	Jabber MSN-Transport module
@@ -24,5 +23,8 @@
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/src/msntrans.so ${PREFIX}/lib/jabber/
+.if !defined(NOPORTDOCS)
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>
diff -udN jabber-msn.orig/distinfo jabber-msn/distinfo
--- jabber-msn.orig/distinfo	Tue Oct 14 21:03:27 2003
+++ jabber-msn/distinfo	Thu Oct 16 00:42:16 2003
@@ -1 +1 @@
-MD5 (msn-transport-1.2.8pre10.tar.gz) = 815e06ea2cc39ad1099be9408070067d
+MD5 (msn-transport-1.2.8rc1.tar.gz) = 832ac9fba617f11462c6457eacf4009a
diff -udN jabber-msn.orig/pkg-plist jabber-msn/pkg-plist
--- jabber-msn.orig/pkg-plist	Sat Apr  5 15:11:56 2003
+++ jabber-msn/pkg-plist	Thu Oct 16 00:41:14 2003
@@ -1 +1,2 @@
 lib/jabber/msntrans.so
+%%PORTDOCS%%share/doc/jabber-msn

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



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