ports/54974: [Maintainer Update] www/turck-mmcache

Alex Dupre sysadmin at alexdupre.com
Mon Jul 28 12:40:13 UTC 2003


>Number:         54974
>Category:       ports
>Synopsis:       [Maintainer Update] www/turck-mmcache
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 28 05:40:09 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at 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
- at dirrm share/examples/turck-mmcache
+%%EXAMPLESDIR%%/mmcache.php
+%%EXAMPLESDIR%%/mmcache_password.php
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+ at dirrm %%EXAMPLESDIR%%
--- turck-mmcache.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list