Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2006 16:57:50 +0600
From:      Boris Kovalenko <boris@tagnet.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/99537: [MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES]
Message-ID:  <E1FvBGQ-000Fdd-3C@boris.nikom.ru>
Resent-Message-ID: <200606271100.k5RB0WgW058311@freefall.freebsd.org>

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

>Number:         99537
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES]
>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:   Tue Jun 27 11:00:32 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Boris Kovalenko
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
JSC "TAGNet"
>Environment:
System: FreeBSD boris.nikom.ru 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Wed May 10 10:43:32 YEKST 2006
>Description:
[DESCRIBE CHANGES]


    - Update rcNG script to allow startup on 6.1-RELEASE. Reported by Alexander Titaev
    - Cosmetic fixes

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

--- tpop3d-1.5.3_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/tpop3d/Makefile /usr/ports/mail/tpop3d.new/Makefile
--- /usr/ports/mail/tpop3d/Makefile	Thu May 11 08:57:20 2006
+++ /usr/ports/mail/tpop3d.new/Makefile	Tue Jun 27 16:55:03 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	tpop3d
 PORTVERSION=	1.5.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	http://www.ex-parrot.com/~chris/tpop3d/
 
@@ -35,7 +35,7 @@
 # MySQL authentication
 .if defined(WITH_MYSQL) && !defined(WITHOUT_MYSQL)
 .if defined(WITH_PGSQL) && !defined(WITHOUT_PGSQL)
-IGNORE=	MySQL and PgSQL authentication can not be build together
+BROKEN=	MySQL and PgSQL authentication can not be build together
 .endif
 USE_MYSQL=		yes
 DEFAULT_MYSQL_VER=	41
diff -ruN --exclude=CVS /usr/ports/mail/tpop3d/files/tpop3d.sh.in /usr/ports/mail/tpop3d.new/files/tpop3d.sh.in
--- /usr/ports/mail/tpop3d/files/tpop3d.sh.in	Tue Feb 21 01:47:16 2006
+++ /usr/ports/mail/tpop3d.new/files/tpop3d.sh.in	Tue Jun 27 16:43:01 2006
@@ -2,7 +2,7 @@
 #
 
 # PROVIDE: tpop3d
-# BEFORE:  LOGIN
+# REQUIRE:  LOGIN
 
 #
 # Add the following line to /etc/rc.conf to enable tpop3d:
@@ -27,14 +27,14 @@
 
 # set defaults
 
-tpop3d_enable=${tpop3d_enable:-"NO"}
-tpop3d_flags=${tpop3d_flags:-""}
-load_rc_config $name
 
 command=%%PREFIX%%/sbin/tpop3d
 required_files=%%PREFIX%%/etc/tpop3d.conf
 pidfile=/var/run/tpop3d.pid
 
-tpop3d_flags="${tpop3d_flags} -f ${required_files} -p ${pidfile}"
+load_rc_config $name
+
+: ${tpop3d_enable="NO"}
+: ${tpop3d_flags="-f ${required_files} -p ${pidfile}"}
 
 run_rc_command "$1"
--- tpop3d-1.5.3_3.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?E1FvBGQ-000Fdd-3C>