Add in License data for doom. Remove dist site as it's no longer running. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it.
Sent an email but have not gotten a reply, I am pretty sure code is GPLv1 Chris
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!