svn commit: r305342 - in head/games: doom doom-data

Alex Kozlov ak at FreeBSD.org
Sat Oct 6 08:02:08 UTC 2012


Author: ak
Date: Sat Oct  6 08:02:07 2012
New Revision: 305342
URL: http://svn.freebsd.org/changeset/ports/305342

Log:
  - Add license
  - Convert Makefile headers to new style
  - Update MASTER_SITES
  
  PR:	ports/172111
  Submitted by:	Chris Petrik <c.petrik.sosa at gmail.com> (maintainer)

Modified:
  head/games/doom-data/Makefile   (contents, props changed)
  head/games/doom/Makefile   (contents, props changed)

Modified: head/games/doom-data/Makefile
==============================================================================
--- head/games/doom-data/Makefile	Sat Oct  6 08:01:29 2012	(r305341)
+++ head/games/doom-data/Makefile	Sat Oct  6 08:02:07 2012	(r305342)
@@ -1,16 +1,12 @@
-# New ports collection makefile for:	doom-data
-# Date created:				21 Sep 2005
-# Whom:					Alejandro Pulver <alejandro at varnet.biz>
-#
 # $FreeBSD$
-#
+# Created by:	Alejandro Pulver <alejandro at varnet.biz>
 
 PORTNAME=	data
 PORTVERSION=	1.0
 PORTREVISION=	1
 CATEGORIES=	games
-MASTER_SITES=	http://www.ijs.si/~lesi/distfiles/doom/ \
-		http://distfiles.officialunix.com/
+MASTER_SITES=	http://www.ijs.si/~lesi/distfiles/doom/
+
 PKGNAMEPREFIX=	${DMPKGNAMEPREFIX}
 EXTRACT_SUFX=	.bz2
 DISTFILES=	#

Modified: head/games/doom/Makefile
==============================================================================
--- head/games/doom/Makefile	Sat Oct  6 08:01:29 2012	(r305341)
+++ head/games/doom/Makefile	Sat Oct  6 08:02:07 2012	(r305342)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    games
-# Date created:         Mon Dec 14 21:03:01 MET 1998
-# Whom:                 jmz
-#
 # $FreeBSD$
-#
+# Created by:	Jean-Marc Zucconi <jmz at FreeBSD.org>
 
 PORTNAME=	doom
 PORTVERSION=	1.10
@@ -15,6 +11,8 @@ DISTNAME=	doomsrc
 MAINTAINER=	c.petrik.sosa at gmail.com
 COMMENT=	DOOM: the game and the sound server
 
+LICENSE=	GPLv1
+
 NO_CDROM=	requested by IDsoftware
 
 ONLY_FOR_ARCHS=	i386



More information about the svn-ports-all mailing list