From owner-svn-ports-head@freebsd.org Fri Jun 2 10:55:07 2017 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 EC977BF4F0C; Fri, 2 Jun 2017 10:55:07 +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 AE00383418; Fri, 2 Jun 2017 10:55:07 +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 v52At6o5078963; Fri, 2 Jun 2017 10:55:06 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52At64V078962; Fri, 2 Jun 2017 10:55:06 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706021055.v52At64V078962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 2 Jun 2017 10:55:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442369 - head/deskutils/california 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.23 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: Fri, 02 Jun 2017 10:55:08 -0000 Author: kwm Date: Fri Jun 2 10:55:06 2017 New Revision: 442369 URL: https://svnweb.freebsd.org/changeset/ports/442369 Log: * Fix the build with libgee 0.8.1. * Record missing dependancy * Mark depricated and expire in 1 month, orphaned upstream and there is a good replacement available: gnome-calender. Modified: head/deskutils/california/Makefile Modified: head/deskutils/california/Makefile ============================================================================== --- head/deskutils/california/Makefile Fri Jun 2 10:34:17 2017 (r442368) +++ head/deskutils/california/Makefile Fri Jun 2 10:55:06 2017 (r442369) @@ -10,9 +10,13 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Calendar client for GNOME 3 +DEPRECATED= Orphaned upstream, replaced by gnome-calendar +EXPIRATION_DATE=2017-07-02 + BUILD_DEPENDS= itstool:textproc/itstool \ xdg-open:devel/xdg-utils LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 \ + libicui18n.so:devel/icu \ libsoup-2.4.so:devel/libsoup \ libgee-0.8.so:devel/libgee \ libgdata.so:devel/libgdata \ @@ -29,7 +33,7 @@ USE_GNOME= cairo evolutiondataserver3 glib20 gnomedocu USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CONFIGURE_ARGS= --disable-unity +CONFIGURE_ARGS= --disable-unity --disable-fatal CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip