diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-15 20:24:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-15 20:24:04 +0000 |
commit | 8f23e8d68b72e06697afbfeeda626e3c78ba66b6 (patch) | |
tree | 8f67607346ac6cf57292a0f11480820a14b7ccb9 /science | |
parent | 5efc861b0c6e966d9cf3e8ef48f0a5374c341d9e (diff) | |
download | ports-8f23e8d68b72e06697afbfeeda626e3c78ba66b6.tar.gz ports-8f23e8d68b72e06697afbfeeda626e3c78ba66b6.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/lamprop/Makefile | 8 | ||||
-rw-r--r-- | science/lamprop/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/science/lamprop/Makefile b/science/lamprop/Makefile index d5361e614659..8691af8e905e 100644 --- a/science/lamprop/Makefile +++ b/science/lamprop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lamprop -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= science MASTER_SITES= http://www.xs4all.nl/~rsmith/software/ @@ -25,9 +25,9 @@ MAKE_ENV= NOPORTDOCS=yes 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 --git a/science/lamprop/distinfo b/science/lamprop/distinfo index fa53f68a3b81..6a897039d97d 100644 --- a/science/lamprop/distinfo +++ b/science/lamprop/distinfo @@ -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 |