From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 12:56:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E7EADB4E; Mon, 16 Sep 2013 12:56:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D54752B52; Mon, 16 Sep 2013 12:56:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GCutuX053644; Mon, 16 Sep 2013 12:56:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GCutBs053643; Mon, 16 Sep 2013 12:56:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161256.r8GCutBs053643@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 12:56:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327385 - head/games/crimson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 12:56:56 -0000 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 -# +# Created by: Jan Jungnickel # $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