[121592] trunk/dports/sysutils/bacula5/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Jul 1 21:18:19 PDT 2014
On Jul 1, 2014, at 12:29 PM, mf2k at macports.org wrote:
> Revision
> 121592
> Author
> mf2k at macports.org
> Date
> 2014-07-01 10:29:48 -0700 (Tue, 01 Jul 2014)
> Log Message
>
> bacula5: Set and use realname.
> Modified Paths
>
> • trunk/dports/sysutils/bacula5/Portfile
> name bacula5
> +set realname bacula
> -master_sites sourceforge:bacula
> +master_sites sourceforge:${realname}
You should rewrite master_sites to avoid redirects (i.e. "sourceforge:project/bacula/bacula/${version}/"). See:
https://trac.macports.org/wiki/howto/AvoidRedirects
> - --sysconfdir=${prefix}/etc/${name} \
> + --sysconfdir=${prefix}/etc/${realname} \
Does this change where files are installed, or where files are looked for? If so, a revision increase is warranted. (And if not, then what does this setting do?)
More information about the macports-dev
mailing list