[105473] trunk/dports/lang/factor
ciserlohn at macports.org
ciserlohn at macports.org
Mon Apr 22 06:21:21 PDT 2013
Revision: 105473
https://trac.macports.org/changeset/105473
Author: ciserlohn at macports.org
Date: 2013-04-22 06:21:20 -0700 (Mon, 22 Apr 2013)
Log Message:
-----------
factor: update to version 0.96 (#38874)
Modified Paths:
--------------
trunk/dports/lang/factor/Portfile
trunk/dports/lang/factor/files/patch-GNUmakefile
Removed Paths:
-------------
trunk/dports/lang/factor/files/patch-Factor.app-Contents-Info.plist
Modified: trunk/dports/lang/factor/Portfile
===================================================================
--- trunk/dports/lang/factor/Portfile 2013-04-22 13:05:12 UTC (rev 105472)
+++ trunk/dports/lang/factor/Portfile 2013-04-22 13:21:20 UTC (rev 105473)
@@ -4,7 +4,7 @@
PortSystem 1.0
name factor
-version 0.95
+version 0.96
categories lang devel
platforms darwin
license BSD
@@ -25,13 +25,12 @@
distname ${name}-src-${version}
worksrcdir ${name}
-checksums rmd160 48c15698eb14e0978c2634206bb36afe32dc8ea9 \
- sha256 ff0306eeabf77daf82b6633ddb88d7ade7530f5ec2864aaf64f5903f555606ed
+checksums rmd160 d03298f739eb4f8a64bbeea442e244d5f68d6542 \
+ sha256 bbba60025e5e096967550eaf0b84f83e5ee67889fa2ab611c3b96b73f170028c
use_zip yes
-patchfiles patch-GNUmakefile \
- patch-Factor.app-Contents-Info.plist
+patchfiles patch-GNUmakefile
universal_variant no
supported_archs i386 x86_64
@@ -63,6 +62,9 @@
copy ${worksrcpath}/$f ${factor_dir}
}
copy ${worksrcpath}/libfactor.dylib ${destroot}${prefix}/lib
+
+ xinstall -d ${destroot}${prefix}/share/vim
+ copy ${factor_dir}/misc/vim ${destroot}${prefix}/share/vim/vimfiles
}
Deleted: trunk/dports/lang/factor/files/patch-Factor.app-Contents-Info.plist
===================================================================
--- trunk/dports/lang/factor/files/patch-Factor.app-Contents-Info.plist 2013-04-22 13:05:12 UTC (rev 105472)
+++ trunk/dports/lang/factor/files/patch-Factor.app-Contents-Info.plist 2013-04-22 13:21:20 UTC (rev 105473)
@@ -1,14 +0,0 @@
---- Factor.app/Contents/Info.plist.orig 2012-08-17 22:05:43.000000000 +0200
-+++ Factor.app/Contents/Info.plist 2012-08-17 22:04:07.000000000 +0200
-@@ -32,9 +32,9 @@
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleVersion</key>
-- <string>0.94</string>
-+ <string>0.95</string>
- <key>NSHumanReadableCopyright</key>
-- <string>Copyright © 2003-2011 Factor developers</string>
-+ <string>Copyright © 2003-2012 Factor developers</string>
- <key>NSServices</key>
- <array>
- <dict>
Modified: trunk/dports/lang/factor/files/patch-GNUmakefile
===================================================================
--- trunk/dports/lang/factor/files/patch-GNUmakefile 2013-04-22 13:05:12 UTC (rev 105472)
+++ trunk/dports/lang/factor/files/patch-GNUmakefile 2013-04-22 13:21:20 UTC (rev 105473)
@@ -1,14 +1,11 @@
---- GNUmakefile.orig 2012-08-17 21:41:49.000000000 +0200
-+++ GNUmakefile 2012-08-17 21:40:37.000000000 +0200
-@@ -1,8 +1,8 @@
+--- GNUmakefile.orig 2013-04-22 14:55:14.000000000 +0200
++++ GNUmakefile 2013-04-22 14:56:19.000000000 +0200
+@@ -1,6 +1,6 @@
ifdef CONFIG
- CC = gcc
- CPP = g++
-+ CC = $(CC)
-+ CPP = $(CXX)
++ CC = ${CC}
++ CPP = ${CXX}
-- VERSION = 0.94
-+ VERSION = 0.95
+ VERSION = 0.96
- BUNDLE = Factor.app
- LIBPATH = -L/usr/X11R6/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130422/809bdafe/attachment-0001.html>
More information about the macports-changes
mailing list