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@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@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 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 --------