Bug 179075 - [PATCH] databases/pgadmin3: update to 1.16.1 and enabling database-designer
Summary: [PATCH] databases/pgadmin3: update to 1.16.1 and enabling database-designer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Khon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-29 11:10 UTC by Rainer Hurling
Modified: 2013-06-09 19:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.17 KB, patch)
2013-05-29 11:10 UTC, Rainer Hurling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Hurling freebsd_committer freebsd_triage 2013-05-29 11:10:00 UTC
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'.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-29 11:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fjoe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Max Khon freebsd_committer freebsd_triage 2013-06-09 19:49:01 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-09 19:49:02 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"