most recent changes, diff for texshop

Index: aqua/TeXShop/Portfile
--- aqua/TeXShop/Portfile (revision 35936)
+++ aqua/TeXShop/Portfile (revision 35937)
@@ -6,7 +6,8 @@
version 2.14
revision 5
categories editors aqua
-PortGroup xcode 1.0
+PortGroup xcode 1.0
+
maintainers waqar@macports.org
description TeX previewer for Mac OS X
long_description \
@@ -31,9 +32,9 @@
}
}

-post-extract {
- reinplace "s/defaultConfigurationName = Debug/defaultConfigurationName = Release/" ${worksrcpath}/${name}.xcodeproj/project.pbxproj
-}
+post-extract {
+ reinplace "s/defaultConfigurationName = Debug/defaultConfigurationName = Release/" ${worksrcpath}/${name}.xcodeproj/project.pbxproj
+}

use_configure no
build.type pbx
@@ -44,7 +45,7 @@
xcode.build.settings FRAMEWORK_SEARCH_PATHS=${worksrcpath} \
CONFIGURATION_BUILD_DIR=${worksrcpath}/build

-destroot {
+destroot {
system "cd ${worksrcpath} && ${build.cmd} DSTROOT=${destroot} \
INSTALL_PATH=/Applications/MacPorts -target ${name} install \
INSTALL_MODE_FLAG=755 ${xcode.build.settings}"