[68758] trunk/dports/aqua/BiggerSQL

ryandesign at macports.org ryandesign at macports.org
Sat Jun 12 11:04:32 PDT 2010


Revision: 68758
          http://trac.macports.org/changeset/68758
Author:   ryandesign at macports.org
Date:     2010-06-12 11:04:26 -0700 (Sat, 12 Jun 2010)
Log Message:
-----------
BiggerSQL: update to 1.3.9; see #15634

Modified Paths:
--------------
    trunk/dports/aqua/BiggerSQL/Portfile

Added Paths:
-----------
    trunk/dports/aqua/BiggerSQL/files/
    trunk/dports/aqua/BiggerSQL/files/patch-project.pbxproj.diff

Modified: trunk/dports/aqua/BiggerSQL/Portfile
===================================================================
--- trunk/dports/aqua/BiggerSQL/Portfile	2010-06-12 17:36:13 UTC (rev 68757)
+++ trunk/dports/aqua/BiggerSQL/Portfile	2010-06-12 18:04:26 UTC (rev 68758)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem		1.0
@@ -2,5 +3,6 @@
 PortGroup		xcode 1.0
+PortGroup		archcheck 1.0
 
 name			BiggerSQL
-version			1.3.8
+version			1.3.9
 categories		aqua databases
@@ -19,32 +21,37 @@
 
 homepage		http://homepage.mac.com/levanj/Cocoa/
 master_sites	${homepage}programs/
-extract.suffix	.tgz
+use_dmg			yes
 
-checksums		md5 3efd182ff810d6bceae5b2486bd25c85 \
-				sha1 3a8cee4e4009bff0c8c2a7a19b4815f61b780c04 \
-				rmd160 9d6a68dae8ae7f5f92abb8f5cce086e35bd28b26
+checksums		md5     9fcaec183ecf9f147c9b902ce65af793 \
+				sha1    e0d4c44874b46ecea48cd2559e2fd19cfb36bf3e \
+				rmd160  33d11bc835d2c74eddfc9fb4898c1bcb4b959d51
 
-worksrcdir		${name}
+worksrcdir		${worksrcdir}/${name} Source
 
 set pgglob [glob -directory ${prefix}/lib -nocomplain -tails postgresql*]
 if {[llength ${pgglob}]} {
 	set postgresql	[lindex ${pgglob} end]
 } else {
-	set postgresql	postgresql82
+	set postgresql	postgresql84
 }
 
 set pglibdir ${prefix}/lib/${postgresql}
 depends_lib path:${pglibdir}:${postgresql}
+archcheck.files	lib/${postgresql}/libpq.a
 
+patchfiles		patch-project.pbxproj.diff
+
 post-patch {
 	foreach {subdir} {include lib} {
 		reinplace "s|/usr/local/pgsql/${subdir}|${prefix}/${subdir}/${postgresql}|" \
-			${worksrcpath}/${name}.xcode/project.pbxproj
+			${worksrcpath}/${name}.xcodeproj/project.pbxproj
 	}
 }
 
+# Uses Carbon QuickTime functions?
 universal_variant no
+supported_archs	ppc i386
 
 livecheck.type	regex
 livecheck.url	${homepage}

Added: trunk/dports/aqua/BiggerSQL/files/patch-project.pbxproj.diff
===================================================================
--- trunk/dports/aqua/BiggerSQL/files/patch-project.pbxproj.diff	                        (rev 0)
+++ trunk/dports/aqua/BiggerSQL/files/patch-project.pbxproj.diff	2010-06-12 18:04:26 UTC (rev 68758)
@@ -0,0 +1,20 @@
+--- BiggerSQL.xcodeproj/project.pbxproj.orig	2008-02-06 12:23:14.000000000 -0600
++++ BiggerSQL.xcodeproj/project.pbxproj	2010-01-28 08:30:42.000000000 -0600
+@@ -28,7 +28,7 @@
+ 		C44D43CC0D58B81000EC6ACD /* BiggerDoc.icns in Resources */ = {isa = PBXBuildFile; fileRef = C44D43CB0D58B81000EC6ACD /* BiggerDoc.icns */; };
+ 		C44D44CB0D58BA9E00EC6ACD /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C44D44CA0D58BA9E00EC6ACD /* WebKit.framework */; };
+ 		C44D456F0D58BABD00EC6ACD /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C44D456E0D58BABD00EC6ACD /* QuickTime.framework */; };
+-		C44D45920D58BAF500EC6ACD /* libjhlpq.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C44D45910D58BAF500EC6ACD /* libjhlpq.a */; };
++		C44D45920D58BAF500EC6ACD /* libpq.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C44D45910D58BAF500EC6ACD /* libpq.a */; };
+ 		C44D45940D58BB1D00EC6ACD /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = C44D45930D58BB1D00EC6ACD /* libssl.dylib */; };
+ 		C44D45960D58BB6200EC6ACD /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = C44D45950D58BB6200EC6ACD /* libcrypto.dylib */; };
+ 		C44D461B0D58BE7D00EC6ACD /* pgdoc in Resources */ = {isa = PBXBuildFile; fileRef = C44D45A00D58BE7D00EC6ACD /* pgdoc */; };
+@@ -73,7 +73,7 @@
+ 		C44D43CB0D58B81000EC6ACD /* BiggerDoc.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = BiggerDoc.icns; sourceTree = "<group>"; };
+ 		C44D44CA0D58BA9E00EC6ACD /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; };
+ 		C44D456E0D58BABD00EC6ACD /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; };
+-		C44D45910D58BAF500EC6ACD /* libjhlpq.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjhlpq.a; path = /usr/local/pgsql/lib/libjhlpq.a; sourceTree = "<absolute>"; };
++		C44D45910D58BAF500EC6ACD /* libpq.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpq.a; path = /usr/local/pgsql/lib/libpq.a; sourceTree = "<absolute>"; };
+ 		C44D45930D58BB1D00EC6ACD /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libssl.dylib; path = /usr/lib/libssl.dylib; sourceTree = "<absolute>"; };
+ 		C44D45950D58BB6200EC6ACD /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcrypto.dylib; path = /usr/lib/libcrypto.dylib; sourceTree = "<absolute>"; };
+ 		C44D45A00D58BE7D00EC6ACD /* pgdoc */ = {isa = PBXFileReference; lastKnownFileType = folder; path = pgdoc; sourceTree = "<group>"; };
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100612/f94b6447/attachment.html>


More information about the macports-changes mailing list