ports/56724: [Update] Port: mail/qmailadmin

Alex Dupre sysadmin at alexdupre.com
Thu Sep 11 22:50:11 UTC 2003


>Number:         56724
>Category:       ports
>Synopsis:       [Update] Port: mail/qmailadmin
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 11 15:50:07 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 4.8-ALEXDUPRE i386
>Organization:
>Environment:
System: FreeBSD 4.8-ALEXDUPRE i386
>Description:
Update to 1.0.27 release.
Add WITH_HELP knob.
>How-To-Repeat:
>Fix:

--- qmailadmin.diff begins here ---
diff -ruN qmailadmin.orig/Makefile qmailadmin/Makefile
--- qmailadmin.orig/Makefile	Fri Sep 12 00:28:05 2003
+++ qmailadmin/Makefile	Fri Sep 12 00:39:33 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	qmailadmin
-PORTVERSION=	1.0.26
+PORTVERSION=	1.0.27
 CATEGORIES=	mail www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -51,6 +51,7 @@
 # WITH_DOMAIN_AUTOFILL	- autofill the domain on login page based on the
 #			  hostname
 # WITHOUT_IDX_SQL	- disable the SQL support for mailing lists
+# WITH_HELP		- display help links on login page
 #
 
 CGIBINDIR?=	www/cgi-bin.default
@@ -81,7 +82,7 @@
 	--enable-htmldir=${PREFIX}/${WEBDATADIR}/${WEBDATASUBDIR} \
 	--enable-imagedir=${PREFIX}/${WEBDATADIR}/${WEBDATASUBDIR}/images \
 	--enable-imageurl=${WEBDATAURL}/${WEBDATASUBDIR}/images \
-	--with-htmllibdir=${DATADIR} \
+	--enable-htmllibdir=${DATADIR} \
 	--enable-cgibindir=${PREFIX}/${CGIBINDIR}/${CGIBINSUBDIR} \
 	--enable-cgipath=${CGIBINURL}/${CGIBINSUBDIR}/qmailadmin \
 	--enable-vpopmaildir=${LOCALBASE}/vpopmail \
@@ -89,23 +90,27 @@
 	--enable-ezmlmdir=${LOCALBASE}/bin
 
 .if defined(WITHOUT_IPAUTH)
-CONFIGURE_ARGS+=	--enable-ipauth=n
+CONFIGURE_ARGS+=	--disable-ipauth
 .endif
 
 .if defined(WITHOUT_USER_INDEX)
-CONFIGURE_ARGS+=	--enable-user-index=n
+CONFIGURE_ARGS+=	--disable-user-index
 .endif
 
 .if defined(WITH_MODIFY_QUOTA)
-CONFIGURE_ARGS+=	--enable-modify-quota=y
+CONFIGURE_ARGS+=	--enable-modify-quota
 .endif
 
 .if defined(WITH_DOMAIN_AUTOFILL)
-CONFIGURE_ARGS+=	--enable-domain-autofill=y
+CONFIGURE_ARGS+=	--enable-domain-autofill
 .endif
 
 .if defined(WITHOUT_IDX_SQL)
-CONFIGURE_ARGS+=	--enable-ezmlm-mysql=n
+CONFIGURE_ARGS+=	--disable-ezmlm-mysql
+.endif
+
+.if defined(WITH_HELP)
+CONFIGURE_ARGS+=	--enable-help
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN qmailadmin.orig/distinfo qmailadmin/distinfo
--- qmailadmin.orig/distinfo	Fri Sep 12 00:28:05 2003
+++ qmailadmin/distinfo	Fri Sep 12 00:28:38 2003
@@ -1 +1 @@
-MD5 (qmailadmin-1.0.26.tar.gz) = aebf27ff839bae13cefb09e444a59bdd
+MD5 (qmailadmin-1.0.27.tar.gz) = a0defe75efcda6a41334a0103c9c6fe2
diff -ruN qmailadmin.orig/pkg-plist qmailadmin/pkg-plist
--- qmailadmin.orig/pkg-plist	Fri Sep 12 00:28:05 2003
+++ qmailadmin/pkg-plist	Fri Sep 12 00:45:53 2003
@@ -7,8 +7,6 @@
 %%DATADIR%%/html/add_mailinglist-no-idx.html
 %%DATADIR%%/html/add_user.html
 %%DATADIR%%/html/colortable
-%%DATADIR%%/html/da
-%%DATADIR%%/html/de
 %%DATADIR%%/html/del_autorespond_confirm.html
 %%DATADIR%%/html/del_forward_confirm.html
 %%DATADIR%%/html/del_listdig.html
@@ -16,24 +14,13 @@
 %%DATADIR%%/html/del_listuser.html
 %%DATADIR%%/html/del_mailinglist_confirm.html
 %%DATADIR%%/html/del_user_confirm.html
-%%DATADIR%%/html/en
-%%DATADIR%%/html/es
 %%DATADIR%%/html/footer.html
-%%DATADIR%%/html/fr
 %%DATADIR%%/html/header.html
-%%DATADIR%%/html/hu
-%%DATADIR%%/html/it
-%%DATADIR%%/html/ja
 %%DATADIR%%/html/main_menu.html
 %%DATADIR%%/html/mod_autorespond.html
 %%DATADIR%%/html/mod_dotqmail.html
 %%DATADIR%%/html/mod_mailinglist-idx.html
 %%DATADIR%%/html/mod_user.html
-%%DATADIR%%/html/nl
-%%DATADIR%%/html/no
-%%DATADIR%%/html/pt-BR
-%%DATADIR%%/html/pl
-%%DATADIR%%/html/ru
 %%DATADIR%%/html/setremotecatchall.html
 %%DATADIR%%/html/show_autorespond.html
 %%DATADIR%%/html/show_digest_subscribers.html
@@ -43,10 +30,22 @@
 %%DATADIR%%/html/show_moderators.html
 %%DATADIR%%/html/show_subscribers.html
 %%DATADIR%%/html/show_users.html
-%%DATADIR%%/html/sk
-%%DATADIR%%/html/sv
-%%DATADIR%%/html/tr
-%%DATADIR%%/html/xaa
+%%DATADIR%%/lang/da
+%%DATADIR%%/lang/de
+%%DATADIR%%/lang/en
+%%DATADIR%%/lang/es
+%%DATADIR%%/lang/fr
+%%DATADIR%%/lang/hu
+%%DATADIR%%/lang/it
+%%DATADIR%%/lang/ja
+%%DATADIR%%/lang/nl
+%%DATADIR%%/lang/no
+%%DATADIR%%/lang/pl
+%%DATADIR%%/lang/pt-BR
+%%DATADIR%%/lang/ru
+%%DATADIR%%/lang/sk
+%%DATADIR%%/lang/sv
+%%DATADIR%%/lang/tr
 %%CGIBINDIR%%/%%CGIBINSUBDIR%%/qmailadmin
 %%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/delete.png
 %%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/disabled.png
@@ -74,4 +73,5 @@
 @unexec /bin/rmdir %D/%%CGIBINDIR%%/%%CGIBINSUBDIR%% 2> /dev/null || true
 @unexec /bin/rmdir %D/%%CGIBINDIR%% 2> /dev/null || true
 @dirrm %%DATADIR%%/html
+ at dirrm %%DATADIR%%/lang
 @dirrm %%DATADIR%%
--- qmailadmin.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list