From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 18:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4B157DE for ; Fri, 13 Sep 2013 18:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2ACD12433 for ; Fri, 13 Sep 2013 18:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DI01EY039267 for ; Fri, 13 Sep 2013 18:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DI01Cm039266; Fri, 13 Sep 2013 18:00:01 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 18:00:01 GMT Resent-Message-Id: <201309131800.r8DI01Cm039266@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas Carmichael Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 88A28EE0 for ; Fri, 13 Sep 2013 17:53:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C6592380 for ; Fri, 13 Sep 2013 17:53:55 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8DHrtfu073001 for ; Fri, 13 Sep 2013 17:53:55 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8DHrtrR072998; Fri, 13 Sep 2013 17:53:55 GMT (envelope-from nobody) Message-Id: <201309131753.r8DHrtrR072998@oldred.freebsd.org> Date: Fri, 13 Sep 2013 17:53:55 GMT From: Douglas Carmichael To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182066: I have updated databases/pgadmin3 to 1.18.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 18:00:01 -0000 >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: