diff options
-rw-r--r-- | games/pingus/Makefile | 9 | ||||
-rw-r--r-- | games/pingus/distinfo | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/games/pingus/Makefile b/games/pingus/Makefile index 02aded311564..91b2f578d20c 100644 --- a/games/pingus/Makefile +++ b/games/pingus/Makefile @@ -3,18 +3,21 @@ PORTNAME= pingus PORTVERSION= 0.7.6 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ +PATCH_SITES= https://gitlab.com/${PORTNAME}/${PORTNAME}/commit/ +PATCHFILES= fef8cf6512fa.patch:-p1 + MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free Lemmings-like game LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng.so:graphics/png \ - libboost_signals.so:devel/boost-libs +BUILD_DEPENDS= ${LOCALBASE}/include/boost/signals2.hpp:devel/boost-libs +LIB_DEPENDS= libpng.so:graphics/png USES= compiler:c++11-lib iconv scons tar:bzip2 USE_GL= gl diff --git a/games/pingus/distinfo b/games/pingus/distinfo index e7d13862883d..74b7bcfbbd9c 100644 --- a/games/pingus/distinfo +++ b/games/pingus/distinfo @@ -1,2 +1,5 @@ +TIMESTAMP = 1324763207 SHA256 (pingus-0.7.6.tar.bz2) = 759c1253075d1e72691bc1e770b24cdd51917041fd1857c1daf85b65a6686460 SIZE (pingus-0.7.6.tar.bz2) = 12622268 +SHA256 (fef8cf6512fa.patch) = cb4788d014fd4c479d95203c442ffb65a8bdb4223219a3cc5e3ab09f9b3a4894 +SIZE (fef8cf6512fa.patch) = 12316 |