diff --git a/emulators/sikarugir/Portfile b/emulators/sikarugir/Portfile index b70f17e9c26..ccd79506fdd 100644 --- a/emulators/sikarugir/Portfile +++ b/emulators/sikarugir/Portfile @@ -3,13 +3,12 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup Sikarugir-App Creator 1.0 v +github.setup Sikarugir-App Creator 1.0.1 v github.tarball_from releases revision 0 name sikarugir platforms {darwin >= 19} -# Winery is LGPL-2.1 but will be changed later once the new codebase it finished -license LGPL-2.1 +license Restrictive/Distributable categories emulators supported_archs x86_64 @@ -22,15 +21,15 @@ long_description {*}${description} distname Creator-v${version} use_xz yes -checksums rmd160 621334417ff0480174168073248450b2bb5cbf3d \ - sha256 f98d737bf4d1b5274e4a74102b8995ab57fcbb408343cb5d631a09cc4d96cb0f \ - size 1462908 +checksums rmd160 0a011bdab55d4952843d48fa24092412bd38195d \ + sha256 187825e4e6bf96f294cf9ccb65e53049432b3ee2925480e8ad1cbca12a96e819 \ + size 793320 use_configure no build {} destroot { - move "${workpath}/Creator.app" "${destroot}${applications_dir}/Sikarugir Creator.app" + move "${workpath}/Sikarugir Creator.app" "${destroot}${applications_dir}/Sikarugir Creator.app" system -W ${destroot}${applications_dir} "/usr/bin/codesign --deep --force --sign - 'Sikarugir Creator.app'" }