Date: Mon, 8 Aug 2016 14:46:25 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419856 - in head/security/tthsum: . files Message-ID: <201608081446.u78EkP9L018899@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Aug 8 14:46:25 2016 New Revision: 419856 URL: https://svnweb.freebsd.org/changeset/ports/419856 Log: - Strip binary - Pacify portlint Modified: head/security/tthsum/Makefile head/security/tthsum/files/patch-Makefile Modified: head/security/tthsum/Makefile ============================================================================== --- head/security/tthsum/Makefile Mon Aug 8 14:41:55 2016 (r419855) +++ head/security/tthsum/Makefile Mon Aug 8 14:46:25 2016 (r419856) @@ -3,6 +3,7 @@ PORTNAME= tthsum PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://tthsum.devs.nu/pkg/ \ LOCAL/ehaupt @@ -21,6 +22,9 @@ PLIST_FILES= bin/tthsum man/man1/tthsum. MAKE_ENV+= STAGEDIR=${STAGEDIR} WRKSRC= ${WRKDIR}/${PORTNAME} +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test runtest Modified: head/security/tthsum/files/patch-Makefile ============================================================================== --- head/security/tthsum/files/patch-Makefile Mon Aug 8 14:41:55 2016 (r419855) +++ head/security/tthsum/files/patch-Makefile Mon Aug 8 14:46:25 2016 (r419856) @@ -1,6 +1,6 @@ ---- ./Makefile.orig 2013-08-13 20:58:36.000000000 +0200 -+++ ./Makefile 2013-08-14 14:40:58.335943659 +0200 -@@ -11,16 +11,6 @@ +--- Makefile.orig 2013-08-13 18:58:36 UTC ++++ Makefile +@@ -11,16 +11,6 @@ ifeq ($(MAN),) MAN = $(DESTDIR)/usr/local/man endif @@ -17,7 +17,7 @@ CC ?= gcc GZIP = gzip -9 -c RM = rm -rf -@@ -47,12 +37,12 @@ +@@ -47,12 +37,12 @@ TSTENTRY = $(BINS)/test.o override CPPFLAGS += $(shell cat $(BINS)/autoconf.cppflags)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081446.u78EkP9L018899>