svn commit: r403629 - head/www/libsocialweb

Koop Mast kwm at FreeBSD.org
Sat Dec 12 19:13:24 UTC 2015


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 at 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 at 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


More information about the svn-ports-all mailing list