aboutsummaryrefslogtreecommitdiffstats
path: root/misc/stan
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-07-19 03:31:45 +0800
committerpav <pav@FreeBSD.org>2005-07-19 03:31:45 +0800
commit5dbef95844ebab8eff87e7168b607ef2a7e1b394 (patch)
tree241b67ba0ed8c13658199196069cfe05c499f83e /misc/stan
parent66afc0340afae469f85225a2f20ab79db9dd4192 (diff)
downloadfreebsd-ports-gnome-5dbef95844ebab8eff87e7168b607ef2a7e1b394.tar.gz
freebsd-ports-gnome-5dbef95844ebab8eff87e7168b607ef2a7e1b394.tar.zst
freebsd-ports-gnome-5dbef95844ebab8eff87e7168b607ef2a7e1b394.zip
- Update to 0.4.1
- Respect CFLAGS PR: ports/83682 Submitted by: Andrej Zverev <az@inec.ru>
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