Date: Fri, 17 Aug 2018 09:38:05 +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: r477415 - head/devel/libbonobo Message-ID: <201808170938.w7H9c5tm009458@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808170938.w7H9c5tm009458>