[141441] trunk/dports/games/Cockatrice/Portfile

Ryan Schmidt ryandesign at macports.org
Sat Dec 12 01:49:56 PST 2015


> On Dec 12, 2015, at 3:32 AM, mk at macports.org wrote:
> 
> Revision
> 141441
> Author
> mk at macports.org
> Date
> 2015-10-18 13:25:32 -0700 (Sun, 18 Oct 2015)
> Log Message
> 
> Cockatrice: fix port building wrt now concurrent qt4-mac
> Modified Paths
> 
> 	• trunk/dports/games/Cockatrice/Portfile
> Diff
> 
> Modified: trunk/dports/games/Cockatrice/Portfile (141440 => 141441)
> 

>  destroot {
>      xinstall -m 0755 -d ${destroot}${applications_dir}
> -    file copy ${worksrcpath}/cockatrice/Cockatrice.app ${destroot}${applications_dir}
> +    file copy ${worksrcpath}/cockatrice/cockatrice.app ${destroot}${applications_dir}
>      file copy ${worksrcpath}/oracle/oracle.app ${destroot}${applications_dir}
>  }

At a minimum, this constitutes a change to the installed files because of the change of capitalization of application name and therefore warrants increasing the port's revision, which I've done in r143414. If the qt4-mac changes that prompted this revision put the qt4-mac libraries in a different location, thus changing how the cockatrice application is linked, that would be another reason to warrant the revision increase.



More information about the macports-dev mailing list