Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jul 2005 21:10:33 +0400
From:      Andrej Zverev <az@inec.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83682: [update] misc/stan to 0.4.1
Message-ID:  <E1DuZ8T-0003GD-Gi@az.inec.ru>
Resent-Message-ID: <200507181720.j6IHKBAl053951@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         83682
>Category:       ports
>Synopsis:       [update] misc/stan to 0.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 18 17:20:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Mon May 23 20:34:48 MSD 2005 az@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	1. Update to 0.4.1 (Minor documentation fixes)
	2. Make respect CFLAGS
	
>How-To-Repeat:
	
>Fix:

	

--- stan-0.4.1.diff begins here ---
diff -Nru stan.orig/Makefile stan/Makefile
--- stan.orig/Makefile	Thu Feb  5 23:37:34 2004
+++ stan/Makefile	Mon Jul 18 21:06:36 2005
@@ -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 @@
 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 -Nru stan.orig/distinfo stan/distinfo
--- stan.orig/distinfo	Thu Jan 29 19:10:26 2004
+++ stan/distinfo	Mon Jul 18 20:50:08 2005
@@ -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
--- stan-0.4.1.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DuZ8T-0003GD-Gi>