ports/158176: [patch] Update science/lamprop to 1.3.3.

Roland Smith rsmith at xs4all.nl
Wed Jun 22 22:00:23 UTC 2011


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list