From owner-svn-ports-head@FreeBSD.ORG Thu Jan 23 00:32:53 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6008990; Thu, 23 Jan 2014 00:32:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C74A15F1; Thu, 23 Jan 2014 00:32:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0N0WrxX046232; Thu, 23 Jan 2014 00:32:53 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0N0Wr31046231; Thu, 23 Jan 2014 00:32:53 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401230032.s0N0Wr31046231@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 23 Jan 2014 00:32:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340766 - head/devel/libnotify 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.17 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: Thu, 23 Jan 2014 00:32:53 -0000 Author: bapt Date: Thu Jan 23 00:32:52 2014 New Revision: 340766 URL: http://svnweb.freebsd.org/changeset/ports/340766 QAT: https://qat.redports.org/buildarchive/r340766/ Log: Support stage Modified: head/devel/libnotify/Makefile Modified: head/devel/libnotify/Makefile ============================================================================== --- head/devel/libnotify/Makefile Thu Jan 23 00:31:22 2014 (r340765) +++ head/devel/libnotify/Makefile Thu Jan 23 00:32:52 2014 (r340766) @@ -8,10 +8,9 @@ CATEGORIES= devel gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org -COMMENT= A library for desktop notifications +COMMENT= Library for desktop notifications LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING USE_XZ= yes USE_GNOME= intlhack glib20 gdkpixbuf2 ltverhack introspection:build @@ -21,5 +20,4 @@ USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include