Date: Thu, 13 Jul 2006 09:40:26 -0400 (EDT) From: Wesley Shields <wxs@atarininja.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100210: [MAINTAINER UPDATE]: security/libtomcrypt Message-ID: <20060713134026.9EC525C2E@syn.atarininja.org> Resent-Message-ID: <200607131340.k6DDeHwe078932@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100210 >Category: ports >Synopsis: [MAINTAINER UPDATE]: security/libtomcrypt >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 13 13:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Wesley Shields >Release: FreeBSD 6.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD syn.csh.rit.edu 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Wed May 10 10:00:45 EST 2006 root@syn.csh.rit.edu:/usr/obj/usr/src/sys/SMP amd64 >Description: security/libtomcrypt is up to 1.13 now. The attached patch updates the port and makes the IGNORE string read properly. >How-To-Repeat: N/A >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/libtomcrypt/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 31 May 2006 18:06:34 -0000 1.16 +++ Makefile 13 Jul 2006 13:37:54 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libtomcrypt -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= security MASTER_SITES= http://libtomcrypt.com/files/ DISTNAME= crypt-${PORTVERSION} @@ -32,7 +32,7 @@ .include <bsd.port.pre.mk> .if defined(WITHOUT_LIBTOMMATH) && !defined(WITH_TOMSFASTMATH) && !defined(WITH_GMP) -IGNORE= you must choose at least LibTomMath, TomsFastMath, or GMP (or all three) +IGNORE= requires LibTomMath, TomsFastMath, or GMP (or all three) .endif .if !defined(WITHOUT_LIBTOMMATH) Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/libtomcrypt/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- distinfo 31 May 2006 18:06:34 -0000 1.12 +++ distinfo 13 Jul 2006 13:37:54 -0000 @@ -1,3 +1,3 @@ -MD5 (crypt-1.12.tar.bz2) = 0a018c0a84deea104bbc21d566f142fc -SHA256 (crypt-1.12.tar.bz2) = 3001f79f26d3e70ae52e3f752c506aec1159c5efdcc43ca970cbfc7904c50907 -SIZE (crypt-1.12.tar.bz2) = 1393191 +MD5 (crypt-1.13.tar.bz2) = 88f8501f9679e8f27f52a5d459b0737b +SHA256 (crypt-1.13.tar.bz2) = 964ae6d306c1d562413b4b6d1593903e1ff5d3e90a29ffc6dc74f3e0cedee5e0 +SIZE (crypt-1.13.tar.bz2) = 1396963 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060713134026.9EC525C2E>