From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 07:10:24 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 1CC6116A4CE for ; Sat, 2 Oct 2004 07:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F422743D4C for ; Sat, 2 Oct 2004 07:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i927AN1Q019917 for ; Sat, 2 Oct 2004 07:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i927ANLp019916; Sat, 2 Oct 2004 07:10:23 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 07:10:23 GMT Resent-Message-Id: <200410020710.i927ANLp019916@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, Sam Lawrance Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A318616A4CE for ; Sat, 2 Oct 2004 07:01:14 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 007A343D31 for ; Sat, 2 Oct 2004 07:01:14 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from localhost (ppp2453.dyn.pacific.net.au [61.8.36.83]) i926wu3m028983; Sat, 2 Oct 2004 16:58:56 +1000 Received: by localhost (Postfix, from userid 0) id 25B521B5C; Sat, 2 Oct 2004 17:03:39 +1000 (EST) Message-Id: <20041002070339.25B521B5C@localhost> Date: Sat, 2 Oct 2004 17:03:39 +1000 (EST) From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: boris@brooknet.com.au Subject: ports/72249: [MAINTAINER] palm/synce-gnomevfs: update to 0.9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 07:10:24 -0000 >Number: 72249 >Category: ports >Synopsis: [MAINTAINER] palm/synce-gnomevfs: update to 0.9.0 >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: Sat Oct 02 07:10:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sam Lawrance >Release: FreeBSD 5.3-BETA5 i386 >Organization: >Environment: System: FreeBSD dirk.no.domain 5.3-BETA5 FreeBSD 5.3-BETA5 #0: Thu Sep 23 17:02:48 EST 2004 >Description: - Update to 0.9.0 >How-To-Repeat: >Fix: --- synce-gnomevfs-0.9.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-gnomevfs/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 9 Jul 2004 17:42:44 -0000 1.5 +++ Makefile 2 Oct 2004 06:40:56 -0000 @@ -5,8 +5,7 @@ # $FreeBSD: ports/palm/synce-gnomevfs/Makefile,v 1.5 2004/07/09 17:42:44 marcus Exp $ PORTNAME= synce-gnomevfs -PORTVERSION= 0.8 -PORTREVISION= 2 +PORTVERSION= 0.9.0 CATEGORIES= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce @@ -14,12 +13,14 @@ MAINTAINER= boris@brooknet.com.au COMMENT= Gnome VFS module for WinCE devices -LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 +LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 \ + synce.0:${PORTSDIR}/palm/synce-libsynce USE_GNOME= gnomeprefix gnometarget gnomevfs2 USE_X_PREFIX= yes USE_INC_LIBTOOL_VER=13 -CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} +CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \ + --with-libsynce=${LOCALBASE} INSTALLS_SHLIB= yes Index: distinfo =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-gnomevfs/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 18 Mar 2004 02:52:45 -0000 1.2 +++ distinfo 10 Sep 2004 01:38:05 -0000 @@ -1,2 +1,2 @@ -MD5 (synce-gnomevfs-0.8.tar.gz) = 1a85feb769215ee6f6c7da4a094d5382 -SIZE (synce-gnomevfs-0.8.tar.gz) = 253349 +MD5 (synce-gnomevfs-0.9.0.tar.gz) = 1fa8d653297331479edcd5d983a0f75e +SIZE (synce-gnomevfs-0.9.0.tar.gz) = 303885 Index: pkg-plist =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-gnomevfs/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 16 Dec 2003 19:59:49 -0000 1.1 +++ pkg-plist 2 Oct 2004 06:41:02 -0000 @@ -1,4 +1,7 @@ +bin/synce-in-computer-folder etc/gnome-vfs-2.0/modules/synce-module.conf +share/gnome/pixmaps/synce/synce-color.png +share/gnome/synce/synce-in-computer-folder.sh lib/gnome-vfs-2.0/modules/libsyncevfs.a lib/gnome-vfs-2.0/modules/libsyncevfs.la lib/gnome-vfs-2.0/modules/libsyncevfs.so --- synce-gnomevfs-0.9.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: