svn commit: r313682 - in head/comms/openobex: . files
Guido Falsi
madpilot at FreeBSD.org
Sat Mar 9 00:39:45 UTC 2013
Author: madpilot
Date: Sat Mar 9 00:39:43 2013
New Revision: 313682
URL: http://svnweb.freebsd.org/changeset/ports/313682
Log:
- Update to 1.7
- Add DOXYGEN option, disabled by default to keep the port slim
- Remove check unsupported FreeBSD versions
- Change tab to space in WWW line
Added:
head/comms/openobex/files/patch-CMakeLists.txt (contents, props changed)
Deleted:
head/comms/openobex/files/extra-patch-configure
Modified:
head/comms/openobex/Makefile
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/openobex/Makefile
==============================================================================
--- head/comms/openobex/Makefile Fri Mar 8 23:16:57 2013 (r313681)
+++ head/comms/openobex/Makefile Sat Mar 9 00:39:43 2013 (r313682)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= openobex
-PORTVERSION= 1.6
+PORTVERSION= 1.7
CATEGORIES= comms net
MASTER_SITES= http://www.hendrik-sattler.de/downloads/${PORTNAME}/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
@@ -9,28 +9,22 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-Sou
MAINTAINER= madpilot at FreeBSD.org
COMMENT= Open source implementation of the OBEX protocol
-USE_GMAKE= yes
+USE_CMAKE= yes
USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
USE_GNOME= gnomehack
MAKE_JOBS_SAFE= yes
+USE_DOS2UNIX= CMakeLists.txt
+CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig"
-OPTIONS_DEFINE= USB
-
-USB_DESC= Enable OBEX over USB
+OPTIONS_DEFINE= DOXYGEN
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MUSB}
-. if ${OSVERSION} < 800069
-LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb
-CFLAGS+= -I${PREFIX}/include
-. else
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure
-. endif
-CONFIGURE_ARGS+=--enable-usb
+.if ${PORT_OPTIONS:MDOXYGEN}
+BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
+PORTDOCS= *
.else
-CONFIGURE_ARGS+=--disable-usb
+CMAKE_ARGS+= -DBUILD_DOCUMENTATION=OFF
.endif
.include <bsd.port.mk>
Modified: head/comms/openobex/distinfo
==============================================================================
--- head/comms/openobex/distinfo Fri Mar 8 23:16:57 2013 (r313681)
+++ head/comms/openobex/distinfo Sat Mar 9 00:39:43 2013 (r313682)
@@ -1,2 +1,2 @@
-SHA256 (openobex-1.6-Source.tar.gz) = 3dde9deaba9881c45da3dfea69765fdfaec9e1e0e2114bf0add997a688c615f8
-SIZE (openobex-1.6-Source.tar.gz) = 712415
+SHA256 (openobex-1.7-Source.tar.gz) = 48180469b85c9101ec17e55c9d9f28fafae0a44d5fe6b75c0be26964c5e19cdb
+SIZE (openobex-1.7-Source.tar.gz) = 130372
Added: head/comms/openobex/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/openobex/files/patch-CMakeLists.txt Sat Mar 9 00:39:43 2013 (r313682)
@@ -0,0 +1,10 @@
+--- CMakeLists.txt.orig 2013-03-06 15:11:39.233082623 +0100
++++ CMakeLists.txt 2013-03-06 15:12:33.951078962 +0100
+@@ -1,6 +1,6 @@
+ cmake_minimum_required ( VERSION 2.8.5 FATAL_ERROR )
+
+-project ( openobex C )
++project ( openobex C CXX )
+
+ #
+ # The project version
Modified: head/comms/openobex/pkg-descr
==============================================================================
--- head/comms/openobex/pkg-descr Fri Mar 8 23:16:57 2013 (r313681)
+++ head/comms/openobex/pkg-descr Sat Mar 9 00:39:43 2013 (r313682)
@@ -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://gitorious.org/openobex/pages/Home
+WWW: http://gitorious.org/openobex/pages/Home
Modified: head/comms/openobex/pkg-plist
==============================================================================
--- head/comms/openobex/pkg-plist Fri Mar 8 23:16:57 2013 (r313681)
+++ head/comms/openobex/pkg-plist Sat Mar 9 00:39:43 2013 (r313682)
@@ -1,8 +1,14 @@
include/openobex/obex.h
include/openobex/obex_const.h
-lib/libopenobex.so.2
-lib/libopenobex.a
-lib/libopenobex.la
+include/openobex/version.h
+lib/cmake/OpenObex-1.7/openobex-target-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/OpenObex-1.7/openobex-config-version.cmake
+lib/cmake/OpenObex-1.7/openobex-target.cmake
+lib/cmake/OpenObex-1.7/openobex-config.cmake
lib/libopenobex.so
+lib/libopenobex.so.1.7
+lib/libopenobex.so.2
libdata/pkgconfig/openobex.pc
@dirrm include/openobex
+ at dirrm lib/cmake/OpenObex-1.7
+ at dirrmtry lib/cmake
More information about the svn-ports-all
mailing list