From owner-svn-ports-head@FreeBSD.ORG Sun Dec 29 16:35:06 2013 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 C8E6E9B5; Sun, 29 Dec 2013 16:35:06 +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 B50F510DF; Sun, 29 Dec 2013 16:35:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBTGZ6R9016265; Sun, 29 Dec 2013 16:35:06 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBTGZ6rB016263; Sun, 29 Dec 2013 16:35:06 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201312291635.rBTGZ6rB016263@svn.freebsd.org> From: Antoine Brodin Date: Sun, 29 Dec 2013 16:35:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338027 - head/x11-clocks/sanduhr 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: Sun, 29 Dec 2013 16:35:06 -0000 Author: antoine Date: Sun Dec 29 16:35:06 2013 New Revision: 338027 URL: http://svnweb.freebsd.org/changeset/ports/338027 Log: Stage support Modified: head/x11-clocks/sanduhr/Makefile head/x11-clocks/sanduhr/pkg-plist Modified: head/x11-clocks/sanduhr/Makefile ============================================================================== --- head/x11-clocks/sanduhr/Makefile Sun Dec 29 16:34:27 2013 (r338026) +++ head/x11-clocks/sanduhr/Makefile Sun Dec 29 16:35:06 2013 (r338027) @@ -8,16 +8,13 @@ CATEGORIES= x11-clocks gnome MASTER_SITES= http://seehuhn.de/media/programs/ MAINTAINER= ports@FreeBSD.org -COMMENT= An alarm clock for GNOME desktop designed as a sand-glass +COMMENT= Alarm clock for GNOME desktop designed as a sand-glass -USES= gmake pkgconfig -USE_GNOME= gnomehack gnomeprefix libgnomeui +USES= gmake pathfix pkgconfig +USE_GNOME= gnomeprefix libgnomeui INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= sanduhr.1 - -NO_STAGE= yes .include Modified: head/x11-clocks/sanduhr/pkg-plist ============================================================================== --- head/x11-clocks/sanduhr/pkg-plist Sun Dec 29 16:34:27 2013 (r338026) +++ head/x11-clocks/sanduhr/pkg-plist Sun Dec 29 16:35:06 2013 (r338027) @@ -1,5 +1,6 @@ bin/sanduhr libdata/bonobo/servers/sanduhr.server +man/man1/sanduhr.1.gz share/gnome/apps/Utilities/sanduhr.desktop share/gnome/help/sanduhr/C/alarmref.xml share/gnome/help/sanduhr/C/factoryref.xml