Index: head/games/connectagram/Makefile =================================================================== --- head/games/connectagram/Makefile (revision 458018) +++ head/games/connectagram/Makefile (revision 458019) @@ -1,36 +1,36 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= connectagram PORTVERSION= 1.2.5 -PORTREVISION= 1 DISTVERSIONSUFFIX= -src +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://gottcode.org/connectagram/ MAINTAINER= ports@FreeBSD.org COMMENT= Word unscrambling game LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= compiler:c++11-lib qmake tar:bzip2 USE_QT5= buildtools_build core gui linguisttools_build network widgets INSTALLS_ICONS= yes OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ 's|share/man|man|;s|metainfo|appdata|' ${WRKSRC}/connectagram.pro @${REINPLACE_CMD} -e \ 's|std::lround|lround|' ${WRKSRC}/src/*.cpp post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} CREDITS ChangeLog NEWS README \ ${STAGEDIR}${DOCSDIR}) .include Index: head/games/connectagram/pkg-descr =================================================================== --- head/games/connectagram/pkg-descr (revision 458018) +++ head/games/connectagram/pkg-descr (revision 458019) @@ -1,15 +1,15 @@ Connectagram is a word unscrambling game. The board consists of several scrambled words that are joined together. You can choose the length of the words, the amount of words, and the pattern that the words are arranged in. The game provides a hint option for times when you are stuck, and features an online word lookup that fetches the definitions of each word from www.wiktionary.org. Your current progress is automatically saved. Note that this game involves a large and varied word list, some of which may be considered inappropriate for children. You can edit the file containing the word list if you wish to remove words from your game. The location of this file varies by platform. -WWW: http://gottcode.org/connectagram/ +WWW: https://gottcode.org/connectagram/