From owner-svn-ports-all@FreeBSD.ORG Wed Sep 24 01:45:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53C84CB3; Wed, 24 Sep 2014 01:45:43 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40CA694E; Wed, 24 Sep 2014 01:45:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8O1jh2e050952; Wed, 24 Sep 2014 01:45:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8O1jhjX050951; Wed, 24 Sep 2014 01:45:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409240145.s8O1jhjX050951@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 24 Sep 2014 01:45:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369146 - head/games/lincity-ng 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.18-1 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: Wed, 24 Sep 2014 01:45:43 -0000 Author: amdmi3 Date: Wed Sep 24 01:45:42 2014 New Revision: 369146 URL: http://svnweb.freebsd.org/changeset/ports/369146 QAT: https://qat.redports.org/buildarchive/r369146/ Log: - Switch to PLIST_FILES/PORTDATA/PORTDOCS - Simplify MASTER_SITES - Pass maintainership to games@ Deleted: head/games/lincity-ng/pkg-plist Modified: head/games/lincity-ng/Makefile Modified: head/games/lincity-ng/Makefile ============================================================================== --- head/games/lincity-ng/Makefile Wed Sep 24 01:44:53 2014 (r369145) +++ head/games/lincity-ng/Makefile Wed Sep 24 01:45:42 2014 (r369146) @@ -5,10 +5,9 @@ PORTNAME= lincity-ng PORTVERSION= 2.0 PORTREVISION= 11 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_BERLIOS} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= BERLIOS -MAINTAINER= ports@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Improved rich city simulation game for X BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam @@ -25,6 +24,12 @@ CONFIGURE_ARGS= --with-libphysfs=${PREFI CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +PLIST_FILES= bin/lincity-ng \ + share/applications/lincity-ng.desktop \ + share/pixmaps/lincity-ng.png +PORTDATA= * +PORTDOCS= * + OPTIONS_DEFINE= DOCS post-patch: