ports/114653: [MAINTAIER UPDATE] www/sams little fixes

Denis Barov dindin at dindin.ru
Tue Jul 17 11:50:03 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list