Date: Sat, 12 Dec 2015 19:13:23 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403629 - head/www/libsocialweb Message-ID: <201512121913.tBCJDNfv001572@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Sat Dec 12 19:13:23 2015 New Revision: 403629 URL: https://svnweb.freebsd.org/changeset/ports/403629 Log: Add license lines Add implicit depend on libsoup-gnome Teach configure where to find libintl.h Sort plist. Pet portlint a bit. PR: 201531 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Modified: head/www/libsocialweb/Makefile Modified: head/www/libsocialweb/Makefile ============================================================================== --- head/www/libsocialweb/Makefile Sat Dec 12 18:58:00 2015 (r403628) +++ head/www/libsocialweb/Makefile Sat Dec 12 19:13:23 2015 (r403629) @@ -3,22 +3,28 @@ PORTNAME= libsocialweb PORTVERSION= 0.25.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org -COMMENT= Personal social data server. +COMMENT= Personal social data server + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/devel/librest \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ + libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gconf2 glib20 intlhack introspection:build \ libxslt:build GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-vala-bindings # review if we want all the services enabled, because of not completely
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512121913.tBCJDNfv001572>