Date: Tue, 6 Aug 2013 23:46:04 +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: r324327 - head/comms/openobex Message-ID: <201308062346.r76Nk4Mc015284@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Tue Aug 6 23:46:04 2013 New Revision: 324327 URL: http://svnweb.freebsd.org/changeset/ports/324327 Log: - Update to 1.7.1 - Remove obsolete MAKE_JOBS_SAFE (default now) Modified: head/comms/openobex/Makefile head/comms/openobex/distinfo head/comms/openobex/pkg-plist Modified: head/comms/openobex/Makefile ============================================================================== --- head/comms/openobex/Makefile Tue Aug 6 23:40:07 2013 (r324326) +++ head/comms/openobex/Makefile Tue Aug 6 23:46:04 2013 (r324327) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= openobex -PORTVERSION= 1.7 -PORTREVISION= 3 +PORTVERSION= 1.7.1 CATEGORIES= comms net MASTER_SITES= http://www.hendrik-sattler.de/downloads/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-Source @@ -12,7 +11,6 @@ COMMENT= Open source implementation of t USE_LDCONFIG= yes USES= pathfix cmake -MAKE_JOBS_SAFE= yes USE_DOS2UNIX= CMakeLists.txt CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig" Modified: head/comms/openobex/distinfo ============================================================================== --- head/comms/openobex/distinfo Tue Aug 6 23:40:07 2013 (r324326) +++ head/comms/openobex/distinfo Tue Aug 6 23:46:04 2013 (r324327) @@ -1,2 +1,2 @@ -SHA256 (openobex-1.7-Source.tar.gz) = 48180469b85c9101ec17e55c9d9f28fafae0a44d5fe6b75c0be26964c5e19cdb -SIZE (openobex-1.7-Source.tar.gz) = 130372 +SHA256 (openobex-1.7.1-Source.tar.gz) = 3b264665d90901ea4ff720332ffb9b6d1d8f67187463d3a3279caddc7205ea57 +SIZE (openobex-1.7.1-Source.tar.gz) = 131091 Modified: head/comms/openobex/pkg-plist ============================================================================== --- head/comms/openobex/pkg-plist Tue Aug 6 23:40:07 2013 (r324326) +++ head/comms/openobex/pkg-plist Tue Aug 6 23:46:04 2013 (r324327) @@ -1,12 +1,12 @@ include/openobex/obex.h include/openobex/obex_const.h 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/cmake/OpenObex-1.7.1/openobex-target-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/OpenObex-1.7.1/openobex-config-version.cmake +lib/cmake/OpenObex-1.7.1/openobex-target.cmake +lib/cmake/OpenObex-1.7.1/openobex-config.cmake lib/libopenobex.so -lib/libopenobex.so.1.7 +lib/libopenobex.so.1.7.1 lib/libopenobex.so.2 libdata/pkgconfig/openobex.pc %%DOXYGEN%%%%DOCSDIR%%/html/annotated.html @@ -75,5 +75,5 @@ libdata/pkgconfig/openobex.pc %%DOXYGEN%%@dirrm %%DOCSDIR%%/html %%DOXYGEN%%@dirrm %%DOCSDIR%% @dirrm include/openobex -@dirrm lib/cmake/OpenObex-1.7 +@dirrm lib/cmake/OpenObex-1.7.1 @dirrmtry lib/cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308062346.r76Nk4Mc015284>