ports/70770: maintainer update mail/postfixadmin

Rob Evers rob at debank.tv
Sat Aug 21 12:40:10 UTC 2004


>Number:         70770
>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:   Sat Aug 21 12:40:09 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Rob Evers
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD flappie.debank.tv 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Sun Feb 29 20:35:15 CET 2004 rob at flappie.debank.tv:/usr/obj/usr/src/sys/FLAPPIE i386


>Description:
update mail/postfixadmin
use the new php framework
>How-To-Repeat:
>Fix:


--- postfixadmin.patch begins here ---
diff -ruN postfixadmin.orig/Makefile postfixadmin/Makefile
--- postfixadmin.orig/Makefile	Wed May 12 09:06:50 2004
+++ postfixadmin/Makefile	Sat Aug 21 13:23:22 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	postfixadmin
-PORTVERSION=	2.0.4
+PORTVERSION=	2.0.5
 CATEGORIES=	mail
 MASTER_SITES=	# See FETCH_SITE
 EXTRACT_SUFX=	.tgz
@@ -14,7 +14,8 @@
 MAINTAINER=	rob at debank.tv
 COMMENT=	PHP frontend to postfix and mySQL
 
-USE_PHP=	yes
+USE_PHP=	mysql
+WANT_PHP_PEAR=	yes
 NO_BUILD=	yes
 FETCH_SITE=	http://high5.net/postfixadmin/download.php
 FETCH_BEFORE_ARGS=	-o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
@@ -24,7 +25,7 @@
 do-fetch:
 		@${ECHO_MSG} ">> Attempting to fetch from ${FETCH_SITE}."
 		${FETCH_CMD} ${FETCH_BEFORE_ARGS} \
-		    ${FETCH_SITE}?file=${DISTNAME}${EXTRACT_SUFX}
+			${FETCH_SITE}?file=${DISTNAME}${EXTRACT_SUFX}
 
 post-patch:
 		${FIND} ${WRKSRC} -name '*.orig' -delete
@@ -32,17 +33,18 @@
 do-install:
 		@${MKDIR} ${PREFIX}/www/postfixadmin/VIRTUAL_VACATION
 		@${MKDIR} ${PREFIX}/www/postfixadmin/admin
+		@${MKDIR} ${PREFIX}/www/postfixadmin/images
 		@${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}/images/* ${PREFIX}/www/postfixadmin/images
 		@${INSTALL_DATA} ${WRKSRC}/languages/* ${PREFIX}/www/postfixadmin/languages
 		@${INSTALL_DATA} ${WRKSRC}/templates/* ${PREFIX}/www/postfixadmin/templates
 		@${INSTALL_DATA} ${WRKSRC}/users/* ${PREFIX}/www/postfixadmin/users
diff -ruN postfixadmin.orig/distinfo postfixadmin/distinfo
--- postfixadmin.orig/distinfo	Thu Feb 26 17:25:03 2004
+++ postfixadmin/distinfo	Sat Aug 21 11:55:09 2004
@@ -1,2 +1,2 @@
-MD5 (postfixadmin-2.0.4.tgz) = 8e4982a18c943cbf3dc81eb987f281d7
-SIZE (postfixadmin-2.0.4.tgz) = 94997
+MD5 (postfixadmin-2.0.5.tgz) = 20103feb1f3f05f5705fe5a20b340d74
+SIZE (postfixadmin-2.0.5.tgz) = 110059
diff -ruN postfixadmin.orig/pkg-plist postfixadmin/pkg-plist
--- postfixadmin.orig/pkg-plist	Thu Feb 26 17:25:03 2004
+++ postfixadmin/pkg-plist	Sat Aug 21 12:10:23 2004
@@ -1,11 +1,14 @@
+www/postfixadmin/BACKUP_MX.TXT
 www/postfixadmin/CHANGELOG.TXT
 www/postfixadmin/DATABASE.TXT
 www/postfixadmin/INSTALL.TXT
 www/postfixadmin/LICENSE.TXT
+www/postfixadmin/TABLE_BACKUP_MX.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/index.php
 www/postfixadmin/VIRTUAL_VACATION/mail-filter
 www/postfixadmin/VIRTUAL_VACATION/vacation.pl
 www/postfixadmin/admin/.htaccess
@@ -39,8 +42,16 @@
 www/postfixadmin/edit-mailbox.php
 www/postfixadmin/functions.inc.php
 www/postfixadmin/index.php
+www/postfixadmin/images/back.gif
+www/postfixadmin/images/index.php
+www/postfixadmin/images/next.gif
+www/postfixadmin/images/postfixadmin.png
+www/postfixadmin/images/up.gif
+www/postfixadmin/languages/ca.lang
+www/postfixadmin/languages/cn.lang
+www/postfixadmin/languages/cs.lang
+www/postfixadmin/languages/da.lang
 www/postfixadmin/languages/de.lang
-www/postfixadmin/languages/dk.lang
 www/postfixadmin/languages/en.lang
 www/postfixadmin/languages/es.lang
 www/postfixadmin/languages/eu.lang
@@ -48,21 +59,21 @@
 www/postfixadmin/languages/fo.lang
 www/postfixadmin/languages/fr.lang
 www/postfixadmin/languages/hu.lang
+www/postfixadmin/languages/index.php
 www/postfixadmin/languages/is.lang
 www/postfixadmin/languages/it.lang
 www/postfixadmin/languages/nl.lang
-www/postfixadmin/languages/no-nn.lang
+www/postfixadmin/languages/nn.lang
 www/postfixadmin/languages/pl.lang
 www/postfixadmin/languages/pt-br.lang
 www/postfixadmin/languages/ru.lang
-www/postfixadmin/languages/se.lang
+www/postfixadmin/languages/sv.lang
 www/postfixadmin/languages/tr.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
@@ -74,12 +85,14 @@
 www/postfixadmin/templates/admin_list-domain.tpl
 www/postfixadmin/templates/admin_list-virtual.tpl
 www/postfixadmin/templates/admin_menu.tpl
+www/postfixadmin/templates/bla at bla.com,blabla at bla.com
 www/postfixadmin/templates/create-alias.tpl
 www/postfixadmin/templates/create-mailbox.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/index.php
 www/postfixadmin/templates/login.tpl
 www/postfixadmin/templates/main.tpl
 www/postfixadmin/templates/menu.tpl
@@ -108,6 +121,7 @@
 www/postfixadmin/viewlog.php
 @dirrm www/postfixadmin/VIRTUAL_VACATION
 @dirrm www/postfixadmin/admin
+ at dirrm www/postfixadmin/images
 @dirrm www/postfixadmin/languages
 @dirrm www/postfixadmin/templates
 @dirrm www/postfixadmin/users
--- postfixadmin.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list