Index: head/graphics/ansilove/Makefile =================================================================== --- head/graphics/ansilove/Makefile (revision 553104) +++ head/graphics/ansilove/Makefile (revision 553105) @@ -1,45 +1,45 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= ansilove -PORTVERSION= 4.1.3 +PORTVERSION= 4.1.4 CATEGORIES= graphics textproc MAINTAINER= amdmi3@FreeBSD.org COMMENT= ANSI / ASCII art to PNG converter LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libansilove.so:graphics/libansilove USE_GITHUB= yes USES= cmake TEST_TARGET= test PORTDOCS= AUTHORS ChangeLog README.md THANKS PORTEXAMPLES= * PLIST_FILES= bin/ansilove \ man/man1/ansilove.1.gz OPTIONS_DEFINE= DOCS EXAMPLES post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor post-install-EXAMPLES-on: @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} post-test: @cd ${WRKSRC}/examples/ && for f in */*.ans; do \ ${MKDIR} -p ${WRKDIR}/test/`dirname "$$f"`; \ ${BUILD_WRKSRC}/${PORTNAME} -o "${WRKDIR}/test/$$f.png" "$$f"; \ ${FILE} "${WRKDIR}/test/$$f.png" | ${GREP} -q 'PNG'; \ done .include Index: head/graphics/ansilove/distinfo =================================================================== --- head/graphics/ansilove/distinfo (revision 553104) +++ head/graphics/ansilove/distinfo (revision 553105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600440360 -SHA256 (ansilove-ansilove-4.1.3_GH0.tar.gz) = 9c380f2a9a8c7abe317fe2e03c625740683db76d29dacc49023b96a61c8348ba -SIZE (ansilove-ansilove-4.1.3_GH0.tar.gz) = 41025 +TIMESTAMP = 1603451179 +SHA256 (ansilove-ansilove-4.1.4_GH0.tar.gz) = e072efb0a79df060941520677192366c8635b113fe2d38860b261aee990467d3 +SIZE (ansilove-ansilove-4.1.4_GH0.tar.gz) = 41278 Index: head/graphics/ansilove/files/patch-CMakeLists.txt =================================================================== --- head/graphics/ansilove/files/patch-CMakeLists.txt (nonexistent) +++ head/graphics/ansilove/files/patch-CMakeLists.txt (revision 553105) @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2020-10-22 19:31:29 UTC ++++ CMakeLists.txt +@@ -34,7 +34,6 @@ find_path(ANSILOVE_INCLUDE_DIRS ansilove.h) + find_library(ANSILOVE_LIBRARIES NAMES ansilove REQUIRED) + include_directories(${ANSILOVE_INCLUDE_DIRS}) + +-set(CMAKE_BUILD_TYPE Release) + set(SRC src/ansilove.c src/types.c src/strtolower.c src/sauce.c) + + if(NOT HAVE_PLEDGE) Property changes on: head/graphics/ansilove/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property