From owner-svn-ports-all@freebsd.org Fri Aug 17 09:38:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EDD110883AA; Fri, 17 Aug 2018 09:38:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 416697468D; Fri, 17 Aug 2018 09:38:06 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F3AA2694B; Fri, 17 Aug 2018 09:38:06 +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 w7H9c57K009459; Fri, 17 Aug 2018 09:38:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7H9c5tm009458; Fri, 17 Aug 2018 09:38:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201808170938.w7H9c5tm009458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 17 Aug 2018 09:38:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477415 - head/devel/libbonobo X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/libbonobo X-SVN-Commit-Revision: 477415 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2018 09:38:06 -0000 Author: amdmi3 Date: Fri Aug 17 09:38:05 2018 New Revision: 477415 URL: https://svnweb.freebsd.org/changeset/ports/477415 Log: - Add LICENSE - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Modified: head/devel/libbonobo/Makefile head/devel/libbonobo/pkg-descr Modified: head/devel/libbonobo/Makefile ============================================================================== --- head/devel/libbonobo/Makefile Fri Aug 17 09:35:04 2018 (r477414) +++ head/devel/libbonobo/Makefile Fri Aug 17 09:38:05 2018 (r477415) @@ -15,16 +15,20 @@ USES= tar:bzip2 .if !defined(REFERENCE_PORT) +LICENSE= GPLv2 LGPL21 # former for tools, latter for library +LICENSE_COMB= multi +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB + LIB_DEPENDS= libpopt.so:devel/popt -USES+= bison gettext gmake libtool:keepla pathfix pkgconfig perl5 +USES+= bison gettext gmake libtool:keepla localbase:ldflags pathfix pkgconfig perl5 USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= intlhack libxml2 orbit2 referencehack CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -pthread +LDFLAGS+= -pthread MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale post-patch: Modified: head/devel/libbonobo/pkg-descr ============================================================================== --- head/devel/libbonobo/pkg-descr Fri Aug 17 09:35:04 2018 (r477414) +++ head/devel/libbonobo/pkg-descr Fri Aug 17 09:38:05 2018 (r477415) @@ -2,4 +2,4 @@ Bonobo is a set of language- and system-independent CO for creating reusable components and controls, and for creating compound documents. -WWW: http://www.gnome.org/ +WWW: https://developer.gnome.org/libbonobo/