[42442] trunk/dports/devel/qscintilla/Portfile
Ryan Schmidt
ryandesign at macports.org
Fri Nov 21 15:01:52 PST 2008
On Nov 21, 2008, at 11:15, ricci at macports.org wrote:
> Revision: 42442
> http://trac.macports.org/changeset/42442
> Author: ricci at macports.org
> Date: 2008-11-21 09:15:40 -0800 (Fri, 21 Nov 2008)
> Log Message:
> -----------
> use distname instead of 'distbase'
>
> Modified Paths:
> --------------
> trunk/dports/devel/qscintilla/Portfile
>
> Modified: trunk/dports/devel/qscintilla/Portfile
> ===================================================================
> --- trunk/dports/devel/qscintilla/Portfile 2008-11-21 16:52:01 UTC
> (rev 42441)
> +++ trunk/dports/devel/qscintilla/Portfile 2008-11-21 17:15:40 UTC
> (rev 42442)
> @@ -22,8 +22,8 @@
> bold and italics, multiple foreground and background colours and \
> multiple fonts.
>
> -set distbase QScintilla-gpl-${version}
> -distfiles ${distbase}.tar.gz
> +distname QScintilla-gpl-${version}
> +distfiles ${distname}.tar.gz
> master_sites http://www.riverbankcomputing.com/static/
> Downloads/QScintilla2/
>
> checksums md5 2e112d01988f2e044c43a1e7f5e1dd87 \
> @@ -32,7 +32,7 @@
>
> depends_lib port:qt4-mac
>
> -worksrcdir ${distbase}
> +worksrcdir ${distname}
But FYI, as I showed in my patch, you don't need to set distfiles to $
{distname}.tar.gz or worksrcdir to ${distname}; those are already the
defaults.
More information about the macports-dev
mailing list