Simple version update.  While the WANTLIB changed to remove the
SSL-related libraries, you connect to PostgreSQL over SSL with this new
version.  Tested on i386 and amd64.  I'll be committing in a few days
unless I hear complaints.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    11 Mar 2011 18:40:46 -0000      1.12
+++ Makefile    19 Apr 2011 18:25:13 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      PostgreSQL database interface for ruby
 
-DISTNAME =     pg-0.10.1
+DISTNAME =     pg-0.11.0
 CATEGORIES =   databases
 
 MAINTAINER =   Jeremy Evans <jer...@openbsd.org>
@@ -15,7 +15,7 @@ PERMIT_DISTFILES_FTP =        Yes
 
 MODULES =      lang/ruby
 
-WANTLIB =      pq ssl crypto com_err
+WANTLIB =      pq
 LIB_DEPENDS =  databases/postgresql
 
 CONFIGURE_STYLE = ruby gem ext
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    11 Mar 2011 18:40:46 -0000      1.6
+++ distinfo    19 Apr 2011 18:23:19 -0000
@@ -1,5 +1,5 @@
-MD5 (pg-0.10.1.gem) = ua+6coFG0GSfne1HObxWwg==
-RMD160 (pg-0.10.1.gem) = te9BxkNXxKkrOReWR/oEuQpUm00=
-SHA1 (pg-0.10.1.gem) = N8lwhyNRKClqMOickpSqMr/51tY=
-SHA256 (pg-0.10.1.gem) = rx5x6+FbtO4XvEKiIQQPrhXdr2FZL3uAEN9go4rKtZc=
-SIZE (pg-0.10.1.gem) = 113664
+MD5 (pg-0.11.0.gem) = a0nr2hfwMTqiurGbnw9zXQ==
+RMD160 (pg-0.11.0.gem) = F84rdrPPg0FvvHz7Mnw4SKzFcWs=
+SHA1 (pg-0.11.0.gem) = 1auic5Lb/A3STsOc4Ai1ydrvMJE=
+SHA256 (pg-0.11.0.gem) = DBuRySVDm+658Dz7WnGZjcfUtzdUxjT3IZo/NiQNZc0=
+SIZE (pg-0.11.0.gem) = 115200

Reply via email to