Date: Wed, 12 Apr 2017 09:02:13 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438336 - head/net/gq Message-ID: <201704120902.v3C92Dfk038669@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704120902.v3C92Dfk038669>