From owner-svn-ports-head@freebsd.org Wed Apr 12 09:02:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEEDED370C5; Wed, 12 Apr 2017 09:02:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6881E7EB; Wed, 12 Apr 2017 09:02:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3C92DBc038671; Wed, 12 Apr 2017 09:02:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3C92Dfk038669; Wed, 12 Apr 2017 09:02:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201704120902.v3C92Dfk038669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 12 Apr 2017 09:02:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438336 - head/net/gq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Apr 2017 09:02:14 -0000 Author: amdmi3 Date: Wed Apr 12 09:02:13 2017 New Revision: 438336 URL: https://svnweb.freebsd.org/changeset/ports/438336 Log: - Add LICENSE - Fix WWW: - Cosmetic fixes Modified: head/net/gq/Makefile head/net/gq/pkg-descr Modified: head/net/gq/Makefile ============================================================================== --- head/net/gq/Makefile Wed Apr 12 08:35:58 2017 (r438335) +++ head/net/gq/Makefile Wed Apr 12 09:02:13 2017 (r438336) @@ -11,25 +11,29 @@ MASTER_SITES= SF/${PORTNAME}client/GQ%20 MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based LDAP client -LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring +LICENSE= GPLv2+ LGPL21+ # some source files are under lgpl +LICENSE_COMB= multi +LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING -OPTIONS_DEFINE= DND CACHE -OPTIONS_DEFAULT= DND CACHE -DND_DESC= Enable Drag and drop support in browse mode -CACHE_DESC= Support the OpenLDAP experimental client cache +LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring USE_GNOME= intltool libglade2 gnomedocutils USE_OPENLDAP= yes -USES= desktop-file-utils gettext pkgconfig gmake shared-mime-info ssl +USES= desktop-file-utils gettext pkgconfig gmake shared-mime-info ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} --disable-update-mimedb -DND_CONFIGURE_ENABLE= browser-dns -CACHE_CONFIGURE_ENABLE= cache INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include -Wno-return-type LIBS+= -L${LOCALBASE}/lib -lcrypto +OPTIONS_DEFINE= DND CACHE +OPTIONS_DEFAULT= DND CACHE +DND_DESC= Enable Drag and drop support in browse mode +DND_CONFIGURE_ENABLE= browser-dns +CACHE_DESC= Support the OpenLDAP experimental client cache +CACHE_CONFIGURE_ENABLE= cache + post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/src/syntax.h \ Modified: head/net/gq/pkg-descr ============================================================================== --- head/net/gq/pkg-descr Wed Apr 12 08:35:58 2017 (r438335) +++ head/net/gq/pkg-descr Wed Apr 12 09:02:13 2017 (r438336) @@ -9,4 +9,4 @@ GQ is a GTK-based LDAP client. Features - use any number of servers - search based on single argument or LDAP filter -WWW: http://www.gq-project.org/ +WWW: https://sourceforge.net/projects/gqclient/