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

Boris Kovalenko boris at tagnet.ru
Wed Aug 16 09:30:12 UTC 2006


>Number:         102133
>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:   Wed Aug 16 09:30:10 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 #3: Thu Jul 27 14:51:35 YEKST 2006
>Description:
[DESCRIBE CHANGES]

1. Respect ${TARGETDIR}
2. Proper startup order for rcNG script

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

--- tpop3d-1.5.3_4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/tpop3d/Makefile /usr/ports/mail/tpop3d.new/Makefile
--- /usr/ports/mail/tpop3d/Makefile	Wed Jul 12 21:02:53 2006
+++ /usr/ports/mail/tpop3d.new/Makefile	Wed Aug 16 15:19:47 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	tpop3d
 PORTVERSION=	1.5.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail
 MASTER_SITES=	http://www.ex-parrot.com/~chris/tpop3d/
 
@@ -77,7 +77,7 @@
 .endif
 
 USE_RC_SUBR=	tpop3d.sh
-DEFAULT_CONFIG=	${PREFIX}/etc/tpop3d.conf.dist
+DEFAULT_CONFIG=	${TARGETDIR}/etc/tpop3d.conf.dist
 
 MAN5=		tpop3d.conf.5
 MAN8=		tpop3d.8
@@ -94,9 +94,9 @@
 
 post-install:
 	${INSTALL_SCRIPT} ${FILESDIR}/tpop3d.conf.dist ${DEFAULT_CONFIG}
-	@if [ ! -f ${PREFIX}/etc/tpop3d.conf ]; then			\
+	@if [ ! -f ${TARGETDIR}/etc/tpop3d.conf ]; then			\
 		${INSTALL_SCRIPT} ${FILESDIR}/tpop3d.conf.dist 		\
-			${PREFIX}/etc/tpop3d.conf ;			\
+			${TARGETDIR}/etc/tpop3d.conf ;			\
 	fi
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
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	Wed Jun 28 10:32:41 2006
+++ /usr/ports/mail/tpop3d.new/files/tpop3d.sh.in	Mon Aug 14 13:18:19 2006
@@ -2,7 +2,7 @@
 #
 
 # PROVIDE: tpop3d
-# REQUIRE:  LOGIN
+# REQUIRE: postgresql mysql LOGIN
 
 #
 # Add the following line to /etc/rc.conf to enable tpop3d:
--- tpop3d-1.5.3_4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list