deskutils/terminal-image-viewer: Update 1.1.0 -> 1.1.1

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2022-02-04 22:25:38 -08:00
parent 466f3a1eab
commit c85e6e1f07
4 changed files with 6 additions and 33 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= terminal-image-viewer
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
DISTVERSION= 1.1.1
CATEGORIES= deskutils
MAINTAINER= yuri@FreeBSD.org
@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/../../../LICENSE
RUN_DEPENDS= GraphicsMagick>0:graphics/GraphicsMagick
USES= compiler:c++17-lang gmake
USE_GITHUB= yes
GH_ACCOUNT= stefanhaustein
GH_PROJECT= TerminalImageViewer
@ -21,10 +22,4 @@ WRKSRC_SUBDIR= src/main/cpp
PLIST_FILES= bin/tiv
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == clang
EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1594055679
SHA256 (stefanhaustein-TerminalImageViewer-v1.1.0_GH0.tar.gz) = 727ddaa048643cb0a13e23bc308415060d99d8b1853883ad339ad7b952050d61
SIZE (stefanhaustein-TerminalImageViewer-v1.1.0_GH0.tar.gz) = 461521
TIMESTAMP = 1644041612
SHA256 (stefanhaustein-TerminalImageViewer-v1.1.1_GH0.tar.gz) = 9a5f5c8688ef8db0e88dfcea6a1ae30da32268a7ab7972ff0de71955a75af0db
SIZE (stefanhaustein-TerminalImageViewer-v1.1.1_GH0.tar.gz) = 463048

View File

@ -1,11 +0,0 @@
--- Makefile.orig 2019-10-21 19:12:09 UTC
+++ Makefile
@@ -14,7 +14,7 @@ bindir ?= $(exec_prefix)/bin
override CXXFLAGS += -std=c++17 -Wall -fexceptions
override LDFLAGS += -pthread
-override LDLIBS += -lstdc++fs
+#override LDLIBS += -lstdc++fs
all: $(PROGNAME)

View File

@ -1,11 +0,0 @@
--- Makefile.orig 2019-10-21 19:12:09 UTC
+++ Makefile
@@ -5,7 +5,7 @@ OBJECTS = tiv.o
CXX ?= g++
CXXFLAGS ?= -O2 -fpermissive
INSTALL ?= install
-INSTALL_PROGRAM ?= $(INSTALL) -D
+INSTALL_PROGRAM ?= $(INSTALL)
# https://www.gnu.org/prep/standards/html_node/Directory-Variables.html#Directory-Variables
prefix ?= /usr/local