Modified: trunk/dports/aqua/inkscape-app/Portfile (120735 => 120736)
--- trunk/dports/aqua/inkscape-app/Portfile 2014-06-06 03:54:17 UTC (rev 120735)
+++ trunk/dports/aqua/inkscape-app/Portfile 2014-06-06 03:54:23 UTC (rev 120736)
@@ -11,12 +11,12 @@
long_description ${description}
categories aqua graphics
-homepage http://gimp-app.sourceforge.net
+homepage http://www.inkscape.org
depends_run bin:inkscape:inkscape
# we only need to download the icns file
-master_sites https://github.com/piksels-and-lines-orchestra/inkscape/raw/master/packaging/macosx/Resources
+master_sites https://github.com/piksels-and-lines-orchestra/inkscape/tree/628ca88bdb258c0be08a5aa6337ed6df31190326/packaging/macosx/Resources
distfiles Inkscape.icns
@@ -37,8 +37,8 @@
xinstall -d ${inkapp}/Contents/MacOS
xinstall -d ${inkapp}/Contents/Resources
- xinstall ${filespath}/Info.plist ${inkapp}/Contents/
- xinstall ${worksrcpath}/Inkscape.icns ${inkapp}/Contents/Resources/
+ xinstall -m 644 ${filespath}/Info.plist ${inkapp}/Contents/
+ xinstall -m 644 ${worksrcpath}/Inkscape.icns ${inkapp}/Contents/Resources/
ln -s ${prefix}/bin/inkscape ${inkapp}/Contents/MacOS/Inkscape
}
Modified: trunk/dports/aqua/inkscape-app/files/Info.plist (120735 => 120736)
--- trunk/dports/aqua/inkscape-app/files/Info.plist 2014-06-06 03:54:17 UTC (rev 120735)
+++ trunk/dports/aqua/inkscape-app/files/Info.plist 2014-06-06 03:54:23 UTC (rev 120736)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>