ports/125979: [patch] palm/synce-serial: take maintainership and update to latest
Alexander Logvinov
ports at logvinov.com
Sat Jul 26 11:50:02 UTC 2008
>Number: 125979
>Category: ports
>Synopsis: [patch] palm/synce-serial: take maintainership and update to latest
>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: Sat Jul 26 11:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Alexander Logvinov
>Release: FreeBSD 6.3-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
Take maintainership.
Update to 0.11.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/palm/synce-serial/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile 29 Oct 2005 04:25:00 -0000 1.9
+++ Makefile 26 Jul 2008 11:41:13 -0000
@@ -5,17 +5,22 @@
# $FreeBSD: ports/palm/synce-serial/Makefile,v 1.9 2005/10/29 04:25:00 lawrance Exp $
PORTNAME= synce-serial
-PORTVERSION= 0.9.1
+PORTVERSION= 0.11
CATEGORIES= palm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= synce
-MAINTAINER= ports at FreeBSD.org
-COMMENT= Wrapper for pppd to initiate communications with WinCE devices
+MAINTAINER= ports at logvinov.com
+COMMENT= Wrapper for pppd to initiate communications with Windows Mobile devices
-MAN8= synce-serial-config.8 synce-serial-start.8 synce-serial-abort.8
+RUN_DEPENDS= vdccm:${PORTSDIR}/palm/synce-vdccm
+
+CONFLICTS= synce-hal-[0-9]*
+
+MAN8= ${PORTNAME}-config.8 ${PORTNAME}-start.8 \
+ ${PORTNAME}-abort.8 ${PORTNAME}-chat.8
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GNOME= gnometarget
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/palm/synce-serial/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo 25 Nov 2005 17:09:21 -0000 1.6
+++ distinfo 26 Jul 2008 11:41:13 -0000
@@ -1,3 +1,3 @@
-MD5 (synce-serial-0.9.1.tar.gz) = 77f8879486469118386fb7429ec5a794
-SHA256 (synce-serial-0.9.1.tar.gz) = e7f7fba52e8982e574cb0a4f56917c8426bb98834b1bf3dcd65432aa8e33a8e4
-SIZE (synce-serial-0.9.1.tar.gz) = 286444
+MD5 (synce-serial-0.11.tar.gz) = a83f20eb59c845de192645158d051062
+SHA256 (synce-serial-0.11.tar.gz) = d9b967474807f00aeb9e735b6a858d2d9887dd805448f724b2f28250b55f80d0
+SIZE (synce-serial-0.11.tar.gz) = 318915
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/palm/synce-serial/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr 1 Aug 2003 13:58:54 -0000 1.1
+++ pkg-descr 26 Jul 2008 11:41:13 -0000
@@ -1,6 +1,7 @@
-SynCE is a project for connecting to devices running Windows CE or Pocket PC.
+The purpose of the SynCE project is to provide a means of communication with
+a Windows Mobile device from a computer using USB or Bluetooth.
Synce-serial is a set of wrappers around pppd to initiate communications
-with a Windows CE device. Once a connection is established, synce-dccm is
+with a Windows Mobile device. Once a connection is established, synce-vdccm is
able to accept connections.
-WWW: http://synce.sourceforge.net/
+WWW: http://www.synce.org/moin/
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/palm/synce-serial/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist 28 Aug 2003 08:24:43 -0000 1.2
+++ pkg-plist 26 Jul 2008 11:41:13 -0000
@@ -1,6 +1,14 @@
-bin/synce-serial-abort
-bin/synce-serial-chat
-bin/synce-serial-config
-bin/synce-serial-start
+sbin/synce-serial-abort
+sbin/synce-serial-abort-device
+sbin/synce-serial-config
+sbin/synce-serial-hotplug
+sbin/synce-serial-start
+sbin/synce-serial-start-device
+sbin/synce-serial-udev-add
+sbin/synce-serial-udev-remove
+libexec/synce-serial-chat
share/synce/synce-serial-common
- at dirrm share/synce
+share/synce/synce-serial.conf
+share/synce/synce-udev.rules
+share/synce/synce.usermap
+ at dirrmtry share/synce
Index: files/patch-aa
===================================================================
RCS file: files/patch-aa
diff -N files/patch-aa
--- files/patch-aa 28 Aug 2003 08:24:44 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- script/synce-serial-config.in.orig Sun Jun 22 21:18:29 2003
-+++ script/synce-serial-config.in Thu Aug 28 09:52:31 2003
-@@ -142,7 +142,7 @@
- ${IP_ADDRESSES}
- ms-dns ${DNS_SERVER}
- crtscts
--linkname ${PEER}" >${PEER_FILE}
-+" >${PEER_FILE}
- #lcp-echo-failure 2
- #lcp-echo-interval 2
-
Index: files/patch-script_synce-serial-start-device.in
===================================================================
RCS file: files/patch-script_synce-serial-start-device.in
diff -N files/patch-script_synce-serial-start-device.in
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ files/patch-script_synce-serial-start-device.in 26 Jul 2008 11:41:13 -0000
@@ -0,0 +1,8 @@
+--- script/synce-serial-start-device.in.orig 2008-06-21 07:53:36.000000000 +1000
++++ script/synce-serial-start-device.in 2008-06-21 07:53:45.000000000 +1000
+@@ -23,4 +23,4 @@
+ synce-serial-abort-device >/dev/null 2>&1
+
+ # Now bring up the connection
+-${SYNCE_PPP:-$PPPD} ${SYNCE_DEV} ${SYNCE_DEVSPEED:-115200} connect ${SYNCE_PPP_CONNECT:- at SYNCE_SERIAL_CHAT@} ${SYNCE_IPADDR:-$DEFAULT_IPS} ms-dns ${SYNCE_DNS:-$DEFAULT_LOCAL_IP} linkname ${SYNCE_DEVNAME:-$PEER} $pppopts $SYNCE_PPP_OPTIONS
++${SYNCE_PPP:-$PPPD} ${SYNCE_DEV} ${SYNCE_DEVSPEED:-115200} connect ${SYNCE_PPP_CONNECT:- at SYNCE_SERIAL_CHAT@} ${SYNCE_IPADDR:-$DEFAULT_IPS} ms-dns ${SYNCE_DNS:-$DEFAULT_LOCAL_IP} $pppopts $SYNCE_PPP_OPTIONS
Index: files/patch-script_synce-serial-start.in
===================================================================
RCS file: files/patch-script_synce-serial-start.in
diff -N files/patch-script_synce-serial-start.in
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ files/patch-script_synce-serial-start.in 26 Jul 2008 11:41:13 -0000
@@ -0,0 +1,23 @@
+--- script/synce-serial-start.in.orig 2008-06-21 15:23:30.000000000 +1000
++++ script/synce-serial-start.in 2008-06-21 15:24:01.000000000 +1000
+@@ -118,16 +118,16 @@
+ fi
+
+ #
+-# See if dccm is running
++# See if vdccm is running
+ #
+
+ PGREP=`which pgrep`
+ if [ "$PGREP" ]; then
+- $PGREP dccm >/dev/null || echo "
++ $PGREP vdccm >/dev/null || echo "
+ Warning!
+
+-${THIS} cannot find the dccm process.
+-Without dccm your PPP connection will soon terminate!
++${THIS} cannot find the vdccm process.
++Without vdccm your PPP connection will soon terminate!
+ " >&2
+ fi
+
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list