- Update to 1.16.0 Not needed -IGNORE_WITH_PGSQL= 82 83 Because is used for newest PostgreSQL version +BUILD_DEPENDS= ${LOCALBASE}/bin/postgres:${PORTSDIR}/databases/postgresql92-server Removed because not works, pgAdmin install NLS in DATADIR -USE_GETTEXT= yes Added +PLIST_FILES= bin/${PORTNAME} \ + bin/png2c + +PORTDATA= * Removed file(s): - pkg-plist Port maintainer (fjoe@FreeBSD.org) is cc'd. Generated and tested manually, tested with port test sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->fjoe Over to maintainer (via the GNATS Auto Assign Tool)
Hi, nemysis wrote on 17.09.2012 09:06: >> Number: 171696 >> Category: ports >> Synopsis: [PATCH] databases/pgadmin3: update to 1.16.0, removed pkg-plist [...] > - Update to 1.16.0 > > Not needed > > -IGNORE_WITH_PGSQL= 82 83 > > Because is used for newest PostgreSQL version > > +BUILD_DEPENDS= ${LOCALBASE}/bin/postgres:${PORTSDIR}/databases/postgresql92-server [...] I disagree. It *brings* support for 9.2, but not requires it. It works just fine with less fresh PostgreSQL versions. -- Regards, Ruslan Tinderboxing kills... the drives.
pgAdmin 1.16 is remaining compatible with all PostgreSQL releases starting from 8.2.
State Changed From-To: open->closed Port updated to 1.16.0. Thanks!
Author: fjoe Date: Mon Oct 1 12:21:43 2012 New Revision: 305113 URL: http://svn.freebsd.org/changeset/ports/305113 Log: - Update to 1.16.0 - Remove pkg-plist PR: 171696 Submitted by: nemysis (partially) Deleted: head/databases/pgadmin3/pkg-plist Modified: head/databases/pgadmin3/Makefile head/databases/pgadmin3/distinfo Modified: head/databases/pgadmin3/Makefile ============================================================================== --- head/databases/pgadmin3/Makefile Mon Oct 1 12:16:46 2012 (r305112) +++ head/databases/pgadmin3/Makefile Mon Oct 1 12:21:43 2012 (r305113) @@ -6,21 +6,21 @@ # PORTNAME= pgadmin3 -PORTVERSION= 1.14.2 -PORTREVISION= 1 +PORTVERSION= 1.16.0 CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} +MASTER_SITES= PGSQL MASTER_SITE_SUBDIR= pgadmin3/release/v${PORTVERSION}/src +DIST_SUBDIR= postgresql MAINTAINER= fjoe@FreeBSD.org COMMENT= PostgreSQL database design and management system +IGNORE_WITH_PGSQL= 82 83 + MAKE_JOBS_SAFE= yes USE_GETTEXT= yes USE_PGSQL= yes USE_GMAKE= yes -IGNORE_WITH_PGSQL= 82 83 -DIST_SUBDIR= postgresql GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" CPPFLAGS+= ${PTHREAD_CFLAGS} @@ -30,6 +30,9 @@ USE_WX= 2.8 WX_COMPS= wx contrib WX_UNICODE= yes +PLIST_FILES= bin/pgadmin3 bin/png2c +PORTDATA= * + post-patch: @${REINPLACE_CMD} -e 's,/wx-config,/${WX_CONFIG:T},' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,/usr/bin/xterm,${LOCALBASE}/bin/xterm,' ${WRKSRC}/plugins.d/plugins.ini Modified: head/databases/pgadmin3/distinfo ============================================================================== --- head/databases/pgadmin3/distinfo Mon Oct 1 12:16:46 2012 (r305112) +++ head/databases/pgadmin3/distinfo Mon Oct 1 12:21:43 2012 (r305113) @@ -1,2 +1,2 @@ -SHA256 (postgresql/pgadmin3-1.14.2.tar.gz) = 043e782fcedbf46f040d7164256f531ad4711730b97bd280b16035fb279fd872 -SIZE (postgresql/pgadmin3-1.14.2.tar.gz) = 15041255 +SHA256 (postgresql/pgadmin3-1.16.0.tar.gz) = f9cd6ff620f9c920615261ed6bd4b4c9f7b446420ed18a8080d2375640d851ac +SIZE (postgresql/pgadmin3-1.16.0.tar.gz) = 13467810 _______________________________________________ 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"