From alex@server.alexdupre.com  Mon Jul 28 05:38:25 2003
Return-Path: <alex@server.alexdupre.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 02B3A37B405; Mon, 28 Jul 2003 05:38:24 -0700 (PDT)
Received: from server.alexdupre.com (ppp-251-235.29-151.libero.it [151.29.235.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A32F243FA3; Mon, 28 Jul 2003 05:38:20 -0700 (PDT)
	(envelope-from alex@server.alexdupre.com)
Received: from server.alexdupre.com (localhost.alexdupre.com [127.0.0.1])
	by server.alexdupre.com (8.12.9/8.12.9) with ESMTP id h6SCc6aN067027;
	Mon, 28 Jul 2003 14:38:07 +0200 (CEST)
	(envelope-from alex@server.alexdupre.com)
Received: (from alex@localhost)
	by server.alexdupre.com (8.12.9/8.12.9/Submit) id h6SCU5uf066949;
	Mon, 28 Jul 2003 14:30:05 +0200 (CEST)
Message-Id: <200307281230.h6SCU5uf066949@server.alexdupre.com>
Date: Mon, 28 Jul 2003 14:30:05 +0200 (CEST)
From: Alex Dupre <sysadmin@alexdupre.com>
Reply-To: Alex Dupre <sysadmin@alexdupre.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: nork@freebsd.org
Subject: [Maintainer Update] www/turck-mmcache
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54974
>Category:       ports
>Synopsis:       [Maintainer Update] www/turck-mmcache
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 28 05:40:09 PDT 2003
>Closed-Date:    Mon Jul 28 06:00:33 PDT 2003
>Last-Modified:  Mon Jul 28 06:00:33 PDT 2003
>Originator:     Alex Dupre
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD server.alexdupre.com 4.8-STABLE FreeBSD 4.8-STABLE #0: Thu Jul 3 10:05:49 CEST 2003 alex@server.alexdupre.com:/usr/obj/usr/src/sys/SERVER i386


	
>Description:
Update to 2.3.20.
	
>How-To-Repeat:
	
>Fix:

	

--- turck-mmcache.diff begins here ---
diff -ruN turck-mmcache.orig/Makefile turck-mmcache/Makefile
--- turck-mmcache.orig/Makefile	Mon Jul 28 12:39:50 2003
+++ turck-mmcache/Makefile	Mon Jul 28 12:52:56 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	turck-mmcache
-PORTVERSION=	2.3.19
+PORTVERSION=	2.3.20
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -40,6 +40,7 @@
 	@${INSTALL_SCRIPT} ${WRKSRC}/encoder ${PREFIX}/bin
 	@${MKDIR} ${EXAMPLESDIR}
 	@${INSTALL_DATA} ${WRKSRC}/mmcache.php ${EXAMPLESDIR}
+	@${INSTALL_DATA} ${WRKSRC}/mmcache_password.php ${EXAMPLESDIR}
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
diff -ruN turck-mmcache.orig/distinfo turck-mmcache/distinfo
--- turck-mmcache.orig/distinfo	Mon Jul 28 12:39:50 2003
+++ turck-mmcache/distinfo	Mon Jul 28 12:48:29 2003
@@ -1 +1 @@
-MD5 (turck-mmcache-2.3.19.tar.bz2) = 358bf1bc0b53289d6387426ba03b8fe4
+MD5 (turck-mmcache-2.3.20.tar.bz2) = 88f1de430f91c4095bc90a2ee011ff3e
diff -ruN turck-mmcache.orig/files/patch-encoder.php turck-mmcache/files/patch-encoder.php
--- turck-mmcache.orig/files/patch-encoder.php	Mon Jul 28 12:39:50 2003
+++ turck-mmcache/files/patch-encoder.php	Mon Jul 28 13:04:24 2003
@@ -1,10 +1,11 @@
---- encoder.php.orig	Wed May 28 15:12:59 2003
-+++ encoder.php	Thu May 29 16:19:28 2003
-@@ -1,10 +1,10 @@
--#! /usr/bin/php -f
-+#! %%LOCALBASE%%/bin/php -f
- 
+--- encoder.php.orig	Fri Jul 25 10:21:09 2003
++++ encoder.php	Mon Jul 28 13:04:19 2003
+@@ -1,10 +1,12 @@
++#!%%LOCALBASE%%/bin/php -f
++
  <?php
+ $web_error = "";
+ 
  function mmcache_encoder_usage() {
 -  echo "Usage:\tphp -q encoder.php [options] source_file_name\n";
 -  echo       "\tphp -q encoder.php [options] source_file_name...\n";
@@ -15,7 +16,7 @@
    echo "Options:\n";
    echo "\t-s suffix\n\t\tencode files only with following suffix (default is \"php\")\n";
    echo "\t-a\n\t\tencode all files (no by default)\n";
-@@ -16,10 +16,10 @@
+@@ -16,10 +18,10 @@
    echo               "\t\tfile name. If you encode directory or several files at once\n";
    echo               "\t\tthen 'target' specifyes an output directory name.\n";
    echo "\nExamples:\n";
diff -ruN turck-mmcache.orig/pkg-message turck-mmcache/pkg-message
--- turck-mmcache.orig/pkg-message	Mon Jul 28 12:39:50 2003
+++ turck-mmcache/pkg-message	Mon Jul 28 12:59:02 2003
@@ -16,5 +16,6 @@
 mmcache.shm_max="0"
 mmcache.shm_ttl="0"
 mmcache.shm_prune_period="0"
+mmcache.compress="1"
 
 *****************************************************************************
diff -ruN turck-mmcache.orig/pkg-plist turck-mmcache/pkg-plist
--- turck-mmcache.orig/pkg-plist	Mon Jul 28 12:39:50 2003
+++ turck-mmcache/pkg-plist	Mon Jul 28 12:54:06 2003
@@ -1,7 +1,8 @@
 bin/encoder
 lib/php/%%PHP_EXT_DIR%%/mmcache.so
-%%PORTDOCS%%share/doc/turck-mmcache/README
+%%PORTDOCS%%%%DOCSDIR%%/README
 @unexec rmdir %D/lib/php/%%PHP_EXT_DIR%% 2> /dev/null || true
-share/examples/turck-mmcache/mmcache.php
-%%PORTDOCS%%@dirrm share/doc/turck-mmcache
-@dirrm share/examples/turck-mmcache
+%%EXAMPLESDIR%%/mmcache.php
+%%EXAMPLESDIR%%/mmcache_password.php
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%EXAMPLESDIR%%
--- turck-mmcache.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed  
State-Changed-By: krion 
State-Changed-When: Mon Jul 28 06:00:17 PDT 2003 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54974 
>Unformatted:
