ports/99537: [MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES]

Boris Kovalenko boris at tagnet.ru
Tue Jun 27 11:00:38 UTC 2006


>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:



More information about the freebsd-ports-bugs mailing list