1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

devel/libfmt: Bump PORTREVISION

Attempt to fix build of kodi-devel on 2018Q1.

r453704 moved libfmt from building a static library to a shared
library but PORTREVISION was not bumped.

This now leads to build failures on 2018Q1 where libfmt.so cannot be
found because the libfmt package was not rebuilt and only installs
libfmt.a.

http://beefy1.nyi.freebsd.org/data/111i386-quarterly/457961/logs/kodi-devel-18.0.g20171213_1.log
http://beefy3.nyi.freebsd.org/data/111amd64-quarterly/457961/logs/kodi-devel-18.0.g20171213_1.log

Pointy hat:	yuri
MFH:		2018Q1
This commit is contained in:
Tobias Kortkamp 2018-01-04 05:33:38 +00:00
parent 2ad0088fe1
commit 782616f6cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458014

View File

@ -2,7 +2,7 @@
PORTNAME= libfmt
PORTVERSION= 3.0.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= SlavaMikerov@gmail.com