From nobody@FreeBSD.org  Wed May 29 10:00:13 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 0BBDE2DA
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 May 2013 10:00:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id F10B5A44
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 May 2013 10:00:12 +0000 (UTC)
Received: from oldred.FreeBSD.org ([127.0.1.6])
	by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4TA0CVd095020
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 May 2013 10:00:12 GMT
	(envelope-from nobody@oldred.FreeBSD.org)
Received: (from nobody@localhost)
	by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4TA0Clh095006;
	Wed, 29 May 2013 10:00:12 GMT
	(envelope-from nobody)
Message-Id: <201305291000.r4TA0Clh095006@oldred.FreeBSD.org>
Date: Wed, 29 May 2013 10:00:12 GMT
From: Rainer Hurling <rhurlin@gwdg.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] databases/pgadmin3: update to 1.16.1 and enabling database-designer
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:    fjoe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 29 10:10:00 UTC 2013
>Closed-Date:    Sun Jun 09 18:49:16 UTC 2013
>Last-Modified:  Sun Jun  9 18:50:08 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->fjoe 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 29 10:10:09 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179075 
State-Changed-From-To: open->closed 
State-Changed-By: fjoe 
State-Changed-When: Sun Jun 9 18:49:01 UTC 2013 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179075 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179075: commit references a PR
Date: Sun,  9 Jun 2013 18:49:02 +0000 (UTC)

 Author: fjoe
 Date: Sun Jun  9 18:48:53 2013
 New Revision: 320387
 URL: http://svnweb.freebsd.org/changeset/ports/320387
 
 Log:
   - Update to 1.16.1
   - Enable database designer
   
   PR:		179075
   Submitted by:	Rainer Hurling
 
 Modified:
   head/databases/pgadmin3/Makefile
   head/databases/pgadmin3/distinfo
 
 Modified: head/databases/pgadmin3/Makefile
 ==============================================================================
 --- head/databases/pgadmin3/Makefile	Sun Jun  9 18:48:31 2013	(r320386)
 +++ head/databases/pgadmin3/Makefile	Sun Jun  9 18:48:53 2013	(r320387)
 @@ -6,8 +6,8 @@
  #
  
  PORTNAME=	pgadmin3
 -PORTVERSION=	1.16.0
 -PORTREVISION=	1
 +PORTVERSION=	1.16.1
 +PORTREVISION=	0
  CATEGORIES=	databases
  MASTER_SITES=	PGSQL
  MASTER_SITE_SUBDIR=	pgadmin3/release/v${PORTVERSION}/src
 @@ -27,7 +27,7 @@ USE_GMAKE=	yes
  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
  USE_GNOME=	libxml2 libxslt
  USE_WX=		2.8
  WX_COMPS=	wx contrib
 
 Modified: head/databases/pgadmin3/distinfo
 ==============================================================================
 --- head/databases/pgadmin3/distinfo	Sun Jun  9 18:48:31 2013	(r320386)
 +++ head/databases/pgadmin3/distinfo	Sun Jun  9 18:48:53 2013	(r320387)
 @@ -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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
