[79263] trunk/dports/graphics/fontforge/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Jun 7 15:19:07 PDT 2011
On Jun 7, 2011, at 11:27, and.damore at macports.org wrote:
> Revision: 79263
> http://trac.macports.org/changeset/79263
> Author: and.damore at macports.org
> Date: 2011-06-07 09:27:44 -0700 (Tue, 07 Jun 2011)
> Log Message:
> -----------
> removed "_0" from dist_subdir
>
> Modified Paths:
> --------------
> trunk/dports/graphics/fontforge/Portfile
>
> Modified: trunk/dports/graphics/fontforge/Portfile
> ===================================================================
> --- trunk/dports/graphics/fontforge/Portfile 2011-06-07 14:06:03 UTC (rev 79262)
> +++ trunk/dports/graphics/fontforge/Portfile 2011-06-07 16:27:44 UTC (rev 79263)
> @@ -25,7 +25,7 @@
> http://download.savannah.gnu.org/releases/freetype/:freetype \
> sourceforge:freetype:freetype
> distname ${name}_full-${version}
> -dist_subdir ${name}/${version}_0
> +dist_subdir ${name}/${version}
> use_bzip2 yes
Note that this change has caused our distfiles mirrors to download these distfiles a second time. And any users who already had the distfile downloaded before and now want to install the port again will needlessly download the distfiles a second time too. This is why changes like this should usually be made concurrently with a version update (when the distfile is changing anyway).
More information about the macports-dev
mailing list