From owner-svn-ports-all@FreeBSD.ORG Thu Aug 30 17:12:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47984106564A; Thu, 30 Aug 2012 17:12:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3107A8FC12; Thu, 30 Aug 2012 17:12:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7UHCVc6082017; Thu, 30 Aug 2012 17:12:31 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7UHCUfR082011; Thu, 30 Aug 2012 17:12:30 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201208301712.q7UHCUfR082011@svn.freebsd.org> From: Guido Falsi Date: Thu, 30 Aug 2012 17:12:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303386 - in head/comms: obexapp openobex openobex/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2012 17:12:31 -0000 Author: madpilot Date: Thu Aug 30 17:12:30 2012 New Revision: 303386 URL: http://svn.freebsd.org/changeset/ports/303386 Log: - Update openobex to 1.6 - Update project home page url - Bump PORTREVISION on obexapp due to shlib version change - While I'm here, remove ABI version numbers from LIB_DEPENDS Requested by: Dru Lavigne Approved by: crees (mentor) Deleted: head/comms/openobex/files/patch-bt head/comms/openobex/files/patch-usb Modified: head/comms/obexapp/Makefile (contents, props changed) head/comms/openobex/Makefile (contents, props changed) head/comms/openobex/distinfo (contents, props changed) head/comms/openobex/pkg-descr (contents, props changed) head/comms/openobex/pkg-plist (contents, props changed) Modified: head/comms/obexapp/Makefile ============================================================================== --- head/comms/obexapp/Makefile Thu Aug 30 17:07:53 2012 (r303385) +++ head/comms/obexapp/Makefile Thu Aug 30 17:12:30 2012 (r303386) @@ -7,6 +7,7 @@ PORTNAME= obexapp PORTVERSION= 1.4.15 +PORTREVISION= 1 CATEGORIES= comms net MASTER_SITES= http://people.freebsd.org/~emax/obexapp/ @@ -14,7 +15,7 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= Obex application to transfer objects to mobile equipment LIB_DEPENDS= openobex:${PORTSDIR}/comms/openobex \ - expat.6:${PORTSDIR}/textproc/expat2 + expat:${PORTSDIR}/textproc/expat2 WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/comms/openobex/Makefile ============================================================================== --- head/comms/openobex/Makefile Thu Aug 30 17:07:53 2012 (r303385) +++ head/comms/openobex/Makefile Thu Aug 30 17:12:30 2012 (r303386) @@ -6,10 +6,10 @@ # PORTNAME= openobex -PORTVERSION= 1.4 +PORTVERSION= 1.6 CATEGORIES= comms net -MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} -MASTER_SITE_SUBDIR= linux/bluetooth +MASTER_SITES= http://www.hendrik-sattler.de/downloads/${PORTNAME}/${PORTVERSION}/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-Source MAINTAINER= madpilot@FreeBSD.org COMMENT= Open source implementation of the OBEX protocol @@ -28,7 +28,7 @@ USB_DESC= Enable OBEX over USB .if ${PORT_OPTIONS:MUSB} . if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb +LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb CFLAGS+= -I${PREFIX}/include . else EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure Modified: head/comms/openobex/distinfo ============================================================================== --- head/comms/openobex/distinfo Thu Aug 30 17:07:53 2012 (r303385) +++ head/comms/openobex/distinfo Thu Aug 30 17:12:30 2012 (r303386) @@ -1,2 +1,2 @@ -SHA256 (openobex-1.4.tar.gz) = 79265309e2320beb03910fccf27fd04aefb18ba47a900947d2de8e88fae05cd8 -SIZE (openobex-1.4.tar.gz) = 393756 +SHA256 (openobex-1.6-Source.tar.gz) = 3dde9deaba9881c45da3dfea69765fdfaec9e1e0e2114bf0add997a688c615f8 +SIZE (openobex-1.6-Source.tar.gz) = 712415 Modified: head/comms/openobex/pkg-descr ============================================================================== --- head/comms/openobex/pkg-descr Thu Aug 30 17:07:53 2012 (r303385) +++ head/comms/openobex/pkg-descr Thu Aug 30 17:12:30 2012 (r303386) @@ -3,4 +3,4 @@ implementation of the Object Exchange (O session protocol and can best be described as a binary HTTP protocol. It's used mainly for Infrared and Bluetooth communication. -WWW: http://www.bluez.org/openobex/ +WWW: http://gitorious.org/openobex/pages/Home Modified: head/comms/openobex/pkg-plist ============================================================================== --- head/comms/openobex/pkg-plist Thu Aug 30 17:07:53 2012 (r303385) +++ head/comms/openobex/pkg-plist Thu Aug 30 17:12:30 2012 (r303386) @@ -1,6 +1,6 @@ include/openobex/obex.h include/openobex/obex_const.h -lib/libopenobex.so.5 +lib/libopenobex.so.2 lib/libopenobex.a lib/libopenobex.la lib/libopenobex.so