- Update to 0.42.1

- Move to GitHub
- Define LICENSE_FILE
This commit is contained in:
Emanuel Haupt 2017-02-02 10:20:28 +00:00
parent d97eadd0f0
commit f17b5233de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433135
3 changed files with 12 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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/