Date: Tue, 12 Jun 2018 08:56:36 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472236 - head/databases/pgadmin3 Message-ID: <201806120856.w5C8ua7W057170@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806120856.w5C8ua7W057170>