ports/120624: [PATCH] update port science/lamprop to 1.3.2
Roland Smith
rsmith at xs4all.nl
Wed Feb 13 21:50:02 UTC 2008
>Number: 120624
>Category: ports
>Synopsis: [PATCH] update port science/lamprop to 1.3.2
>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 Feb 13 21:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Roland Smith
>Release: FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD slackbox.xs4all.nl 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Tue Jan 15 20:42:23 CET 2008 rsmith at slackbox.xs4all.nl:/usr/obj/usr/src/sys/RFS amd64
>Description:
I've recently released version 1.3.2. This is filed to update the port.
>How-To-Repeat:
N/A
>Fix:
Here is the patch. The file pkg-descr is unchanged.
-------- patch --------
diff -ruN /usr/ports/science/lamprop/Makefile port/Makefile
--- /usr/ports/science/lamprop/Makefile 2007-10-04 04:24:28.000000000 +0200
+++ port/Makefile 2008-02-13 22:31:47.000000000 +0100
@@ -2,20 +2,22 @@
# Date created: 15 May 2005
# Whom: rsmith at xs4all.nl
#
-# $FreeBSD: ports/science/lamprop/Makefile,v 1.5 2007/10/04 02:24:28 edwin Exp $
+# $FreeBSD$
#
PORTNAME= lamprop
-PORTVERSION= 1.3.1
+PORTVERSION= 1.3.2
CATEGORIES= science
MASTER_SITES= http://www.xs4all.nl/~rsmith/software/
MAINTAINER= rsmith at xs4all.nl
COMMENT= Calculates properties of fiber reinforced composites
+USE_REINPLACE= yes
+
PLIST_FILES= bin/lamprop
-MAN1= lamprop.1
+MAN1= lamprop.1
MAN5= lamprop.5
MANCOMPRESSED= yes
@@ -25,9 +27,9 @@
PORTDOCS= LICENSE README NEWS
.endif
-REP= 's|-pipe||; s|-fmerge-constants||; s|--fast-math||'
-
post-patch:
- @${REINPLACE_CMD} -e ${REP} ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e \
+ 's|-pipe||; s|-fmerge-constants||; s|-fno-unit-at-a-time||; s|--fast-math||' \
+ ${WRKSRC}/Makefile
.include <bsd.port.mk>
diff -ruN /usr/ports/science/lamprop/distinfo port/distinfo
--- /usr/ports/science/lamprop/distinfo 2006-01-24 07:38:27.000000000 +0100
+++ port/distinfo 2008-02-13 15:23:30.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (lamprop-1.3.1.tar.gz) = 4c624b2c9fb30918f0f56894eb1bdac7
-SHA256 (lamprop-1.3.1.tar.gz) = f77e794b897c494b15890c9367cad9e99c235531fa8709040f5ad7b96dd59ff5
-SIZE (lamprop-1.3.1.tar.gz) = 23033
+MD5 (lamprop-1.3.2.tar.gz) = 97b7297d09aeb0ab00e867f3b651e516
+SHA256 (lamprop-1.3.2.tar.gz) = 0d4c224153c020aad04a203a6e850e70d78da4da4933c808b6c5a5fa11b6da8d
+SIZE (lamprop-1.3.2.tar.gz) = 23245
-------- patch --------
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list