svn commit: r306157 - head/sysutils/wmflame

Jason E. Hale jhale at FreeBSD.org
Sat Oct 20 04:46:13 UTC 2012


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 at 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 at regency.nsu.ru>
-#
+# Created by: Alexey Dokuchaev <danfe at 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 at 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
 


More information about the svn-ports-all mailing list