Opened 18 years ago

Last modified 8 years ago

#10506 closed update

UPDATE: diffs for CocoaDialog to 2.1.1 — at Initial Version

Reported by: rjkroege@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: mww@…
Port: CocoaDialog

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@…

@@ -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/

}

Change History (0)

Note: See TracTickets for help on using tickets.