svn commit: r472236 - head/databases/pgadmin3

Yuri Victorovich yuri at FreeBSD.org
Tue Jun 12 08:56:37 UTC 2018


Author: yuri
Date: Tue Jun 12 08:56:36 2018
New Revision: 472236
URL: https://svnweb.freebsd.org/changeset/ports/472236

Log:
  databases/pgadmin3: Correct the mistake in wxrc substitution
  
  ${WXRC_CMD} is what should be used to make it compatible with
  future wxWidgets versions.
  
  While here, change WWW to https.
  
  Approved by:	portmgr blanket

Modified:
  head/databases/pgadmin3/Makefile
  head/databases/pgadmin3/pkg-descr

Modified: head/databases/pgadmin3/Makefile
==============================================================================
--- head/databases/pgadmin3/Makefile	Tue Jun 12 08:34:34 2018	(r472235)
+++ head/databases/pgadmin3/Makefile	Tue Jun 12 08:56:36 2018	(r472236)
@@ -34,7 +34,7 @@ PORTDATA=	*
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,/wx-config,/${WX_CONFIG:T},' ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e 's,wxrc,wxrc-gtk2u-${WX_VERSION},' ${WRKSRC}/pgadmin/ui/embed-xrc
+	@${REINPLACE_CMD} -e 's,wxrc ,${WXRC_CMD:T} ,' ${WRKSRC}/pgadmin/ui/embed-xrc
 	@${REINPLACE_CMD} -e 's,/usr/bin/xterm,${LOCALBASE}/bin/xterm,' ${WRKSRC}/plugins.d/plugins.ini
 	@${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' ${WRKSRC}/pgadmin/ver_svn.sh
 	@${REINPLACE_CMD} -e 's,Exec=/usr/bin/pgadmin3,Exec=${LOCALBASE}/bin/pgadmin3,'\

Modified: head/databases/pgadmin3/pkg-descr
==============================================================================
--- head/databases/pgadmin3/pkg-descr	Tue Jun 12 08:34:34 2018	(r472235)
+++ head/databases/pgadmin3/pkg-descr	Tue Jun 12 08:56:36 2018	(r472236)
@@ -4,4 +4,4 @@ terms of the Artistic Licence and may be redistributed
 of the licence are adhered to. The project is managed by the pgAdmin
 Development Team.
 
-WWW: http://www.pgadmin.org/
+WWW: https://www.pgadmin.org/


More information about the svn-ports-all mailing list