From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 28 17:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C9E1E880 for ; Tue, 28 May 2013 17:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B03F3978 for ; Tue, 28 May 2013 17:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4SHA0YL084795 for ; Tue, 28 May 2013 17:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4SHA00w084793; Tue, 28 May 2013 17:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 28 May 2013 17:10:00 GMT Resent-Message-Id: <201305281710.r4SHA00w084793@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, Danilo Egea Gondolfo Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E921673F for ; Tue, 28 May 2013 17:04:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id C0B15940 for ; Tue, 28 May 2013 17:04:32 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4SH4WEQ025187 for ; Tue, 28 May 2013 17:04:32 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4SH4Wf8025180; Tue, 28 May 2013 17:04:32 GMT (envelope-from nobody) Message-Id: <201305281704.r4SH4Wf8025180@oldred.FreeBSD.org> Date: Tue, 28 May 2013 17:04:32 GMT From: Danilo Egea Gondolfo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179053: [repocopy] deskutils/msynctool-devel rename to deskutils/osynctool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 May 2013 17:10:00 -0000 >Number: 179053 >Category: ports >Synopsis: [repocopy] deskutils/msynctool-devel rename to deskutils/osynctool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 28 17:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egea Gondolfo >Release: FreeBSD 9.1-STABLE >Organization: Universidade Estadual de Maringá >Environment: FreeBSD projeto 9.1-STABLE FreeBSD 9.1-STABLE #4 r250700: Thu May 16 13:48:11 BRT 2013 root@projeto:/usr/obj/usr/src.stable/sys/PROJETO amd64 >Description: msynctool was renamed to osynctool on version 0.39. The last release of msynctool-devel (0.38) don't build with the last version of libopensync (0.39). Changes - Renamed deskutils/msynctool-devel to deskutils/osynctool; - Updated from 0.38 to 0.39; - BROKEN removed; - Take maintainership. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # osynctool # osynctool/pkg-descr # osynctool/Makefile # osynctool/distinfo # echo c - osynctool mkdir -p osynctool > /dev/null 2>&1 echo x - osynctool/pkg-descr sed 's/^X//' >osynctool/pkg-descr << '4dafa81e30613c5c97d1b98e5adc4ba1' XA command line client for the OpenSync framework. X XWWW: http://www.opensync.org/ 4dafa81e30613c5c97d1b98e5adc4ba1 echo x - osynctool/Makefile sed 's/^X//' >osynctool/Makefile << 'e63c3662480bd636303a8389041e05f7' X# Created by: Alexander Logvinov X# $FreeBSD$ X XPORTNAME= osynctool XPORTVERSION= 0.39 XCATEGORIES= deskutils XMASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ X XMAINTAINER= danilogondolfo@gmail.com XCOMMENT= Command line client for the OpenSync framework X XLIB_DEPENDS= opensync:${PORTSDIR}/devel/libopensync X XCONFLICTS= msynctool-0.2* X XUSE_BZIP2= yes XUSES= cmake:outsource pkgconfig X XPLIST_FILES= bin/${PORTNAME} \ X etc/bash_completion.d/${PORTNAME}.sh XPLIST_DIRSTRY= etc/bash_completion.d X X.include e63c3662480bd636303a8389041e05f7 echo x - osynctool/distinfo sed 's/^X//' >osynctool/distinfo << 'cdd783d13057fc39993c40b7e63758e5' XSHA256 (osynctool-0.39.tar.bz2) = 9690bc7720fadd1517c56f04b480d99c87304a43dc6e04b89bf1f59bb7e6764d XSIZE (osynctool-0.39.tar.bz2) = 55850 cdd783d13057fc39993c40b7e63758e5 exit >Release-Note: >Audit-Trail: >Unformatted: