ports/71243: update port: mail/mlmmj to 1.0.0-RC4

Christian Laursen xi at borderworlds.dk
Wed Sep 1 12:50:06 UTC 2004


>Number:         71243
>Category:       ports
>Synopsis:       update port: mail/mlmmj to 1.0.0-RC4
>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:   Wed Sep 01 12:50:05 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Christian Laursen
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
The Border Worlds 
>Environment:
System: FreeBSD borg.borderworlds.dk 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #28: Thu Jul 1 12:24:53 CEST 2004 root at borg.borderworlds.dk:/usr/obj/usr/src/sys/BORG i386


	
>Description:
1.0.0-RC4
 o Fix brown paper bag bug not allowing enough space for the new better
   random strings introduced in RC3 so subscribe and unsubscribe works
   again.

1.0.0-RC3
 o NULL and 0 are not the same on 64-bit platforms, so fix execlp(..., 0); to
   be execlp(..., NULL);
 o Add web-interface (PHP). Thank you Christoph Thiel
 o Have the random numbers be somewhat longer everywhere and not just somewhere
 o Move free() to where it belongs fixing problems with mlmmj-process some
   people have been seen
 o Fix printing of cron entry in mlmmj-make-ml.sh


	
>How-To-Repeat:
	
>Fix:

	

--- mlmmj.diff begins here ---
diff -urN /usr/ports/mail/mlmmj/Makefile mlmmj/Makefile
--- /usr/ports/mail/mlmmj/Makefile	Wed Sep  1 13:01:21 2004
+++ mlmmj/Makefile	Wed Sep  1 14:36:40 2004
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	mlmmj
-PORTVERSION=	1.0.0.r2
+PORTVERSION=	1.0.0.r4
 CATEGORIES=	mail
 MASTER_SITES=	http://mlmmj.mmj.dk/files/
-DISTNAME=	mlmmj-1.0.0-RC2
+DISTNAME=	mlmmj-1.0.0-RC4
 
 MAINTAINER=	xi at borderworlds.dk
 COMMENT=	Mailing list managing made joyful
@@ -73,6 +73,14 @@
 .if defined(WITH_PHP_WEBINTERFACE)
 	@${MKDIR} ${PREFIX}/www/mlmmj/php-user
 	@${INSTALL_DATA} ${WRKSRC}/contrib/web/php-user/* ${PREFIX}/www/mlmmj/php-user
+	@${MKDIR} ${PREFIX}/www/mlmmj/php-admin
+	@${INSTALL_DATA} ${WRKSRC}/contrib/web/php-admin/README ${PREFIX}/www/mlmmj/php-admin
+	@${MKDIR} ${PREFIX}/www/mlmmj/php-admin/htdocs
+	@${INSTALL_DATA} ${WRKSRC}/contrib/web/php-admin/htdocs/* ${PREFIX}/www/mlmmj/php-admin/htdocs
+	@${MKDIR} ${PREFIX}/www/mlmmj/php-admin/templates
+	@${INSTALL_DATA} ${WRKSRC}/contrib/web/php-admin/templates/* ${PREFIX}/www/mlmmj/php-admin/templates
+	@${MKDIR} ${PREFIX}/www/mlmmj/php-admin/conf
+	@${INSTALL_DATA} ${WRKSRC}/contrib/web/php-admin/conf/* ${PREFIX}/www/mlmmj/php-admin/conf
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/mail/mlmmj/distinfo mlmmj/distinfo
--- /usr/ports/mail/mlmmj/distinfo	Wed Sep  1 13:01:21 2004
+++ mlmmj/distinfo	Wed Sep  1 14:36:40 2004
@@ -1,2 +1,2 @@
-MD5 (mlmmj-1.0.0-RC2.tar.bz2) = 0d58324ad4d3cabdc752ed3de456bb2b
-SIZE (mlmmj-1.0.0-RC2.tar.bz2) = 99040
+MD5 (mlmmj-1.0.0-RC4.tar.bz2) = f62f649bf0c98f800def4dd0da5664fa
+SIZE (mlmmj-1.0.0-RC4.tar.bz2) = 104434
diff -urN /usr/ports/mail/mlmmj/pkg-plist mlmmj/pkg-plist
--- /usr/ports/mail/mlmmj/pkg-plist	Wed Sep  1 13:01:21 2004
+++ mlmmj/pkg-plist	Wed Sep  1 14:36:40 2004
@@ -37,6 +37,20 @@
 %%PHPWEB%%www/mlmmj/php-user/README
 %%PHPWEB%%www/mlmmj/php-user/example.html
 %%PHPWEB%%www/mlmmj/php-user/mlmmj.php
+%%PHPWEB%%www/mlmmj/php-admin/README
+%%PHPWEB%%www/mlmmj/php-admin/htdocs/class.FastTemplate.php
+%%PHPWEB%%www/mlmmj/php-admin/htdocs/dot.htaccess
+%%PHPWEB%%www/mlmmj/php-admin/htdocs/edit.php
+%%PHPWEB%%www/mlmmj/php-admin/htdocs/index.php
+%%PHPWEB%%www/mlmmj/php-admin/htdocs/save.php
+%%PHPWEB%%www/mlmmj/php-admin/templates/edit.html
+%%PHPWEB%%www/mlmmj/php-admin/templates/edit_boolean.html
+%%PHPWEB%%www/mlmmj/php-admin/templates/edit_list.html
+%%PHPWEB%%www/mlmmj/php-admin/templates/edit_string.html
+%%PHPWEB%%www/mlmmj/php-admin/templates/index.html
+%%PHPWEB%%www/mlmmj/php-admin/templates/save.html
+%%PHPWEB%%www/mlmmj/php-admin/conf/config.php
+%%PHPWEB%%www/mlmmj/php-admin/conf/tunables.php
 @dirrm share/mlmmj/listtexts
 @dirrm share/mlmmj
 %%PERLWEB%%@dirrm www/mlmmj/perl-admin/htdocs
@@ -45,4 +59,8 @@
 %%PERLWEB%%@dirrm www/mlmmj/perl-admin
 %%PERLWEB%%@dirrm www/mlmmj/perl-user
 %%PHPWEB%%@dirrm www/mlmmj/php-user
+%%PHPWEB%%@dirrm www/mlmmj/php-admin/htdocs
+%%PHPWEB%%@dirrm www/mlmmj/php-admin/templates
+%%PHPWEB%%@dirrm www/mlmmj/php-admin/conf
+%%PHPWEB%%@dirrm www/mlmmj/php-admin
 %%WEB%%@dirrm www/mlmmj
--- mlmmj.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list