svn commit: r397834 - in head/net/hupnp: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 25 15:17:59 UTC 2015


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 at 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 @@
  //
  


More information about the svn-ports-all mailing list