From owner-svn-ports-all@FreeBSD.ORG Sat Oct 20 04:46:13 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13A30DCD; Sat, 20 Oct 2012 04:46:13 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EF7188FC08; Sat, 20 Oct 2012 04:46:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9K4kC84050653; Sat, 20 Oct 2012 04:46:12 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9K4kCAk050651; Sat, 20 Oct 2012 04:46:12 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201210200446.q9K4kCAk050651@svn.freebsd.org> From: "Jason E. Hale" Date: Sat, 20 Oct 2012 04:46:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306157 - head/sysutils/wmflame X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 04:46:13 -0000 Author: jhale Date: Sat Oct 20 04:46:12 2012 New Revision: 306157 URL: http://svn.freebsd.org/changeset/ports/306157 Log: - Update MASTER_SITES - Add LICENSE (GPLv2) - Remove indefinite article from COMMENT - Trim Makefile header PR: ports/172070 Submitted by: KATO Tsuguru Approved by: makc, avilla (mentors, implicit) Feature safe: yes Modified: head/sysutils/wmflame/Makefile (contents, props changed) Modified: head/sysutils/wmflame/Makefile ============================================================================== --- head/sysutils/wmflame/Makefile Sat Oct 20 04:44:46 2012 (r306156) +++ head/sysutils/wmflame/Makefile Sat Oct 20 04:46:12 2012 (r306157) @@ -1,24 +1,25 @@ -# New ports collection makefile for: wmflame -# Date created: 16 May 2002 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= wmflame PORTVERSION= 0.60 PORTREVISION= 3 CATEGORIES= sysutils -MASTER_SITES= http://web.novalis.org/programs/ +MASTER_SITES= AFTERSTEP/stable/rpms/misc-tarballs \ + http://web.novalis.org/programs/ MAINTAINER= ports@FreeBSD.org -COMMENT= A dockapp that shows the load average as a flame +COMMENT= Dockapp that shows the load average as a flame + +LICENSE= GPLv2 -PLIST_FILES= bin/wmflame -WRKSRC= ${WRKDIR}/wmflame.app/${PORTNAME} USE_GMAKE= yes USE_XORG= x11 xpm +PLIST_FILES= bin/wmflame + +WRKSRC= ${WRKDIR}/wmflame.app/${PORTNAME} + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmflame ${PREFIX}/bin