Bug 185068

Summary: databases/pgadmin3
Product: Ports & Packages Reporter: O. Hartmann <ohartmann>
Component: Individual Port(s)Assignee: Max Khon <fjoe>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description O. Hartmann 2013-12-21 14:10:01 UTC
Port databases/pgadmion3 does not install /usr/local/bin/pgadmin3 anymore! The curious thing is that I used the client in conjunction with databases/postgresql-server-9.0.3 for a while now and it worked (to be precise - I used the client two days ago). But with th last update of ports/world today, /usr/local/bin/pgadmin3 vanished!

I tried reinstalling database/pgadmin3 without success. The software remains lost.

How-To-Repeat: Install/reinstall databases/pgadmin3 on motsrecent FreeBSD 11.0-CURRENT and with most recent ports tree up-to-date.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-21 14:10:09 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-23 17:36:55 UTC
Author: fjoe
Date: Mon Dec 23 17:36:48 2013
New Revision: 337266
URL: http://svnweb.freebsd.org/changeset/ports/337266

Log:
  Fix installation.
  
  PR:		185006, 185068

Modified:
  head/databases/pgadmin3/Makefile

Modified: head/databases/pgadmin3/Makefile
==============================================================================
--- head/databases/pgadmin3/Makefile	Mon Dec 23 17:18:12 2013	(r337265)
+++ head/databases/pgadmin3/Makefile	Mon Dec 23 17:36:48 2013	(r337266)
@@ -28,6 +28,9 @@ USE_WX=		2.8
 WX_COMPS=	wx contrib
 WX_UNICODE=	yes
 
+PLIST_FILES=	bin/pgadmin3
+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
_______________________________________________
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-23 17:37:25 UTC
State Changed
From-To: open->closed

Fixed.