[76897] trunk/dports/security/Vidalia/Portfile

Ryan Schmidt ryandesign at macports.org
Sat Mar 12 14:35:35 PST 2011


On Mar 12, 2011, at 08:28, mnick at macports.org wrote:

> Revision: 76897
>          http://trac.macports.org/changeset/76897
> Author:   mnick at macports.org
> Date:     2011-03-12 06:28:43 -0800 (Sat, 12 Mar 2011)
> Log Message:
> -----------
> Vidala: update homepage and livecheck

You also changed the destroot block to a post-destroot block:


> @@ -25,7 +25,7 @@
> 
> depends_lib-append  port:tor
> 
> -destroot {
> +post-destroot {
>     file copy ${worksrcpath}/src/vidalia/Vidalia.app ${destroot}${applications_dir}/Vidalia.app
> }

This means "make install" will now be run, which it wasn't before. Before, the destroot consisted entirely of copying Vidalia.app from the worksrcpath into the destroot, as shown in the portfile. Now that "make install" gets run as well, other things get installed too: specifically, another copy of Vidalia.app in /opt/local/bin.

If this change was intentional (I doubt it), you should increase the port's revision, so that everyone who already had the port installed before this change gets prompted to rebuild so they'll have this additional copy of the app as well.

If this change was (as I suspect) not intentional, you should revert it, and also increase the port's revision, so that everyone who installed the port after this change gets prompted to rebuild so this additional copy of the app gets removed from their systems.





More information about the macports-dev mailing list