mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Update to 1.7.1
- Remove obsolete MAKE_JOBS_SAFE (default now)
This commit is contained in:
parent
0f645434e2
commit
78619a3b30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324327
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user