From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 22 22:00:23 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E18971065677 for ; Wed, 22 Jun 2011 22:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53FB98FC18 for ; Wed, 22 Jun 2011 22:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5MM0J0U059538 for ; Wed, 22 Jun 2011 22:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5MM0J4c059537; Wed, 22 Jun 2011 22:00:19 GMT (envelope-from gnats) Resent-Date: Wed, 22 Jun 2011 22:00:19 GMT Resent-Message-Id: <201106222200.p5MM0J4c059537@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roland Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CB541065670 for ; Wed, 22 Jun 2011 21:50:58 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.freebsd.org (Postfix) with ESMTP id 388958FC14 for ; Wed, 22 Jun 2011 21:50:57 +0000 (UTC) Received: from slackbox.erewhon.net (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr12.xs4all.nl (8.13.8/8.13.8) with ESMTP id p5MLoQBl052426 for ; Wed, 22 Jun 2011 23:50:26 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.erewhon.net (Postfix, from userid 1001) id 71FAABAA0; Wed, 22 Jun 2011 23:50:26 +0200 (CEST) Message-Id: <20110622215026.71FAABAA0@slackbox.erewhon.net> Date: Wed, 22 Jun 2011 23:50:26 +0200 (CEST) From: Roland Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158176: [patch] Update science/lamprop to 1.3.3. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roland Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2011 22:00:23 -0000 >Number: 158176 >Category: ports >Synopsis: [patch] Update science/lamprop to 1.3.3. >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: Wed Jun 22 22:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Roland Smith >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD slackbox.erewhon.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Sat Feb 26 01:45:50 CET 2011 rsmith@slackbox.erewhon.net:/usr/obj/usr/src/sys/QUADSLACK amd64 >Description: Lamprop has been updated to 1.3.3. Mainly some unrolling of the matrix manipulation code. >How-To-Repeat: >Fix: Apply the following patch; ---------------------------- diff --git a/port/Makefile b/port/Makefile index 553f3ed..f5b73b7 100644 --- a/port/Makefile +++ b/port/Makefile @@ -6,25 +6,27 @@ # PORTNAME= lamprop -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= science -MASTER_SITES= http://www.xs4all.nl/~rsmith/software/ +MASTER_SITES= http://rsmith.home.xs4all.nl/software/ MAINTAINER= rsmith@xs4all.nl COMMENT= Calculates properties of fiber reinforced composites -USE_REINPLACE= yes +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE PLIST_FILES= bin/lamprop -MAN1= lamprop.1 +MAN1= lamprop.1 MAN5= lamprop.5 MANCOMPRESSED= yes +MAKE_JOBS_SAFE= yes .if defined(NOPORTDOCS) MAKE_ENV= NOPORTDOCS=yes .else -PORTDOCS= LICENSE README ChangeLog +PORTDOCS= LICENSE README NEWS .endif post-patch: @@ -33,3 +35,4 @@ post-patch: ${WRKSRC}/Makefile .include + diff --git a/port/distinfo b/port/distinfo index 6256af8..23792aa 100644 --- a/port/distinfo +++ b/port/distinfo @@ -1,2 +1,2 @@ -MD5 (lamprop-1.3.2.tar.gz) = 97b7297d09aeb0ab00e867f3b651e516 -SHA256 (lamprop-1.3.2.tar.gz) = 0d4c224153c020aad04a203a6e850e70d78da4da4933c808b6c5a5fa11b6da8d -SIZE (lamprop-1.3.2.tar.gz) = 23245 +SHA256 (lamprop-1.3.3.tar.gz) = 1b9362e629686773a09a27caa5fb608ca39f4b91da53e59e97cad0826ba1d35f +SIZE (lamprop-1.3.3.tar.gz) = 27270 ---------------------------- >Release-Note: >Audit-Trail: >Unformatted: