Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2005 09:56:38 +0900 (JST)
From:      Fumihiko Kimura <jfkimura@yahoo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84368: update ports: mail/qpopper
Message-ID:  <200507310056.j6V0ucBk095012@sh0.radio.gr.jp>
Resent-Message-ID: <200507310100.j6V10cmH024628@freefall.freebsd.org>

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

>Number:         84368
>Category:       ports
>Synopsis:       update ports: mail/qpopper
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 31 01:00:38 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Fumihiko Kimura
>Release:        FreeBSD 4.11-RELEASE i386
>Organization:
>Environment:
>Description:

It will become often that we use pop3 over SSL.
I consider the sample it to be installed delightfully.

>How-To-Repeat:
>Fix:

=== begin  cut here ===
diff -urN qpopper.orig/Makefile qpopper/Makefile
--- qpopper.orig/Makefile	Sun May 15 15:40:14 2005
+++ qpopper/Makefile	Sun Jul 31 09:47:45 2005
@@ -192,6 +192,8 @@
 			${CHMOD} ${POP_MODE_CONF} ${POPUSERS_FILE}${SAMPLE_EXT} ; \
 		fi ; \
 	fi
+	@${INSTALL} -c -m 0640 \
+		${WRKSRC}/samples/qpopper.config ${PREFIX}/etc/qpopper.config${SAMPLE_EXT}
 	@${SETENV} PKG_PREFIX=${PREFIX} ${SH} \
 		${PKGINSTALL} ${PKGNAME} POST-INSTALL
 
diff -urN qpopper.orig/pkg-plist qpopper/pkg-plist
--- qpopper.orig/pkg-plist	Fri Dec  5 08:46:57 2003
+++ qpopper/pkg-plist	Sun Jul 31 09:41:13 2005
@@ -6,6 +6,7 @@
 @exec mkdir -p %D/etc/qpopper && chown %%POP_USER%%:%%POP_GROUP%% %D/etc/qpopper && chmod %%POP_MODE_DIR%% %D/etc/qpopper
 @mode %%POP_MODE_CONF%%
 etc/qpopper/popusers.sample
+etc/qpopper.config.sample
 %%PORTDOCS%%share/doc/qpopper/GUIDE.pdf
 %%PORTDOCS%%@dirrm share/doc/qpopper
 @unexec rmdir %D/etc/qpopper 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/etc/qpopper`` to remove any configuration files and logs left." | fmt
=== ended  cut here ===

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



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