Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 12:56:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327385 - head/games/crimson
Message-ID:  <201309161256.r8GCutBs053643@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep 16 12:56:55 2013
New Revision: 327385
URL: http://svnweb.freebsd.org/changeset/ports/327385

Log:
  Add -fields package name.
  1/ that better reflect the name of the game
  2/ that avoids a conflicting package name with textproc/crimson
  3/ that allows it to properly have its LATEST_LINK working.

Modified:
  head/games/crimson/Makefile

Modified: head/games/crimson/Makefile
==============================================================================
--- head/games/crimson/Makefile	Mon Sep 16 12:21:03 2013	(r327384)
+++ head/games/crimson/Makefile	Mon Sep 16 12:56:55 2013	(r327385)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	crimson
-# Date created:				3 May 2001
-# Whom:					Jan Jungnickel <jan@jungnickel.com>
-#
+# Created by: Jan Jungnickel <jan@jungnickel.com>
 # $FreeBSD$
 
 PORTNAME=	crimson
@@ -9,16 +6,15 @@ PORTVERSION=	0.5.3
 PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://crimson.seul.org/files/
+PKGNAMESUFFIX=	-fields
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tactical war game in the tradition of Battle Isle
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_SDL=	mixer sdl ttf
 
 MAN6=		crimson.6
 
-NO_LATEST_LINK=	yes
-
 .include <bsd.port.mk>



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