From owner-freebsd-ports@FreeBSD.ORG Sat May 14 15:39:10 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0700916A4D0 for ; Sat, 14 May 2005 15:39:10 +0000 (GMT) Received: from mail.iinet.net.au (mail-02.iinet.net.au [203.59.3.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 1E78E43D1F for ; Sat, 14 May 2005 15:39:08 +0000 (GMT) (envelope-from julian@elischer.org) Received: (qmail 3951 invoked from network); 14 May 2005 15:39:06 -0000 Received: from unknown (HELO ?10.1.1.200?) (203.59.87.113) by mail.iinet.net.au with SMTP; 14 May 2005 15:39:06 -0000 Message-ID: <42861B99.5040107@elischer.org> Date: Sat, 14 May 2005 08:39:05 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050424 X-Accept-Language: en, hu MIME-Version: 1.0 To: ports@freebsd.org, netchild@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Port for newer skype version X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 15:39:10 -0000 the following diffs worked for me: diff -u -r1.15 Makefile --- Makefile 22 Apr 2005 20:33:01 -0000 1.15 +++ Makefile 14 May 2005 15:17:27 -0000 @@ -6,7 +6,7 @@ # PORTNAME= skype -PORTVERSION= 1.0.0.20 +PORTVERSION= 1.1.0.3 CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ DISTNAME= skype_staticQT-${PORTVERSION} Index: distinfo =================================================================== RCS file: /unused/cvs/freebsd/ports/net/skype/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 22 Apr 2005 20:33:01 -0000 1.10 +++ distinfo 14 May 2005 15:19:21 -0000 @@ -1,2 +1,2 @@ -MD5 (skype_staticQT-1.0.0.20.tar.bz2) = d346b995f78fb66008d963bd82a8c5b0 -SIZE (skype_staticQT-1.0.0.20.tar.bz2) = 8689836 +MD5 (skype_staticQT-1.1.0.3.tar.bz2) = 82d929b6e77d4768a0ff1171bbf21425 +SIZE (skype_staticQT-1.1.0.3.tar.bz2) = 8850231 jules# PLUS I needed to load the following libraries from a linux machine... do we have them in some port? libdbus-1.so.0 libGL.so.1