svn commit: r425484 - in head/comms/openobex: . files
Guido Falsi
madpilot at FreeBSD.org
Sun Nov 6 11:42:14 UTC 2016
Author: madpilot
Date: Sun Nov 6 11:42:12 2016
New Revision: 425484
URL: https://svnweb.freebsd.org/changeset/ports/425484
Log:
- Update openobex to 1.7.2
- Remove obsolete master site
- Regenrate patches
Deleted:
head/comms/openobex/files/patch-CMakeLists.txt
Modified:
head/comms/openobex/Makefile
head/comms/openobex/distinfo
head/comms/openobex/files/patch-lib_cloexec.h
head/comms/openobex/pkg-plist
Modified: head/comms/openobex/Makefile
==============================================================================
--- head/comms/openobex/Makefile Sun Nov 6 11:35:36 2016 (r425483)
+++ head/comms/openobex/Makefile Sun Nov 6 11:42:12 2016 (r425484)
@@ -1,11 +1,9 @@
# $FreeBSD$
PORTNAME= openobex
-PORTVERSION= 1.7.1
-PORTREVISION= 3
+PORTVERSION= 1.7.2
CATEGORIES= comms net
-MASTER_SITES= SF \
- http://www.hendrik-sattler.de/downloads/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
MAINTAINER= madpilot at FreeBSD.org
Modified: head/comms/openobex/distinfo
==============================================================================
--- head/comms/openobex/distinfo Sun Nov 6 11:35:36 2016 (r425483)
+++ head/comms/openobex/distinfo Sun Nov 6 11:42:12 2016 (r425484)
@@ -1,2 +1,3 @@
-SHA256 (openobex-1.7.1-Source.tar.gz) = 3b264665d90901ea4ff720332ffb9b6d1d8f67187463d3a3279caddc7205ea57
-SIZE (openobex-1.7.1-Source.tar.gz) = 131091
+TIMESTAMP = 1478269747
+SHA256 (openobex-1.7.2-Source.tar.gz) = 158860aaea52f0fce0c8e4b64550daaae06df2689e05834697b7e8c7d73dd4fc
+SIZE (openobex-1.7.2-Source.tar.gz) = 127248
Modified: head/comms/openobex/files/patch-lib_cloexec.h
==============================================================================
--- head/comms/openobex/files/patch-lib_cloexec.h Sun Nov 6 11:35:36 2016 (r425483)
+++ head/comms/openobex/files/patch-lib_cloexec.h Sun Nov 6 11:42:12 2016 (r425484)
@@ -1,5 +1,5 @@
---- lib/cloexec.h.orig 2012-03-26 20:25:19.000000000 +0200
-+++ lib/cloexec.h 2013-05-06 23:36:45.087537539 +0200
+--- lib/cloexec.h.orig 2012-03-26 18:25:19 UTC
++++ lib/cloexec.h
@@ -22,6 +22,7 @@
#ifndef _WIN32
#include <sys/types.h>
@@ -8,7 +8,7 @@
#include <fcntl.h>
static __inline void fcntl_cloexec(socket_t fd)
{
-@@ -55,7 +56,7 @@
+@@ -55,7 +56,7 @@ static __inline int accept4(int s, struc
static __inline socket_t accept_cloexec(socket_t sockfd, struct sockaddr *addr,
socklen_t *addrlen)
{
Modified: head/comms/openobex/pkg-plist
==============================================================================
--- head/comms/openobex/pkg-plist Sun Nov 6 11:35:36 2016 (r425483)
+++ head/comms/openobex/pkg-plist Sun Nov 6 11:42:12 2016 (r425484)
@@ -1,12 +1,12 @@
include/openobex/obex.h
include/openobex/obex_const.h
include/openobex/version.h
-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/cmake/OpenObex-1.7.2/openobex-target-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/OpenObex-1.7.2/openobex-config-version.cmake
+lib/cmake/OpenObex-1.7.2/openobex-target.cmake
+lib/cmake/OpenObex-1.7.2/openobex-config.cmake
lib/libopenobex.so
-lib/libopenobex.so.1.7.1
+lib/libopenobex.so.1.7.2
lib/libopenobex.so.2
libdata/pkgconfig/openobex.pc
%%DOXYGEN%%%%DOCSDIR%%/html/annotated.html
More information about the svn-ports-all
mailing list