Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Jul 2008 17:38:22 +0400 (MSD)
From:      Bakulin Ilya <webmaster@kibab.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125437: [patch] palm/synce-librapi2: take maintainership and update to latest
Message-ID:  <20080709133822.E16142324C@kibab.ht-systems.ru>
Resent-Message-ID: <200807091340.m69De4S6035953@freefall.freebsd.org>

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

>Number:         125437
>Category:       ports
>Synopsis:       [patch] palm/synce-librapi2: 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:   Wed Jul 09 13:40:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Bakulin Ilya
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD kibab.ht-systems.ru 7.0-STABLE FreeBSD 7.0-STABLE #3: Sun Jun 8 14:07:01 MSD 2008 root@kibab.ht-systems.ru:/usr/_OBJDIR/usr/src/sys/KIBAB_WORK i386


	
>Description:
	Take maintainership on palm/synce-librapi2 port; update it to latest available version.
>How-To-Repeat:
	
>Fix:

	

--- synce-librapi2.diff begins here ---
diff -ur /home/kibab/ports/synce-librapi2/Makefile /home/kibab/ports-dev/synce-librapi2/Makefile
--- /home/kibab/ports/synce-librapi2/Makefile	2007-07-23 13:36:23.000000000 +0400
+++ /home/kibab/ports-dev/synce-librapi2/Makefile	2008-06-19 15:33:08.000000000 +0400
@@ -4,35 +4,46 @@
 #
 # $FreeBSD: ports/palm/synce-librapi2/Makefile,v 1.20 2007/07/23 09:36:23 rafan Exp $
 
-PORTNAME=	synce-librapi2
-PORTVERSION=	0.9.3
+PORTNAME=	librapi2
+PORTVERSION=	0.11.1
 CATEGORIES=	palm
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	synce
-DISTNAME=	synce-librapi-${PORTVERSION}
+PKGNAMEPREFIX?=	synce-
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Utilities/libraries to make RAPI calls on WinCE devices
+MAINTAINER=	webmaster@kibab.com
+COMMENT?=	Utilities/libraries to make RAPI calls on WinCE devices
 
-BUILD_DEPENDS+=	pkg-config:${PORTSDIR}/devel/pkg-config
 LIB_DEPENDS+=	synce.0:${PORTSDIR}/palm/synce-libsynce
 
-ONLY_FOR_ARCHS=	i386 amd64
-
-MAN1=		pcp.1 pls.1 pmkdir.1 pmv.1 prm.1 prmdir.1 prun.1 pstatus.1 rapiconfig.1 synce-install-cab.1 synce-remove-program.1 synce-list-programs.1
-
 GNU_CONFIGURE=	yes
+USE_AUTOTOOLS=	libtool:15
 USE_ICONV=	yes
-WRKSRC=		${WRKDIR}/librapi-${PORTVERSION}
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS+=	--with-libiconv=${LOCALBASE} \
-			--with-libsynce=${LOCALBASE}
-
+USE_GNOME=	gnomehack gnometarget
 USE_LDCONFIG=	yes
+CONFIGURE_ARGS=	--with-libiconv="${LOCALBASE}" \
+			--with-libsynce="${LOCALBASE}"
+
+.include <bsd.port.pre.mk>
+
+.if defined(RAPI_SLAVE) && ${RAPI_SLAVE} == "pythonb"
+CONFIGURE_ARGS+=	--enable-python-bindings
+.else
+CONFIGURE_ARGS+=	--disable-python-bindings
+
+MAN1=		pcp.1 pkillall.1 pls.1 pmkdir.1 \
+		pmv.1 prm.1 prmdir.1 prun.1 \
+		psettime.1 pshortcut.1 pstatus.1 \
+		rapiconfig.1 synce-install-cab.1 \
+		synce-list-programs.1 synce-registry.1 \
+		synce-remove-program.1
+MAN3=		rapi_connection_from_name.3
 
 post-patch:
 .for f in synce-install-cab.in synce-remove-program.in
-	@${REINPLACE_CMD} -e 's+bin/bash+bin/sh+' ${WRKSRC}/script/${f}
+	@${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/script/${f}
 .endfor
 
-.include <bsd.port.mk>
+.endif
+
+.include <bsd.port.post.mk>
diff -ur /home/kibab/ports/synce-librapi2/distinfo /home/kibab/ports-dev/synce-librapi2/distinfo
--- /home/kibab/ports/synce-librapi2/distinfo	2007-01-26 03:46:00.000000000 +0300
+++ /home/kibab/ports-dev/synce-librapi2/distinfo	2008-05-20 03:15:01.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (synce-librapi-0.9.3.tar.gz) = 1dcb43bbbb43688839c3b19de77b7b4e
-SHA256 (synce-librapi-0.9.3.tar.gz) = 9e0b68fea0592a7cf8379676c389b6bace796a291f24ac21744e5977c6081f45
-SIZE (synce-librapi-0.9.3.tar.gz) = 425329
+MD5 (librapi2-0.11.1.tar.gz) = 577f3a0e338c6a0e664ff40d9c3c8411
+SHA256 (librapi2-0.11.1.tar.gz) = 34c34befd0d462729115bd35df89e3492befc8d2db8e7f2e1f5719c181ebaaaa
+SIZE (librapi2-0.11.1.tar.gz) = 481948
Only in /home/kibab/ports/synce-librapi2: files
diff -ur /home/kibab/ports/synce-librapi2/pkg-plist /home/kibab/ports-dev/synce-librapi2/pkg-plist
--- /home/kibab/ports/synce-librapi2/pkg-plist	2007-01-27 20:37:06.000000000 +0300
+++ /home/kibab/ports-dev/synce-librapi2/pkg-plist	2008-06-19 14:29:21.000000000 +0400
@@ -6,8 +6,8 @@
 bin/prm
 bin/prmdir
 bin/prun
-bin/pshortcut
 bin/psettime
+bin/pshortcut
 bin/pstatus
 bin/rapiconfig
 bin/synce-install-cab
--- synce-librapi2.diff ends here ---


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



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