summaryrefslogtreecommitdiff
path: root/misc/stan
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-18 19:31:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-18 19:31:45 +0000
commit3156f1b61e41e2cdfbb62404b7e42ac88ffaf72f (patch)
tree84254854515cf17bc5c3a2984b7cb9e5c9028641 /misc/stan
parentUpgrade to version 1.150. (diff)
- Update to 0.4.1
- Respect CFLAGS PR: ports/83682 Submitted by: Andrej Zverev <az@inec.ru>
Notes
Notes: svn path=/head/; revision=139529
Diffstat (limited to 'misc/stan')
-rw-r--r--misc/stan/Makefile7
-rw-r--r--misc/stan/distinfo4
2 files changed, 8 insertions, 3 deletions
diff --git a/misc/stan/Makefile b/misc/stan/Makefile
index 8e89e2ae5aa4..1da3e2e638bb 100644
--- a/misc/stan/Makefile
+++ b/misc/stan/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= stan
-PORTVERSION= 0.4
+PORTVERSION= 0.4.1
CATEGORIES= misc
MASTER_SITES= http://www.roqe.org/stan/
@@ -15,8 +15,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Generate several statisical information of a stream
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
MAN1= stan.1
PLIST_FILES= bin/stan
+pre-configure:
+ ${REINPLACE_CMD} -e "s|^CFLAGS =|CFLAGS ?=|g" \
+ ${WRKSRC}/src/Makefile.in
+
.include <bsd.port.mk>
diff --git a/misc/stan/distinfo b/misc/stan/distinfo
index d652eb60ce13..d4b81edc382b 100644
--- a/misc/stan/distinfo
+++ b/misc/stan/distinfo
@@ -1,2 +1,2 @@
-MD5 (stan-0.4.tar.gz) = 42069a002bac3d7004e11faec2e377d1
-SIZE (stan-0.4.tar.gz) = 37426
+MD5 (stan-0.4.1.tar.gz) = 7ab27260711aa2a263696464247e6a14
+SIZE (stan-0.4.1.tar.gz) = 37471