Index: head/security/tthsum/Makefile =================================================================== --- head/security/tthsum/Makefile (revision 324712) +++ head/security/tthsum/Makefile (revision 324713) @@ -1,27 +1,28 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= tthsum -PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= security MASTER_SITES= http://tthsum.devs.nu/pkg/ \ CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility for generating and checking TTH message digests LICENSE= GPLv3 CONFLICTS= microdc2-[0-9]* USES= gmake MANCOMPRESSED= yes MAN1= tthsum.1 PLIST_FILES= bin/tthsum + +WRKSRC= ${WRKDIR}/${PORTNAME} regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} test runtest .include Index: head/security/tthsum/distinfo =================================================================== --- head/security/tthsum/distinfo (revision 324712) +++ head/security/tthsum/distinfo (revision 324713) @@ -1,2 +1,2 @@ -SHA256 (tthsum-1.3.1.tar.gz) = b141e585884144e90c4cc63872b0bfddc32db3d842a406d8b8a744db82736da5 -SIZE (tthsum-1.3.1.tar.gz) = 78989 +SHA256 (tthsum-1.3.2.tar.gz) = 49d9e2b37ff69a831f271584fc35c358c28523c8595c95f3a1fa18b2951b00f2 +SIZE (tthsum-1.3.2.tar.gz) = 88434 Index: head/security/tthsum/files/patch-Makefile =================================================================== --- head/security/tthsum/files/patch-Makefile (revision 324712) +++ head/security/tthsum/files/patch-Makefile (revision 324713) @@ -1,31 +1,37 @@ ---- ./Makefile.orig 2011-10-10 08:34:43.000000000 +0200 -+++ ./Makefile 2011-10-15 10:22:58.000000000 +0200 +--- ./Makefile.orig 2013-08-13 20:58:36.000000000 +0200 ++++ ./Makefile 2013-08-14 14:40:58.335943659 +0200 @@ -11,16 +11,6 @@ MAN = $(DESTDIR)/usr/local/man endif -ifeq ($(DEBUG),) - override CPPFLAGS += -DNDEBUG - CFLAGS += -O3 #-fno-stack-protector #-march=native - LDFLAGS += -O3 #-march=native -else - override CPPFLAGS += -DDEBUG - CFLAGS += -g #-pg - LDFLAGS += -g #-pg -endif - CC ?= gcc GZIP = gzip -9 -c RM = rm -rf -@@ -45,9 +35,9 @@ +@@ -47,12 +37,12 @@ override CPPFLAGS += $(shell cat $(BINS)/autoconf.cppflags) -all: tthsum manual test runtest +all: tthsum manual -install: tthsum manual test runtest +- install -d $(BIN) $(MAN)/man1 +- install $(BINS)/tthsum $(BIN) +- install -m644 $(SHARES)/tthsum.1.gz $(MAN)/man1 +install: tthsum manual - install -d $(BIN) $(MAN)/man1 - install $(BINS)/tthsum $(BIN) - install -m644 $(SHARES)/tthsum.1.gz $(MAN)/man1 ++ install -d $(BIN) $(MANPREFIX)/man/man1 ++ install $(BINS)/tthsum $(PREFIX)/bin ++ install -m644 $(SHARES)/tthsum.1.gz $(MANPREFIX)/man/man1 + + uninstall: + $(RM) $(BIN)/tthsum