Date: Tue, 4 Oct 2016 10:58:09 +0000 (UTC) From: Max Khon <fjoe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423251 - head/databases/pgadmin3 Message-ID: <201610041058.u94Aw9wf020434@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fjoe Date: Tue Oct 4 10:58:08 2016 New Revision: 423251 URL: https://svnweb.freebsd.org/changeset/ports/423251 Log: - Use INSTALLS_ICONS=yes - Bump PORTREVISION PR: 213024 Modified: head/databases/pgadmin3/Makefile Modified: head/databases/pgadmin3/Makefile ============================================================================== --- head/databases/pgadmin3/Makefile Tue Oct 4 10:38:06 2016 (r423250) +++ head/databases/pgadmin3/Makefile Tue Oct 4 10:58:08 2016 (r423251) @@ -3,7 +3,7 @@ PORTNAME= pgadmin3 PORTVERSION= 1.22.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= PGSQL/pgadmin3/release/v${PORTVERSION}/src DIST_SUBDIR= postgresql @@ -23,6 +23,7 @@ USE_GNOME= libxml2 libxslt USE_WX= 3.0 USE_CXXSTD= c++11 WX_COMPS= wx +INSTALLS_ICONS= yes ICON_SIZES= 16 32 PLIST_FILES= bin/pgadmin3 share/applications/pgadmin3.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610041058.u94Aw9wf020434>