On Sat, 27 Apr 2019 14:29:24 +0200, Klemens Nanni wrote:
> Cope with newer libupnpp and update to the next release:
> 
> - Minuscule source changes mostly dealing with building and documentation
> 
> Tested on amd64; regress is missing so set NO_TEST.
> 
> Feedback? OK?

OK for both.

> Index: multimedia/upplay/Makefile
> ===================================================================
> RCS file: /cvs/ports/multimedia/upplay/Makefile,v
> retrieving revision 1.2
> diff -u -p -r1.2 Makefile
> --- multimedia/upplay/Makefile        8 Mar 2019 20:00:50 -0000       1.2
> +++ multimedia/upplay/Makefile        27 Apr 2019 12:26:40 -0000
> @@ -2,8 +2,7 @@
>  
>  COMMENT =            UPnP audio control point
>  
> -DISTNAME =           upplay-1.3.1
> -REVISION =           0
> +DISTNAME =           upplay-1.3.3
>  
>  CATEGORIES =         multimedia net
>  
> @@ -20,13 +19,16 @@ WANTLIB += m upnpp
>  
>  MASTER_SITES =               https://www.lesbonscomptes.com/upplay/downloads/
>  
> +# C++11
> +COMPILER =           base-clang ports-gcc
> +
>  USE_WXNEEDED =               Yes
>  MODULES =            devel/qmake \
>                       x11/qt5
>  RUN_DEPENDS =                devel/desktop-file-utils \
>                       x11/gtk+3,-guic
>  LIB_DEPENDS =                devel/jsoncpp \
> -                     net/libupnpp \
> +                     net/libupnpp>=0.17.1 \
>                       x11/qt5/qtscript \
>                       x11/qt5/qtwebkit
>  
> Index: multimedia/upplay/distinfo
> ===================================================================
> RCS file: /cvs/ports/multimedia/upplay/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 distinfo
> --- multimedia/upplay/distinfo        4 Jan 2019 14:44:11 -0000       1.1.1.1
> +++ multimedia/upplay/distinfo        27 Apr 2019 12:22:31 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (upplay-1.3.1.tar.gz) = 8x7wsMWY1hD+wi6k8JYDby3exg2HUmLtmNK+kPfoAyg=
> -SIZE (upplay-1.3.1.tar.gz) = 981432
> +SHA256 (upplay-1.3.3.tar.gz) = 8JbxpSGhP7ujRmw1IsK2fo41hRlrPv+rClzWQves73I=
> +SIZE (upplay-1.3.3.tar.gz) = 983311
> Index: multimedia/upplay/patches/patch-upplay_pro
> ===================================================================
> RCS file: /cvs/ports/multimedia/upplay/patches/patch-upplay_pro,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 patch-upplay_pro
> --- multimedia/upplay/patches/patch-upplay_pro        4 Jan 2019 14:44:11 
> -0000       1.1.1.1
> +++ multimedia/upplay/patches/patch-upplay_pro        22 Apr 2019 20:16:32 
> -0000
> @@ -3,7 +3,7 @@ $OpenBSD: patch-upplay_pro,v 1.1.1.1 201
>  Index: upplay.pro
>  --- upplay.pro.orig
>  +++ upplay.pro
> -@@ -173,7 +173,7 @@ unix {
> +@@ -174,7 +174,7 @@ unix {
>     }
>     message("Prefix is $$PREFIX")
>     DEFINES += PREFIX=\\\"$$PREFIX\\\" 
> 

Reply via email to