From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 7 14:30:58 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6604016A4CE for ; Wed, 7 Jan 2004 14:30:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09E0B43D5C for ; Wed, 7 Jan 2004 14:30:25 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i07MUOFR065421 for ; Wed, 7 Jan 2004 14:30:24 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i07MUOL0065420; Wed, 7 Jan 2004 14:30:24 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 7 Jan 2004 14:30:24 -0800 (PST) Resent-Message-Id: <200401072230.i07MUOL0065420@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rob Evers Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D94216A4D0 for ; Wed, 7 Jan 2004 14:20:45 -0800 (PST) Received: from haha.debank.tv (c92069.upc-c.chello.nl [212.187.92.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 314D443D4C for ; Wed, 7 Jan 2004 14:20:36 -0800 (PST) (envelope-from rob@debank.tv) Received: from haha.debank.tv (localhost [127.0.0.1]) by haha.debank.tv (8.12.9p2/8.12.9) with ESMTP id i07MKYaq066395 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 7 Jan 2004 23:20:34 +0100 (CET) (envelope-from rob@debank.tv) Received: (from rob@localhost) by haha.debank.tv (8.12.9p2/8.12.9/Submit) id i07MKYLs066394; Wed, 7 Jan 2004 23:20:34 +0100 (CET) (envelope-from rob) Message-Id: <200401072220.i07MKYLs066394@haha.debank.tv> Date: Wed, 7 Jan 2004 23:20:34 +0100 (CET) From: Rob Evers To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/61044: [maintainer-update] mail/postfixadmin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rob Evers List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2004 22:30:58 -0000 >Number: 61044 >Category: ports >Synopsis: [maintainer-update] mail/postfixadmin >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 Jan 07 14:30:24 PST 2004 >Closed-Date: >Last-Modified: >Originator: Rob Evers >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD haha.debank.tv 4.9-RELEASE FreeBSD 4.9-RELEASE #1: Thu Nov 13 01:17:26 CET 2003 rob@haha.debank.tv:/usr/obj/usr/src/sys/HAHA i386 >Description: Update mail/postfixadmin Includes ports/60908 by Franz Klammer The new version includes many new features. The database structure has changed !! Read UPGRADE.TXT >How-To-Repeat: >Fix: --- postfixadmin.patch begins here --- diff -ru postfixadmin.orig/Makefile postfixadmin/Makefile --- postfixadmin.orig/Makefile Sat Jan 3 07:56:11 2004 +++ postfixadmin/Makefile Wed Jan 7 22:42:00 2004 @@ -6,7 +6,7 @@ # PORTNAME= postfixadmin -PORTVERSION= 1.5.4 +PORTVERSION= 2.0.2 CATEGORIES= mail MASTER_SITES= http://high5.net/postfixadmin/download.php/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -32,7 +32,20 @@ ${FIND} ${WRKSRC} -name '*.orig' -delete do-install: - @${MKDIR} ${PREFIX}/www/postfixadmin - @${CP} -r ${WRKSRC}/* ${PREFIX}/www/postfixadmin/ - + @${MKDIR} ${PREFIX}/www/postfixadmin/VIRTUAL_VACATION + @${MKDIR} ${PREFIX}/www/postfixadmin/admin + @${MKDIR} ${PREFIX}/www/postfixadmin/languages + @${MKDIR} ${PREFIX}/www/postfixadmin/templates + @${MKDIR} ${PREFIX}/www/postfixadmin/users + @${INSTALL_DATA} ${WRKSRC}/*.TXT ${PREFIX}/www/postfixadmin + @${INSTALL_DATA} ${WRKSRC}/*.php ${PREFIX}/www/postfixadmin + @${INSTALL_DATA} ${WRKSRC}/*.png ${PREFIX}/www/postfixadmin + @${INSTALL_DATA} ${WRKSRC}/*.sample ${PREFIX}/www/postfixadmin + @${INSTALL_DATA} ${WRKSRC}/*.css ${PREFIX}/www/postfixadmin + @${INSTALL_DATA} ${WRKSRC}/VIRTUAL_VACATION/* ${PREFIX}/www/postfixadmin/VIRTUAL_VACATION + @${INSTALL_DATA} ${WRKSRC}/admin/* ${PREFIX}/www/postfixadmin/admin + @${INSTALL_DATA} ${WRKSRC}/admin/.ht* ${PREFIX}/www/postfixadmin/admin + @${INSTALL_DATA} ${WRKSRC}/languages/* ${PREFIX}/www/postfixadmin/languages + @${INSTALL_DATA} ${WRKSRC}/templates/* ${PREFIX}/www/postfixadmin/templates + @${INSTALL_DATA} ${WRKSRC}/users/* ${PREFIX}/www/postfixadmin/users .include diff -ru postfixadmin.orig/distinfo postfixadmin/distinfo --- postfixadmin.orig/distinfo Sat Jan 3 07:56:11 2004 +++ postfixadmin/distinfo Wed Jan 7 22:11:43 2004 @@ -1 +1 @@ -MD5 (postfixadmin-1.5.4.tgz) = a56de975c1c94637689db991eb59ebba +MD5 (postfixadmin-2.0.2.tgz) = 0052f783adcfa3c641687f68cabafc66 diff -ru postfixadmin.orig/pkg-plist postfixadmin/pkg-plist --- postfixadmin.orig/pkg-plist Sat Jan 3 07:56:11 2004 +++ postfixadmin/pkg-plist Wed Jan 7 22:40:27 2004 @@ -1,35 +1,93 @@ -www/postfixadmin/admin/sendmail.php +www/postfixadmin/CHANGELOG.TXT +www/postfixadmin/DATABASE.TXT +www/postfixadmin/INSTALL.TXT +www/postfixadmin/LICENSE.TXT +www/postfixadmin/TABLE_CHANGES.TXT +www/postfixadmin/UPGRADE.TXT +www/postfixadmin/VIRTUAL_VACATION/FILTER_README +www/postfixadmin/VIRTUAL_VACATION/INSTALL.TXT +www/postfixadmin/VIRTUAL_VACATION/mail-filter +www/postfixadmin/VIRTUAL_VACATION/vacation.pl +www/postfixadmin/admin/.htaccess www/postfixadmin/admin/.htpasswd -www/postfixadmin/admin/adminview.php +www/postfixadmin/admin/backup.php +www/postfixadmin/admin/create-admin.php +www/postfixadmin/admin/create-alias.php +www/postfixadmin/admin/create-domain.php +www/postfixadmin/admin/create-mailbox.php www/postfixadmin/admin/delete.php -www/postfixadmin/admin/domainview.php +www/postfixadmin/admin/edit-admin.php +www/postfixadmin/admin/edit-alias.php +www/postfixadmin/admin/edit-domain.php +www/postfixadmin/admin/edit-mailbox.php www/postfixadmin/admin/index.php -www/postfixadmin/admin/newadmin.php -www/postfixadmin/admin/newdomain.php -www/postfixadmin/admin/passwd.php -www/postfixadmin/admin/virtualview.php -www/postfixadmin/admin/.htaccess -www/postfixadmin/admin/modify.php -www/postfixadmin/vacation.php -www/postfixadmin/stylesheet.css -www/postfixadmin/sendmail.php -www/postfixadmin/pwd.php -www/postfixadmin/passwd.php -www/postfixadmin/my_lib.php -www/postfixadmin/modify.php -www/postfixadmin/main.php -www/postfixadmin/mailbox.php -www/postfixadmin/logout.php -www/postfixadmin/login.php -www/postfixadmin/index.php -www/postfixadmin/delete.php +www/postfixadmin/admin/list-admin.php +www/postfixadmin/admin/list-domain.php +www/postfixadmin/admin/list-virtual.php +www/postfixadmin/admin/viewlog.php www/postfixadmin/config.inc.php.sample -www/postfixadmin/changename.php -www/postfixadmin/alias.php -www/postfixadmin/UPGRADE.TXT -www/postfixadmin/LICENSE.TXT -www/postfixadmin/INSTALL.TXT -www/postfixadmin/vcp.php -www/postfixadmin/CHANGELOG.TXT +www/postfixadmin/create-alias.php +www/postfixadmin/create-mailbox.php +www/postfixadmin/delete.php +www/postfixadmin/edit-alias.php +www/postfixadmin/edit-mailbox.php +www/postfixadmin/functions.inc.php +www/postfixadmin/index.php +www/postfixadmin/languages/de.lang +www/postfixadmin/languages/en.lang +www/postfixadmin/languages/es.lang +www/postfixadmin/login.php +www/postfixadmin/logout.php +www/postfixadmin/main.php +www/postfixadmin/overview.php +www/postfixadmin/password.php +www/postfixadmin/postfixadmin.png +www/postfixadmin/sendmail.php +www/postfixadmin/stylesheet.css +www/postfixadmin/templates/admin_create-admin.tpl +www/postfixadmin/templates/admin_create-domain.tpl +www/postfixadmin/templates/admin_create-mailbox.tpl +www/postfixadmin/templates/admin_edit-admin.tpl +www/postfixadmin/templates/admin_edit-domain.tpl +www/postfixadmin/templates/admin_list-admin.tpl +www/postfixadmin/templates/admin_list-domain.tpl +www/postfixadmin/templates/admin_list-virtual.tpl +www/postfixadmin/templates/admin_menu.tpl +www/postfixadmin/templates/create-alias.tpl +www/postfixadmin/templates/create-mailbox.tpl +www/postfixadmin/templates/delete.tpl +www/postfixadmin/templates/edit-alias.tpl +www/postfixadmin/templates/edit-mailbox.tpl +www/postfixadmin/templates/footer.tpl +www/postfixadmin/templates/header.tpl +www/postfixadmin/templates/login.tpl +www/postfixadmin/templates/main.tpl +www/postfixadmin/templates/menu.tpl +www/postfixadmin/templates/overview-get.tpl +www/postfixadmin/templates/overview.tpl +www/postfixadmin/templates/password.tpl +www/postfixadmin/templates/sendmail.tpl +www/postfixadmin/templates/users_edit-alias.tpl +www/postfixadmin/templates/users_login.tpl +www/postfixadmin/templates/users_main.tpl +www/postfixadmin/templates/users_menu.tpl +www/postfixadmin/templates/users_password.tpl +www/postfixadmin/templates/users_vacation-get.tpl +www/postfixadmin/templates/users_vacation.tpl +www/postfixadmin/templates/vcp.tpl +www/postfixadmin/templates/viewlog.tpl +www/postfixadmin/users/edit-alias.php +www/postfixadmin/users/index.php +www/postfixadmin/users/login.php +www/postfixadmin/users/logout.php +www/postfixadmin/users/main.php +www/postfixadmin/users/password.php +www/postfixadmin/users/vacation.php +www/postfixadmin/variables.inc.php +www/postfixadmin/viewlog.php +@dirrm www/postfixadmin/VIRTUAL_VACATION @dirrm www/postfixadmin/admin +@dirrm www/postfixadmin/languages +@dirrm www/postfixadmin/templates +@dirrm www/postfixadmin/users @dirrm www/postfixadmin --- postfixadmin.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: