Index: head/games/simsu/Makefile =================================================================== --- head/games/simsu/Makefile (revision 445745) +++ head/games/simsu/Makefile (revision 445746) @@ -1,40 +1,41 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= simsu PORTVERSION= 1.3.3 -PORTREVISION= 2 DISTVERSIONSUFFIX= -src +PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://gottcode.org/${PORTNAME}/ +MASTER_SITES= https://gottcode.org/${PORTNAME}/ \ + http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Basic Sudoku game LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= compiler:c++11-lib qmake tar:bzip2 USE_GL= gl USE_QT5= core gui widgets \ buildtools_build linguisttools_build OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes post-patch: @${REINPLACE_CMD} -e \ 's|share/man|man|' ${WRKSRC}/simsu.pro post-patch-NLS-off: @${REINPLACE_CMD} -e \ '/INSTALLS/s|qm||' ${WRKSRC}/simsu.pro post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} CREDITS ChangeLog NEWS README \ ${STAGEDIR}${DOCSDIR}) .include Index: head/games/simsu/pkg-descr =================================================================== --- head/games/simsu/pkg-descr (revision 445745) +++ head/games/simsu/pkg-descr (revision 445746) @@ -1,10 +1,10 @@ Simsu is a basic Sudoku game. You can switch between filling in notes (pencil mode), or filling in answers (pen mode). To make it easier to see where to place numbers, you can highlight all instances of a number. You can also check your answers for correctness while playing. The game stores your current notes and answers, so that you can pick up where you left off the next time you play. -WWW: http://gottcode.org/simsu/ +WWW: https://gottcode.org/simsu/