From owner-svn-ports-head@freebsd.org Sat Dec 12 19:13:24 2015 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 BD639A3B008; Sat, 12 Dec 2015 19:13:24 +0000 (UTC) (envelope-from kwm@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 8BEC61734; Sat, 12 Dec 2015 19:13:24 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBCJDN9Z001573; Sat, 12 Dec 2015 19:13:23 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBCJDNfv001572; Sat, 12 Dec 2015 19:13:23 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201512121913.tBCJDNfv001572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 12 Dec 2015 19:13:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403629 - head/www/libsocialweb 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.20 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: Sat, 12 Dec 2015 19:13:24 -0000 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 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