diff options
author | riggs <riggs@FreeBSD.org> | 2016-03-27 15:34:57 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2016-03-27 15:34:57 +0800 |
commit | 63e0b0cf113770e0869e0569518d1fa8de5f2738 (patch) | |
tree | 3b6948434b630f1b035989cee01993de2b52e688 /games | |
parent | ac97a28aba57195eca4fe9b84427c19c022d8a5e (diff) | |
download | freebsd-ports-gnome-63e0b0cf113770e0869e0569518d1fa8de5f2738.tar.gz freebsd-ports-gnome-63e0b0cf113770e0869e0569518d1fa8de5f2738.tar.zst freebsd-ports-gnome-63e0b0cf113770e0869e0569518d1fa8de5f2738.zip |
Update multimedia/assimp to upstream version 3.1.1
Details:
- Allow build with clang on FreeBSD >= 10
- Add BOOST option
- Add restrictions for USE_GCC
- Update post-patch and pkg-plist file
- Bump PORTREVISION on dependent ports (possible ABI change)
PR: 207575
Submitted by: lightside@gmx.com
Approved by: maintainer timeout
Diffstat (limited to 'games')
-rw-r--r-- | games/doomsday/Makefile | 2 | ||||
-rw-r--r-- | games/pioneer/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/games/doomsday/Makefile b/games/doomsday/Makefile index 77257cbacebe..2c6681a48a3c 100644 --- a/games/doomsday/Makefile +++ b/games/doomsday/Makefile @@ -3,7 +3,7 @@ PORTNAME= doomsday PORTVERSION= 1.15.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/deng/Doomsday%20Engine/${PORTVERSION} DISTNAME= ${PORTNAME}-stable-${PORTVERSION} diff --git a/games/pioneer/Makefile b/games/pioneer/Makefile index c8173f95530b..324e46fb914b 100644 --- a/games/pioneer/Makefile +++ b/games/pioneer/Makefile @@ -3,6 +3,7 @@ PORTNAME= pioneer PORTVERSION= 0.0.${GH_TAGNAME} +PORTREVISION= 1 CATEGORIES= games MAINTAINER= lightside@gmx.com |