Bug 184049 - [PATCH] databases/pgadmin3: update to 1.18.1
Summary: [PATCH] databases/pgadmin3: update to 1.18.1
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-11-18 09:50 UTC by marc
Modified: 2013-12-19 15:50 UTC (History)
1 user (show)

See Also:


Attachments
pgadmin3-1.18.1.patch (1.48 KB, patch)
2013-11-18 09:50 UTC, marc
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description marc 2013-11-18 09:50:03 UTC
- Update to 1.18.1

Port maintainer (fjoe@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-18 09:50:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fjoe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-19 15:44:13 UTC
Author: fjoe
Date: Thu Dec 19 15:44:05 2013
New Revision: 336929
URL: http://svnweb.freebsd.org/changeset/ports/336929

Log:
  - Update to 1.18.1 [1]
  - Convert to stage
  
  PR:		184049 [1]
  Submitted by:	Marc Peters

Deleted:
  head/databases/pgadmin3/files/patch-Makefile.in
Modified:
  head/databases/pgadmin3/Makefile
  head/databases/pgadmin3/distinfo

Modified: head/databases/pgadmin3/Makefile
==============================================================================
--- head/databases/pgadmin3/Makefile	Thu Dec 19 15:37:07 2013	(r336928)
+++ head/databases/pgadmin3/Makefile	Thu Dec 19 15:44:05 2013	(r336929)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgadmin3
-PORTVERSION=	1.16.1
+PORTVERSION=	1.18.1
 PORTREVISION=	0
 CATEGORIES=	databases
 MASTER_SITES=	PGSQL
@@ -28,10 +28,6 @@ USE_WX=		2.8
 WX_COMPS=	wx contrib
 WX_UNICODE=	yes
 
-PLIST_FILES=	bin/pgadmin3 bin/png2c
-PORTDATA=	*
-
-NO_STAGE=	yes
 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	Thu Dec 19 15:37:07 2013	(r336928)
+++ head/databases/pgadmin3/distinfo	Thu Dec 19 15:44:05 2013	(r336929)
@@ -1,2 +1,2 @@
-SHA256 (postgresql/pgadmin3-1.16.1.tar.gz) = d4ba243dc24dc28e6d0db4104baec373ab3bec11c6dc0e6cfa4bd665a5b7c28e
-SIZE (postgresql/pgadmin3-1.16.1.tar.gz) = 13783723
+SHA256 (postgresql/pgadmin3-1.18.1.tar.gz) = 27ac3e296a6ca3da9da8ee22ed98eabfe1377be507877ffc26048fc2a9c6cbc0
+SIZE (postgresql/pgadmin3-1.18.1.tar.gz) = 14265392
_______________________________________________
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"
Comment 3 Max Khon freebsd_committer freebsd_triage 2013-12-19 15:44:47 UTC
State Changed
From-To: open->closed

Committed, thanks!