Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2005 15:39:40 -0300 (BRST)
From:      Renato Botelho <freebsd@galle.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        roam@FreeBSD.org
Subject:   ports/81033: [PATCH] mail/qmailadmin: update to 1.2.3
Message-ID:  <200505141839.j4EIde8T014686@data.galle.com.br>
Resent-Message-ID: <200505141840.j4EIe2w0063172@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         81033
>Category:       ports
>Synopsis:       [PATCH] mail/qmailadmin: update to 1.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 14 18:40:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
Galle Folheados - http://www.galle.com.br
>Environment:
System: FreeBSD data.galle.com.br 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Tue May 10 09:20:42 BRST 2005
>Description:
- Update to 1.2.3
- Pacify portlint
- Add CONFIGURE_TARGET to remove warnings
- Remove qmail dependency because vpopmail has it

Port maintainer (roam@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- qmailadmin-1.2.3,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/qmailadmin/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile	29 Jun 2004 01:02:46 -0000	1.25
+++ Makefile	14 May 2005 18:38:08 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	qmailadmin
-PORTVERSION=	1.2.0
-PORTREVISION=	2
+PORTVERSION=	1.2.3
 PORTEPOCH=	1
 CATEGORIES=	mail www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -16,12 +15,10 @@
 MAINTAINER=	roam@FreeBSD.org
 COMMENT=	CGI program for administering Qmail with vchkpw/vpopmail
 
-BUILD_DEPENDS= \
-	${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \
+BUILD_DEPENDS=	\
 	autorespond:${PORTSDIR}/mail/autorespond \
 	${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
-RUN_DEPENDS= \
-	${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \
+RUN_DEPENDS=	\
 	autorespond:${PORTSDIR}/mail/autorespond \
 	${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
 
@@ -67,7 +64,7 @@
 CGIBINSUBDIR?=	qmailadmin
 CGIBINURL?=	/cgi-bin
 WEBDATADIR?=	www/data.default
-WEBDATASUBDIR?= qmailadmin
+WEBDATASUBDIR?=	qmailadmin
 WEBDATAURL?=
 
 PLIST_SUB+=	CGIBINDIR="${CGIBINDIR}" CGIBINSUBDIR="${CGIBINSUBDIR}" \
@@ -98,6 +95,7 @@
 	--enable-vpopmaildir=${LOCALBASE}/vpopmail \
 	--enable-autoresponder-path=${LOCALBASE}/bin \
 	--enable-ezmlmdir=${LOCALBASE}/bin
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 .if defined(WITHOUT_IPAUTH)
 CONFIGURE_ARGS+=	--disable-ipauth
@@ -124,10 +122,10 @@
 .endif
 
 .if defined(WITH_SPAM_DETECTION)
-CONFIGURE_ARGS+=     --enable-modify-spam=y
+CONFIGURE_ARGS+=	--enable-modify-spam=y
 .if defined(SPAM_COMMAND)
-CONFIGURE_ARGS+=    --enable-spam-command="${SPAM_COMMAND}"
-.endif    
+CONFIGURE_ARGS+=	--enable-spam-command="${SPAM_COMMAND}"
+.endif
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/qmailadmin/distinfo,v
retrieving revision 1.15
diff -u -r1.15 distinfo
--- distinfo	9 Apr 2004 11:08:22 -0000	1.15
+++ distinfo	14 May 2005 18:38:08 -0000
@@ -1,2 +1,2 @@
-MD5 (qmailadmin-1.2.0.tar.gz) = 35d53eb676aaf84a8b860d659398ac58
-SIZE (qmailadmin-1.2.0.tar.gz) = 322743
+MD5 (qmailadmin-1.2.3.tar.gz) = 1fbcf9e1b8831ae2645df5689c8bf710
+SIZE (qmailadmin-1.2.3.tar.gz) = 326631
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/qmailadmin/pkg-plist,v
retrieving revision 1.13
diff -u -r1.13 pkg-plist
--- pkg-plist	5 Feb 2004 22:11:02 -0000	1.13
+++ pkg-plist	14 May 2005 18:38:08 -0000
@@ -48,6 +48,7 @@
 %%DATADIR%%/lang/sk
 %%DATADIR%%/lang/sv
 %%DATADIR%%/lang/tr
+%%DATADIR%%/lang/zh-cn
 %%CGIBINDIR%%/%%CGIBINSUBDIR%%/qmailadmin
 %%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/delete.png
 %%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/disabled.png
--- qmailadmin-1.2.3,1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505141839.j4EIde8T014686>