mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- Update to 0.5.4
This commit is contained in:
parent
7c6286da52
commit
ab2e58be07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486886
3 changed files with 16 additions and 12 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= liblcf
|
||||
PORTVERSION= 0.5.3
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 0.5.4
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
|
@ -18,12 +17,12 @@ LIB_DEPENDS= libicui18n.so:devel/icu \
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= EasyRPG
|
||||
|
||||
USES= autoreconf compiler:c++11-lib libtool pathfix pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= cmake compiler:c++11-lib pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DCMAKE_INSTALL_INCLUDEDIR=include
|
||||
|
||||
PORTDOCS= AUTHORS README
|
||||
PORTDOCS= AUTHORS.md README.md
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1508950830
|
||||
SHA256 (EasyRPG-liblcf-0.5.3_GH0.tar.gz) = 4d2784ab927e2f61595b8efeb61664bcc64b3f746d12c893e302645dda3acddc
|
||||
SIZE (EasyRPG-liblcf-0.5.3_GH0.tar.gz) = 178434
|
||||
TIMESTAMP = 1541171693
|
||||
SHA256 (EasyRPG-liblcf-0.5.4_GH0.tar.gz) = fb31eebfa0e9a06cae9bfdc77c295f5deeaf44ab4d688da4a78777c77df125e6
|
||||
SIZE (EasyRPG-liblcf-0.5.4_GH0.tar.gz) = 185441
|
||||
|
|
|
@ -1,19 +1,23 @@
|
|||
include/liblcf/command_codes.h
|
||||
include/liblcf/data.h
|
||||
include/liblcf/enum_tags.h
|
||||
include/liblcf/ini.h
|
||||
include/liblcf/inireader.h
|
||||
include/liblcf/lcf_options.h
|
||||
include/liblcf/ldb_chunks.h
|
||||
include/liblcf/ldb_reader.h
|
||||
include/liblcf/ldb_terrain_flags.h
|
||||
include/liblcf/ldb_trooppagecondition_flags.h
|
||||
include/liblcf/lmt_chunks.h
|
||||
include/liblcf/lmt_reader.h
|
||||
include/liblcf/lmu_chunks.h
|
||||
include/liblcf/lmu_eventpagecondition_flags.h
|
||||
include/liblcf/lmu_reader.h
|
||||
include/liblcf/lsd_chunks.h
|
||||
include/liblcf/lsd_reader.h
|
||||
include/liblcf/lsd_savepicture_flags.h
|
||||
include/liblcf/reader_lcf.h
|
||||
include/liblcf/reader_struct.h
|
||||
include/liblcf/reader_types.h
|
||||
include/liblcf/reader_util.h
|
||||
include/liblcf/reader_xml.h
|
||||
include/liblcf/rpg_actor.h
|
||||
|
@ -81,8 +85,9 @@ include/liblcf/rpg_trooppagecondition.h
|
|||
include/liblcf/rpg_variable.h
|
||||
include/liblcf/writer_lcf.h
|
||||
include/liblcf/writer_xml.h
|
||||
lib/liblcf.a
|
||||
lib/cmake/liblcf/FindEXPAT.cmake
|
||||
lib/cmake/liblcf/FindICU.cmake
|
||||
lib/cmake/liblcf/liblcf-config.cmake
|
||||
lib/liblcf.so
|
||||
lib/liblcf.so.0
|
||||
lib/liblcf.so.0.0.0
|
||||
libdata/pkgconfig/liblcf.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue