From owner-svn-ports-head@FreeBSD.ORG Tue Aug 6 23:46:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 465AB381; Tue, 6 Aug 2013 23:46:05 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1931D2B0C; Tue, 6 Aug 2013 23:46:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r76Nk4kY015288; Tue, 6 Aug 2013 23:46:04 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r76Nk4Mc015284; Tue, 6 Aug 2013 23:46:04 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201308062346.r76Nk4Mc015284@svn.freebsd.org> From: Guido Falsi Date: Tue, 6 Aug 2013 23:46:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324327 - head/comms/openobex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Aug 2013 23:46:05 -0000 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