Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2007 15:26:42 +0400 (MSD)
From:      Denis Barov <dindin@dindin.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/114653: [MAINTAIER UPDATE] www/sams little fixes
Message-ID:  <200707171126.l6HBQgB6093768@alpha.tbt.ru>
Resent-Message-ID: <200707171150.l6HBo21b076165@freefall.freebsd.org>

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

>Number:         114653
>Category:       ports
>Synopsis:       [MAINTAIER UPDATE] www/sams little fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 17 11:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Denis Barov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
TPK TBT
>Environment:
System: FreeBSD alpha.tbt.ru 6.2-STABLE FreeBSD 6.2-STABLE #2: Tue Jul 3 12:23:26 MSD 2007 root@alpha.tbt.ru:/usr/obj/usr/sync/RELENG_6/src/sys/ALPHA i386
>Description:
	[MAINTAIER UPDATE] www/sams little fixes in www/sams/files/patch-configure
>How-To-Repeat:
>Fix:


diff -urN sams/Makefile sams-17072007/Makefile
--- sams/Makefile	Tue Jul 10 02:43:06 2007
+++ sams-17072007/Makefile	Tue Jul 17 15:19:34 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	sams
 DISTVERSION=	20070524
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://sams.irc.perm.ru/downloads/ \
 		http://www.dindin.ru/download/
diff -urN sams/files/patch-configure sams-17072007/files/patch-configure
--- sams/files/patch-configure	Tue Jul 10 02:43:06 2007
+++ sams-17072007/files/patch-configure	Tue Jul 17 15:18:33 2007
@@ -5,10 +5,10 @@
  echo "#define WEBINTERFACEPATH \"$prefix/share/sams\" " >> config.h
  
 +CASHE_DIR=./tmp
-+CASHE=${CASHE_DIR}/config.cashe
-+[ -d ./tmp ] || mkdir ${CASHE_DIR}
-+[ -f ./tmp/config.cashe ] && truncate ${CASHE}
-+exec 7>> ${CASHE}
++CASHE=${CACHE_DIR}/config.cashe
++[ -d ./tmp ] || mkdir ${CACHE_DIR}
++[ -f ./tmp/config.cashe ] && truncate -s0 ${CACHE}
++exec 7>> ${CACHE}
 +
  echo "$as_me:$LINENO: result: " >&5
  echo "${ECHO_T}" >&6
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707171126.l6HBQgB6093768>