Index: head/graphics/icat/files/patch-Makefile =================================================================== --- head/graphics/icat/files/patch-Makefile (revision 466287) +++ head/graphics/icat/files/patch-Makefile (nonexistent) @@ -1,24 +0,0 @@ ---- ./Makefile.orig 2013-04-29 11:51:10.242627983 +0200 -+++ ./Makefile 2013-04-29 11:51:26.370242683 +0200 -@@ -1,16 +1,16 @@ --GCC=gcc --CCFLAGS=-Wall -pedantic -std=c99 -D_BSD_SOURCE --LDFLAGS=-lImlib2 -+CC?=gcc -+CFLAGS+=-Wall -pedantic -std=c99 -D_BSD_SOURCE -+LDFLAGS+=-lImlib2 - PROG=icat - MODS=icat.o - - all: $(PROG) - - %.o: %.c -- $(GCC) -c $(CCFLAGS) -o $@ $< -+ $(CC) -c $(CFLAGS) -o $@ $< - - $(PROG): $(MODS) -- $(GCC) -o $@ $< $(LDFLAGS) -+ $(CC) -o $@ $< $(LDFLAGS) - - clean: - -rm -f $(PROG) $(MODS) Property changes on: head/graphics/icat/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/icat/Makefile =================================================================== --- head/graphics/icat/Makefile (revision 466287) +++ head/graphics/icat/Makefile (revision 466288) @@ -1,29 +1,30 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= icat -PORTVERSION= 0.4 +PORTVERSION= 0.5 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= ehaupt@FreeBSD.org COMMENT= Displays images in 256-color capable terminals + +LICENSE= BSD2CLAUSE LIB_DEPENDS= libImlib2.so:graphics/imlib2 USES= gmake dos2unix USE_GITHUB= yes GH_ACCOUNT= atextor CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/icat CONFLICTS= sleuthkit-[0-9]* do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/graphics/icat/distinfo =================================================================== --- head/graphics/icat/distinfo (revision 466287) +++ head/graphics/icat/distinfo (revision 466288) @@ -1,2 +1,3 @@ -SHA256 (atextor-icat-v0.4_GH0.tar.gz) = b286495047cdfa04375cdd788f246fa227725460a66cb151c9a22957bbdb567f -SIZE (atextor-icat-v0.4_GH0.tar.gz) = 7858 +TIMESTAMP = 1522737831 +SHA256 (atextor-icat-v0.5_GH0.tar.gz) = 1d77f20c7eab29efe22aeebe426301b7dca1f898759c63f32a714c7c9ae1aab4 +SIZE (atextor-icat-v0.5_GH0.tar.gz) = 46232