From owner-svn-ports-all@freebsd.org Thu Feb 2 10:20:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB4B6CCD205; Thu, 2 Feb 2017 10:20:29 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 90FFD1887; Thu, 2 Feb 2017 10:20:29 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v12AKStW016121; Thu, 2 Feb 2017 10:20:28 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v12AKSkg016118; Thu, 2 Feb 2017 10:20:28 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201702021020.v12AKSkg016118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 2 Feb 2017 10:20:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433135 - head/games/ctris 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.23 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: Thu, 02 Feb 2017 10:20:30 -0000 Author: ehaupt Date: Thu Feb 2 10:20:28 2017 New Revision: 433135 URL: https://svnweb.freebsd.org/changeset/ports/433135 Log: - Update to 0.42.1 - Move to GitHub - Define LICENSE_FILE Modified: head/games/ctris/Makefile head/games/ctris/distinfo head/games/ctris/pkg-descr Modified: head/games/ctris/Makefile ============================================================================== --- head/games/ctris/Makefile Thu Feb 2 09:39:25 2017 (r433134) +++ head/games/ctris/Makefile Thu Feb 2 10:20:28 2017 (r433135) @@ -2,22 +2,25 @@ # $FreeBSD$ PORTNAME= ctris -PORTVERSION= 0.42 +PORTVERSION= 0.42.1 +DISTVERSIONPREFIX= v CATEGORIES= games -MASTER_SITES= http://www.hackl.dhs.org/data/download/files/ \ - LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Colorized, small, and flexible Tetris(TM)-clone for the console LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -USES= ncurses tar:bzip2 -MAKE_ARGS= LIBS="${LDFLAGS} -lncurses -lm" +USES= ncurses + +USE_GITHUB= yes +GH_ACCOUNT= dominikhackl PLIST_FILES= bin/ctris man/man6/ctris.6.gz post-patch: + @${REINPLACE_CMD} -e "s|v0\.42|v${PORTVERSION}|" ${WRKSRC}/ctris.h @${REINPLACE_CMD} -e "s|gcc|${CC}|" -e "s|CFLAGS=.*|CFLAGS+=-Wall|" \ ${WRKSRC}/Makefile Modified: head/games/ctris/distinfo ============================================================================== --- head/games/ctris/distinfo Thu Feb 2 09:39:25 2017 (r433134) +++ head/games/ctris/distinfo Thu Feb 2 10:20:28 2017 (r433135) @@ -1,2 +1,3 @@ -SHA256 (ctris-0.42.tar.bz2) = 4f8acca2c37b53bd319aa011a59684f5051d7dcb37d4459c100ee50f66cf38b0 -SIZE (ctris-0.42.tar.bz2) = 13890 +TIMESTAMP = 1486030284 +SHA256 (dominikhackl-ctris-v0.42.1_GH0.tar.gz) = c5fe3e70b76129ea83cac85a3c5dbc084066a62d7ef4edcc73c545ee89222ed8 +SIZE (dominikhackl-ctris-v0.42.1_GH0.tar.gz) = 16116 Modified: head/games/ctris/pkg-descr ============================================================================== --- head/games/ctris/pkg-descr Thu Feb 2 09:39:25 2017 (r433134) +++ head/games/ctris/pkg-descr Thu Feb 2 10:20:28 2017 (r433135) @@ -1,4 +1,4 @@ ctris is a colorized, small and flexible Tetris(TM)-clone for the console. It also has some small special features. (e.g. a highscore-list) -WWW: http://www.hackl.dhs.org/ctris/ +WWW: https://github.com/dominikhackl/ctris/