[MacPorts] #10506: UPDATE: diffs for CocoaDialog to 2.1.1 (was: BUG: Cocoadialog-2.1.1 fails to start)

MacPorts noreply at macports.org
Thu Mar 24 07:34:10 PDT 2016


#10506: UPDATE: diffs for CocoaDialog to 2.1.1
--------------------------+--------------------------------
  Reporter:  rjkroege@…   |      Owner:  macports-tickets@…
      Type:  update       |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:  invalid      |   Keywords:
      Port:  CocoaDialog  |
--------------------------+--------------------------------
Changes (by ryandesign@…):

 * port:   => CocoaDialog
 * type:  defect => update


Old description:

> --- Portfile    2006-08-18 13:37:58.000000000 -0700
> +++ Portfile.new        2006-08-18 14:56:00.000000000 -0700
> @@ -3,7 +3,7 @@
>  PortSystem 1.0
>
>  name           CocoaDialog
> -version                1.2.0
> +version                2.1.1
>  categories     aqua sysutils
>  platforms      darwin
>  maintainers    mww at opendarwin.org
> @@ -18,24 +18,18 @@
>  homepage       http://cocoadialog.sourceforge.net/
>  master_sites   sourceforge:cocoadialog
>  distfiles      ${name}-src-${version}.tgz
> -checksums      md5 433c407768fe05bb88bcaf3a408a919b
> +checksums      md5 c6d9b49a1aee3cea16d0f6da7f37cedf
>
>  worksrcdir     cocoadialog
> -
>  use_configure  no
>
> -build.type     pbx
> -build.target   -buildstyle Deployment
> +build.cmd      xcodebuild
> +build.args     -configuration Deployment build
> +build.target   -target $name
>
> -set xcodebuilddir              build
> -platform darwin 8 {
> -       if {$xcodeversion == "2.1"} {
> -               set xcodebuilddir       build/Deployment
> -       }
> -}
>
>  destroot       {
>         xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/
> -       file copy ${worksrcpath}/${xcodebuilddir}/CocoaDialog.app \
> +       file copy ${worksrcpath}/build/Deployment/CocoaDialog.app \
>                 ${destroot}/Applications/DarwinPorts/
>  }

New description:

 {{{
 --- Portfile    2006-08-18 13:37:58.000000000 -0700
 +++ Portfile.new        2006-08-18 14:56:00.000000000 -0700
 @@ -3,7 +3,7 @@
  PortSystem 1.0

  name           CocoaDialog
 -version                1.2.0
 +version                2.1.1
  categories     aqua sysutils
  platforms      darwin
  maintainers    mww at opendarwin.org
 @@ -18,24 +18,18 @@
  homepage       http://cocoadialog.sourceforge.net/
  master_sites   sourceforge:cocoadialog
  distfiles      ${name}-src-${version}.tgz
 -checksums      md5 433c407768fe05bb88bcaf3a408a919b
 +checksums      md5 c6d9b49a1aee3cea16d0f6da7f37cedf

  worksrcdir     cocoadialog
 -
  use_configure  no

 -build.type     pbx
 -build.target   -buildstyle Deployment
 +build.cmd      xcodebuild
 +build.args     -configuration Deployment build
 +build.target   -target $name

 -set xcodebuilddir              build
 -platform darwin 8 {
 -       if {$xcodeversion == "2.1"} {
 -               set xcodebuilddir       build/Deployment
 -       }
 -}

  destroot       {
         xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/
 -       file copy ${worksrcpath}/${xcodebuilddir}/CocoaDialog.app \
 +       file copy ${worksrcpath}/build/Deployment/CocoaDialog.app \
                 ${destroot}/Applications/DarwinPorts/
  }
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/10506#comment:7>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list