Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2012 17:12:30 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303386 - in head/comms: obexapp openobex openobex/files
Message-ID:  <201208301712.q7UHCUfR082011@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <dru.lavigne@gmail.com>
  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



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