Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2012 08:02:07 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305342 - in head/games: doom doom-data
Message-ID:  <201210060802.q96827BE024739@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@varnet.biz>
-#
 # $FreeBSD$
-#
+# Created by:	Alejandro Pulver <alejandro@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@FreeBSD.org>
 
 PORTNAME=	doom
 PORTVERSION=	1.10
@@ -15,6 +11,8 @@ DISTNAME=	doomsrc
 MAINTAINER=	c.petrik.sosa@gmail.com
 COMMENT=	DOOM: the game and the sound server
 
+LICENSE=	GPLv1
+
 NO_CDROM=	requested by IDsoftware
 
 ONLY_FOR_ARCHS=	i386



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