Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2015 15:17:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397834 - in head/net/hupnp: . files
Message-ID:  <201509251517.t8PFHwQ5093057@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 25 15:17:57 2015
New Revision: 397834
URL: https://svnweb.freebsd.org/changeset/ports/397834

Log:
  - Add LICENSE
  - Regenerate patches with `make makepatch`

Modified:
  head/net/hupnp/Makefile
  head/net/hupnp/files/patch-hmulticast_socket.cpp
  head/net/hupnp/files/patch-hupnp__src__devicehosting__devicehost__hpresence_announcer_p.h

Modified: head/net/hupnp/Makefile
==============================================================================
--- head/net/hupnp/Makefile	Fri Sep 25 15:17:54 2015	(r397833)
+++ head/net/hupnp/Makefile	Fri Sep 25 15:17:57 2015	(r397834)
@@ -11,6 +11,9 @@ DISTNAME=	herqq-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Library for building UPnP devices and control points
 
+LICENSE=	LGPL3 # or later
+LICENSE_FILE=	${WRKSRC}/hupnp/LICENSE_LGPLv3.txt
+
 USES=		gmake qmake zip
 USE_QT4=	corelib network xml dbus gui \
 		moc_build rcc_build uic_build

Modified: head/net/hupnp/files/patch-hmulticast_socket.cpp
==============================================================================
--- head/net/hupnp/files/patch-hmulticast_socket.cpp	Fri Sep 25 15:17:54 2015	(r397833)
+++ head/net/hupnp/files/patch-hmulticast_socket.cpp	Fri Sep 25 15:17:57 2015	(r397834)
@@ -1,5 +1,5 @@
---- ./hupnp/src/socket/hmulticast_socket.cpp.orig	2011-03-28 00:42:32.000000000 +0300
-+++ ./hupnp/src/socket/hmulticast_socket.cpp	2013-09-10 00:35:26.000000000 +0300
+--- hupnp/src/socket/hmulticast_socket.cpp.orig	2011-03-27 20:42:32 UTC
++++ hupnp/src/socket/hmulticast_socket.cpp
 @@ -26,7 +26,10 @@
  #include <winsock2.h>
  #include <ws2tcpip.h>

Modified: head/net/hupnp/files/patch-hupnp__src__devicehosting__devicehost__hpresence_announcer_p.h
==============================================================================
--- head/net/hupnp/files/patch-hupnp__src__devicehosting__devicehost__hpresence_announcer_p.h	Fri Sep 25 15:17:54 2015	(r397833)
+++ head/net/hupnp/files/patch-hupnp__src__devicehosting__devicehost__hpresence_announcer_p.h	Fri Sep 25 15:17:57 2015	(r397834)
@@ -1,5 +1,5 @@
---- ./hupnp/src/devicehosting/devicehost/hpresence_announcer_p.h.orig	2012-01-24 10:41:39.103825710 +0100
-+++ ./hupnp/src/devicehosting/devicehost/hpresence_announcer_p.h	2012-01-24 10:42:13.739148738 +0100
+--- hupnp/src/devicehosting/devicehost/hpresence_announcer_p.h.orig	2011-03-27 20:42:32 UTC
++++ hupnp/src/devicehosting/devicehost/hpresence_announcer_p.h
 @@ -31,6 +31,7 @@
  //
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509251517.t8PFHwQ5093057>