Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 17:53:55 GMT
From:      Douglas Carmichael <dcarmich@dcarmichael.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182066: I have updated databases/pgadmin3 to 1.18.0
Message-ID:  <201309131753.r8DHrtrR072998@oldred.freebsd.org>
Resent-Message-ID: <201309131800.r8DI01Cm039266@freefall.freebsd.org>

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

>Number:         182066
>Category:       ports
>Synopsis:       I have updated databases/pgadmin3 to 1.18.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 13 18:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Douglas Carmichael
>Release:        9.1-RELEASE
>Organization:
n/a
>Environment:
n/a
>Description:
I have updated databases/pgadmin3 to 1.18.0.

A patch is attached.
>How-To-Repeat:
n/a
>Fix:
A patch is attached.

Patch attached with submission follows:

diff -ruN pgadmin3.orig/Makefile pgadmin3/Makefile
--- pgadmin3.orig/Makefile	2013-09-13 12:39:00.000000000 -0500
+++ pgadmin3/Makefile	2013-09-13 12:31:24.000000000 -0500
@@ -2,12 +2,12 @@
 # Date created:                         November 4, 2003
 # Whom:                                 Max Khon
 #
-# $FreeBSD: ports/databases/pgadmin3/Makefile,v 1.59 2012/11/17 05:55:18 svnexp Exp $
+# $FreeBSD: databases/pgadmin3/Makefile 324744 2013-08-14 22:35:50Z ak $
 #
 
 PORTNAME=	pgadmin3
-PORTVERSION=	1.16.1
-PORTREVISION=	1
+PORTVERSION=	1.18.0
+PORTREVISION=	0
 CATEGORIES=	databases
 MASTER_SITES=	PGSQL
 MASTER_SITE_SUBDIR=	pgadmin3/release/v${PORTVERSION}/src
@@ -20,14 +20,13 @@
 
 IGNORE_WITH_PGSQL=	82 83
 
-MAKE_JOBS_SAFE=	yes
-USE_GETTEXT=	yes
+USES=		gettext
 USE_PGSQL=	yes
 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
diff -ruN pgadmin3.orig/distinfo pgadmin3/distinfo
--- pgadmin3.orig/distinfo	2012-12-30 00:03:36.000000000 -0600
+++ pgadmin3/distinfo	2013-09-13 12:32:00.000000000 -0500
@@ -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.18.0.tar.gz) = 58f29f5a380a49065e4b97bd9c8effd12ae99f464fa8834ba403baa2a658278d
+SIZE (postgresql/pgadmin3-1.18.0.tar.gz) = 14257838
diff -ruN pgadmin3.orig/files/patch-Makefile.in pgadmin3/files/patch-Makefile.in
--- pgadmin3.orig/files/patch-Makefile.in	2012-12-30 00:03:36.000000000 -0600
+++ pgadmin3/files/patch-Makefile.in	1969-12-31 18:00:00.000000000 -0600
@@ -1,11 +0,0 @@
---- Makefile.in.orig	2012-11-04 18:15:35.000000000 +0700
-+++ Makefile.in	2012-11-04 18:15:45.000000000 +0700
-@@ -956,7 +956,7 @@
- 
- # Create HTML docs
- doc:
--@SPHINX_BUILD_TRUE@	cd $(top_srcdir)/docs/en_US && make -f Makefile.sphinx SPHINXBUILD=${SPHINX_BUILD} htmlhelp
-+@SPHINX_BUILD_TRUE@	cd $(top_srcdir)/docs/en_US && ${MAKE} -f Makefile.sphinx SPHINXBUILD=${SPHINX_BUILD} htmlhelp
- 
- all: doc
- 


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



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