Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2012 04:46:12 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306157 - head/sysutils/wmflame
Message-ID:  <201210200446.q9K4kCAk050651@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tkato432@yahoo.com>
  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 <danfe@regency.nsu.ru>
-#
+# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
 # $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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210200446.q9K4kCAk050651>