Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2013 10:00:12 GMT
From:      Rainer Hurling <rhurlin@gwdg.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179075: [PATCH] databases/pgadmin3: update to 1.16.1 and enabling database-designer
Message-ID:  <201305291000.r4TA0Clh095006@oldred.FreeBSD.org>
Resent-Message-ID: <201305291010.r4TAA0k0093359@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179075
>Category:       ports
>Synopsis:       [PATCH] databases/pgadmin3: update to 1.16.1 and enabling database-designer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 29 10:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Rainer Hurling
>Release:        FreeBSD 10.0-CURRENT (amd64)
>Organization:
>Environment:
FreeBSD xxx.xxx 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r251052: Tue May 28 11:40:23 CEST 2013     xxx@xxx.xxx:/usr/obj/usr/src/sys/XXX  amd64
>Description:
The patch updates databases/pgadmin3 to version 1.16.1, which fixes bugs and brings some minor improvements.

More important for users should be the availability of the inbuild database designer, enabled in this port now by using '--enable-databasedesigner'.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Naur pgadmin3.orig/Makefile pgadmin3/Makefile
--- pgadmin3.orig/Makefile	2013-04-25 06:32:51.000000000 +0200
+++ pgadmin3/Makefile	2013-05-29 11:29:17.000000000 +0200
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	pgadmin3
-PORTVERSION=	1.16.0
-PORTREVISION=	1
+PORTVERSION=	1.16.1
+#PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	PGSQL
 MASTER_SITE_SUBDIR=	pgadmin3/release/v${PORTVERSION}/src
@@ -27,7 +27,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="${PTHREAD_LIBS}"
 CPPFLAGS+=	${PTHREAD_CFLAGS}
-CONFIGURE_ARGS=	--with-wx-version=${USE_WX}
+CONFIGURE_ARGS=	--with-wx-version=${USE_WX} --enable-databasedesigner=yes
 USE_GNOME=	libxml2 libxslt
 USE_WX=		2.8
 WX_COMPS=	wx contrib
diff -Naur pgadmin3.orig/distinfo pgadmin3/distinfo
--- pgadmin3.orig/distinfo	2012-10-01 18:03:09.000000000 +0200
+++ pgadmin3/distinfo	2013-05-29 11:30:06.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (postgresql/pgadmin3-1.16.0.tar.gz) = f9cd6ff620f9c920615261ed6bd4b4c9f7b446420ed18a8080d2375640d851ac
-SIZE (postgresql/pgadmin3-1.16.0.tar.gz) = 13467810
+SHA256 (postgresql/pgadmin3-1.16.1.tar.gz) = d4ba243dc24dc28e6d0db4104baec373ab3bec11c6dc0e6cfa4bd665a5b7c28e
+SIZE (postgresql/pgadmin3-1.16.1.tar.gz) = 13783723


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305291000.r4TA0Clh095006>