Date: Wed, 22 Jun 2011 23:50:26 +0200 (CEST) From: Roland Smith <rsmith@xs4all.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/158176: [patch] Update science/lamprop to 1.3.3. Message-ID: <20110622215026.71FAABAA0@slackbox.erewhon.net> Resent-Message-ID: <201106222200.p5MM0J4c059537@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> + 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110622215026.71FAABAA0>