svn commit: r496294 - head/astro/gpsbabel

Tijl Coosemans tijl at FreeBSD.org
Tue Mar 19 21:11:14 UTC 2019


On Tue, 19 Mar 2019 20:45:44 +0000 (UTC) Tilman Keskinoz
<arved at FreeBSD.org> wrote:
> Author: arved
> Date: Tue Mar 19 20:45:44 2019
> New Revision: 496294
> URL: https://svnweb.freebsd.org/changeset/ports/496294
> 
> Log:
>   Fix build after QT4 removal
>   
>   PR:		235919
>   Submitted by:	maintainer
>   Reported by:	Miroslav Lachman
> 
> Modified:
>   head/astro/gpsbabel/Makefile
> 
> Modified: head/astro/gpsbabel/Makefile
> ==============================================================================
> --- head/astro/gpsbabel/Makefile	Tue Mar 19 20:29:13 2019	(r496293)
> +++ head/astro/gpsbabel/Makefile	Tue Mar 19 20:45:44 2019	(r496294)
> @@ -4,7 +4,7 @@
>  PORTNAME=	gpsbabel
>  DISTVERSIONPREFIX=	${PORTNAME}_
>  DISTVERSION=	1_5_4
> -PORTREVISION=	2
> +PORTREVISION=	3
>  CATEGORIES=	astro geography
>  
>  MAINTAINER=	dev2 at heesakkers.info
> @@ -31,7 +31,7 @@ OPTIONS_SUB=	yes
>  GUI_ALL_TARGET=	gui
>  GUI_USES=	qt:5 qt:5

This double qt:5 seems like an error too.


More information about the svn-ports-all mailing list