Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2013 12:44:56 +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: r324713 - in head/security/tthsum: . files
Message-ID:  <201308141244.r7ECiuBx046643@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Aug 14 12:44:56 2013
New Revision: 324713
URL: http://svnweb.freebsd.org/changeset/ports/324713

Log:
  Update to 1.3.2

Modified:
  head/security/tthsum/Makefile
  head/security/tthsum/distinfo
  head/security/tthsum/files/patch-Makefile

Modified: head/security/tthsum/Makefile
==============================================================================
--- head/security/tthsum/Makefile	Wed Aug 14 12:40:32 2013	(r324712)
+++ head/security/tthsum/Makefile	Wed Aug 14 12:44:56 2013	(r324713)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tthsum
-PORTVERSION=	1.3.1
-PORTREVISION=	1
+PORTVERSION=	1.3.2
 CATEGORIES=	security
 MASTER_SITES=	http://tthsum.devs.nu/pkg/ \
 		CRITICAL
@@ -21,6 +20,8 @@ MANCOMPRESSED=	yes
 MAN1=		tthsum.1
 PLIST_FILES=	bin/tthsum
 
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
 regression-test: build
 	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} test runtest
 

Modified: head/security/tthsum/distinfo
==============================================================================
--- head/security/tthsum/distinfo	Wed Aug 14 12:40:32 2013	(r324712)
+++ head/security/tthsum/distinfo	Wed Aug 14 12:44:56 2013	(r324713)
@@ -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

Modified: head/security/tthsum/files/patch-Makefile
==============================================================================
--- head/security/tthsum/files/patch-Makefile	Wed Aug 14 12:40:32 2013	(r324712)
+++ head/security/tthsum/files/patch-Makefile	Wed Aug 14 12:44:56 2013	(r324713)
@@ -1,5 +1,5 @@
---- ./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
@@ -17,7 +17,7 @@
  CC ?= gcc
  GZIP = gzip -9 -c
  RM = rm -rf
-@@ -45,9 +35,9 @@
+@@ -47,12 +37,12 @@
  override CPPFLAGS += $(shell cat $(BINS)/autoconf.cppflags)
  
  
@@ -25,7 +25,13 @@
 +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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308141244.r7ECiuBx046643>