Hi,

Little diff to update pgadmin3 to it's latest version (1.10.2).
Tested on @amd64 with PostgreSQL 8.4.3.

Regards,

-- 
Pierre-Emmanuel André <pea at raveland.org>
GPG key: 0x7AE329DC
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/pgadmin3/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    14 Aug 2009 09:22:20 -0000      1.11
+++ Makefile    26 Apr 2010 09:11:39 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       administration and development platform for PostgreSQL
 
-V=             1.10.0
+V=             1.10.2
 DISTNAME=      pgadmin3-$V
 CATEGORIES=    databases devel
 
@@ -25,7 +25,7 @@ MASTER_SITES= ftp://ftp2.uk.postgresql.o
     ftp://ftp5.es.postgresql.org/mirror/postgresql/pgadmin3/release/v$V/src/ \
     ftp://ftp.postgresql.org/pub/pgadmin3/release/v$V/src/
 
-LIB_DEPENDS=   
wx_base_xml,wx_base_odbc,wx_gtk2_html,wx_gtk2_richtext,wx_gtk2_stc,wx_gtk2_ogl,wx_gtk2_adv,wx_gtk2_aui,wx_gtk2_xrc,wx_base_net,wx_gtk2_dbgrid,wx_gtk2_qa,wx_base,wx_gtk2_core:wxWidgets-gtk2->=2.8.7:x11/wxWidgets
 \
+LIB_DEPENDS=   :wxWidgets-gtk2->=2.8.7:x11/wxWidgets \
                pq.>=4::databases/postgresql \
                xml2.>=6:libxml->=2.4.8:textproc/libxml \
                xslt.>=3::textproc/libxslt
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/pgadmin3/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    14 Aug 2009 09:22:20 -0000      1.7
+++ distinfo    26 Apr 2010 09:11:39 -0000
@@ -1,5 +1,5 @@
-MD5 (pgadmin3-1.10.0.tar.gz) = PyAyx4ZX49tOBxlhN1EGDA==
-RMD160 (pgadmin3-1.10.0.tar.gz) = FTDgthSzel/qybvmHHyVZXo8ils=
-SHA1 (pgadmin3-1.10.0.tar.gz) = GtK0bWhZNx6t0PG0uyANBC6POcI=
-SHA256 (pgadmin3-1.10.0.tar.gz) = JijhaFwI0RBhhM+Efno401hE95qvSQcAKlwO1UJJsdk=
-SIZE (pgadmin3-1.10.0.tar.gz) = 12042723
+MD5 (pgadmin3-1.10.2.tar.gz) = rYfkGLz3bIPR0SGO1k5ZsA==
+RMD160 (pgadmin3-1.10.2.tar.gz) = HYFznq/aCvtgd/eadVpnWtCSBfY=
+SHA1 (pgadmin3-1.10.2.tar.gz) = j+/ejiKkC38wCSA6kAiL0es6uEY=
+SHA256 (pgadmin3-1.10.2.tar.gz) = lY3NabVVl1BNgimUNTIf4Yr3q1+gbfs2Sa9iXcyqFpU=
+SIZE (pgadmin3-1.10.2.tar.gz) = 12091611
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/databases/pgadmin3/patches/patch-configure,v
retrieving revision 1.1
diff -u -p -r1.1 patch-configure
--- patches/patch-configure     14 Aug 2009 09:22:21 -0000      1.1
+++ patches/patch-configure     26 Apr 2010 09:11:39 -0000
@@ -1,16 +1,16 @@
 $OpenBSD: patch-configure,v 1.1 2009/08/14 09:22:21 pea Exp $
---- configure.orig     Tue Aug 11 12:08:55 2009
-+++ configure  Tue Aug 11 12:10:20 2009
-@@ -6163,7 +6163,7 @@ if test "${ac_cv_lib_ssl_SSL_library_init+set}" = set;
+--- configure.orig     Tue Mar  9 11:11:32 2010
++++ configure  Tue Mar 23 12:57:31 2010
+@@ -5420,7 +5420,7 @@ if test "${ac_cv_lib_ssl_SSL_library_init+set}" = set;
    $as_echo_n "(cached) " >&6
  else
    ac_check_lib_save_LIBS=$LIBS
 -LIBS="-lssl  $LIBS"
 +LIBS="-lcrypto -lssl  $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -6701,7 +6701,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+@@ -5813,7 +5813,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
  
                        if test "$PG_SSL" = "yes"
                        then
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/pgadmin3/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   14 Aug 2009 09:22:21 -0000      1.6
+++ pkg/PLIST   26 Apr 2010 09:11:39 -0000
@@ -4,8 +4,6 @@ share/pgadmin3/
 share/pgadmin3/branding/
 share/pgadmin3/branding/branding.ini
 share/pgadmin3/docs/
-share/pgadmin3/docs/Docs.vcproj
-share/pgadmin3/docs/builddocs.bat
 share/pgadmin3/docs/cs_CZ/
 share/pgadmin3/docs/cs_CZ/appendices.html
 share/pgadmin3/docs/cs_CZ/backup.html

Reply via email to