diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-08-07 07:46:04 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-08-07 07:46:04 +0800 |
commit | bbba872f87cec6edd25cf5cc9010880f8c9aef5a (patch) | |
tree | f3f6d9bbc73801a326e36f87df478cc4b4bca7bd /comms | |
parent | 4846268735a4ae28b6f0d3d57ccc4b612e663c01 (diff) | |
download | freebsd-ports-gnome-bbba872f87cec6edd25cf5cc9010880f8c9aef5a.tar.gz freebsd-ports-gnome-bbba872f87cec6edd25cf5cc9010880f8c9aef5a.tar.zst freebsd-ports-gnome-bbba872f87cec6edd25cf5cc9010880f8c9aef5a.zip |
- Update to 1.7.1
- Remove obsolete MAKE_JOBS_SAFE (default now)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/openobex/Makefile | 4 | ||||
-rw-r--r-- | comms/openobex/distinfo | 4 | ||||
-rw-r--r-- | comms/openobex/pkg-plist | 12 |
3 files changed, 9 insertions, 11 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index cbe72cf8ee56..9ef342ebda48 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -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 the OBEX protocol USE_LDCONFIG= yes USES= pathfix cmake -MAKE_JOBS_SAFE= yes USE_DOS2UNIX= CMakeLists.txt CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig" diff --git a/comms/openobex/distinfo b/comms/openobex/distinfo index cc00674f8ad4..66bcf090ce1e 100644 --- a/comms/openobex/distinfo +++ b/comms/openobex/distinfo @@ -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 diff --git a/comms/openobex/pkg-plist b/comms/openobex/pkg-plist index 48b7e8811465..5c367141048a 100644 --- a/comms/openobex/pkg-plist +++ b/comms/openobex/pkg-plist @@ -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 |