[96711] trunk/dports/lang/factor

ciserlohn at macports.org ciserlohn at macports.org
Fri Aug 17 13:21:54 PDT 2012


Revision: 96711
          https://trac.macports.org/changeset/96711
Author:   ciserlohn at macports.org
Date:     2012-08-17 13:21:52 -0700 (Fri, 17 Aug 2012)
Log Message:
-----------
factor: update to version 0.95

Modified Paths:
--------------
    trunk/dports/lang/factor/Portfile
    trunk/dports/lang/factor/files/patch-GNUmakefile

Added Paths:
-----------
    trunk/dports/lang/factor/files/patch-Factor.app-Contents-Info.plist

Modified: trunk/dports/lang/factor/Portfile
===================================================================
--- trunk/dports/lang/factor/Portfile	2012-08-17 20:07:21 UTC (rev 96710)
+++ trunk/dports/lang/factor/Portfile	2012-08-17 20:21:52 UTC (rev 96711)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                factor
-version             0.94
+version             0.95
 categories          lang devel
 platforms           darwin
 license             BSD
@@ -25,12 +25,13 @@
 distname            ${name}-src-${version}
 worksrcdir          ${name}
 
-checksums           sha1    9982a2f431cc9ca279bbcc0b69dfec5fdfd1466b \
-                    rmd160  2f8451c4dfddf8d6b5a1dd59f897fa2e83ca17a1
+checksums           rmd160  48c15698eb14e0978c2634206bb36afe32dc8ea9 \
+                    sha256  ff0306eeabf77daf82b6633ddb88d7ade7530f5ec2864aaf64f5903f555606ed
 
 use_zip             yes
 
-patchfiles          patch-GNUmakefile
+patchfiles          patch-GNUmakefile \
+                    patch-Factor.app-Contents-Info.plist
 
 universal_variant   no
 supported_archs	    i386 x86_64

Added: trunk/dports/lang/factor/files/patch-Factor.app-Contents-Info.plist
===================================================================
--- trunk/dports/lang/factor/files/patch-Factor.app-Contents-Info.plist	                        (rev 0)
+++ trunk/dports/lang/factor/files/patch-Factor.app-Contents-Info.plist	2012-08-17 20:21:52 UTC (rev 96711)
@@ -0,0 +1,14 @@
+--- 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	2012-08-17 20:07:21 UTC (rev 96710)
+++ trunk/dports/lang/factor/files/patch-GNUmakefile	2012-08-17 20:21:52 UTC (rev 96711)
@@ -1,10 +1,14 @@
---- GNUmakefile.orig	2011-07-29 14:50:31.000000000 +0200
-+++ GNUmakefile	2011-07-29 16:49:13.000000000 +0200
-@@ -1,6 +1,5 @@
+--- GNUmakefile.orig	2012-08-17 21:41:49.000000000 +0200
++++ GNUmakefile	2012-08-17 21:40:37.000000000 +0200
+@@ -1,8 +1,8 @@
  ifdef CONFIG
 -	CC = gcc
 -	CPP = g++
++	CC = $(CC)
 +	CPP = $(CXX)
- 	AR = ar
- 	LD = ld
  
+-	VERSION = 0.94
++	VERSION = 0.95
+ 
+ 	BUNDLE = Factor.app
+ 	LIBPATH = -L/usr/X11R6/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120817/c59250fc/attachment-0001.html>


More information about the macports-changes mailing list