Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Dec 2012 07:57:32 +0000
From:      Max Brazhnikov <makc@freebsd.org>
To:        Jason Helfman <jgh@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r308924 - head/print/qpdfview
Message-ID:  <201212150757.33510.makc@freebsd.org>
In-Reply-To: <201212141943.qBEJhaGU036001@svn.freebsd.org>
References:  <201212141943.qBEJhaGU036001@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Jason,

On Fri, 14 Dec 2012 19:43:35 +0000 (UTC)Fri Dec 14 19:43:35 2012, Jason Helfman wrote:
> -PORTVERSION=   0.3.1
> +PORTVERSION=   0.3.7
>  CATEGORIES=    print
> -MASTER_SITES=  https://launchpadlibrarian.net/109087731/
> +MASTER_SITES=  https://launchpadlibrarian.net/125207295/
> +DISTNAME=      ${PORTNAME}-${PORTVERSION}beta1

You should have used DISTVERSION= 0.3.7beta1 here, you wouldn't need to
specify DISTNAME and would get correct 0.3.7.b1 for PORTVERSION automatically.
Unfortunately it can't be fixed now without bumping PORTEPOCH and perhaps should
wait till next update.

>  MAINTAINER=    g.veniamin@googlemail.com
>  COMMENT=       Tabbed PDF viewer using the poppler library
> @@ -18,7 +15,7 @@ LICENSE=      GPLv2
>  LIB_DEPENDS=   poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \
>                 cups:${PORTSDIR}/print/cups-client
>  
> -USE_QT4=       corelib dbus gui moc_build qmake_build svg xml
> +USE_QT4=       corelib dbus gui moc_build qmake_build rcc sql svg xml

Some Qt4 components are used only at build stage, rcc is among them. You can
set _build suffix to avoid run dependence on it.

Max



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