[Lunar-commits]
CVS: moonbase/mail/qpopper3 BUILD, 1.1, 1.2 DEPENDS,
1.1, 1.2 DETAILS, 1.1, 1.2 qpopper3.1.2-mysql-0.11.2.patch.bz2,
1.1, NONE
Auke Kok
sofar at lunar-linux.org
Wed May 12 10:26:06 GMT 2004
- Previous message: [Lunar-commits] CVS: moonbase/graphics/gphoto PRE_BUILD, NONE,
1.1 DETAILS, 1.2, 1.3 BUILD, 1.1.1.1, NONE gphoto-dir.patch,
1.1.1.1, NONE gphoto-option.patch, 1.1.1.1,
NONE gphoto-port.patch, 1.1.1.1, NONE gphoto-retry.patch,
1.1.1.1, NONE gphoto-rsony.patch, 1.1.1.1,
NONE gphoto-size.patch, 1.1.1.1, NONE gphoto-strcat.patch,
1.1.1.1, NONE
- Next message: [Lunar-commits] CVS: moonbase/net/finger BUILD, 1.2, 1.3 DETAILS,
1.1.1.1, 1.2 bsd-finger-0.16-allocbroken.patch, 1.1.1.1,
NONE bsd-finger-0.16-pts.patch, 1.1.1.1,
NONE bsd-finger-0.17-exact.patch, 1.1.1.1,
NONE bsd-finger-0.17-rfc742.patch, 1.1.1.1,
NONE bsd-finger-0.17-time.patch, 1.1.1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/mail/qpopper3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv28095
Modified Files:
BUILD DEPENDS DETAILS
Removed Files:
qpopper3.1.2-mysql-0.11.2.patch.bz2
Log Message:
Another patch gone
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/qpopper3/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 15 Sep 2002 20:05:55 -0000 1.1
+++ BUILD 12 May 2004 10:26:04 -0000 1.2
@@ -1,19 +1,21 @@
(
- OPTS=$OPTS" --enable-servermode --enable-specialauth --enable-shy \
- --enable-mysql --enable-log-login-mysql \
- --with-popperconfig=/etc/popper.conf \
- --with-pam=pop"
-
- bzcat $SCRIPT_DIRECTORY/qpopper3.1.2-mysql-0.11.2.patch.bz2 | \
- patch -p1 &&
+ OPTS=$OPTS" --enable-servermode --enable-specialauth --enable-shy \
+ --enable-mysql --enable-log-login-mysql \
+ --with-popperconfig=/etc/popper.conf \
+ --with-pam=pop"
+
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
- default_config &&
- make &&
- prepare_install &&
+ default_config &&
+ make &&
+ prepare_install &&
- cp popper/popper /usr/sbin
+ cp popper/popper /usr/sbin &&
+
+ if [ ! -e "/etc/popper.conf.sample" ] ; then
+ cp $SCRIPT_DIRECTORY/popper.conf.sample /etc
+ fi
) > $C_FIFO 2>&1
- [ -e "/etc/popper.conf.sample" ] || cp $SCRIPT_DIRECTORY/popper.conf.sample /etc
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/qpopper3/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 15 Sep 2002 20:05:55 -0000 1.1
+++ DEPENDS 12 May 2004 10:26:04 -0000 1.2
@@ -1,3 +1,3 @@
-depends exim &&
+depends exim &&
depends Linux-PAM &&
depends mysql
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/qpopper3/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 15 Sep 2002 20:05:55 -0000 1.1
+++ DETAILS 12 May 2004 10:26:04 -0000 1.2
@@ -2,12 +2,14 @@
VERSION=1.2
SOURCE=$MODULE.$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
- SOURCE_URL[0]=ftp://ftp.qualcomm.com/eudora/servers/unix/popper/old/$SOURCE
+ SOURCE_URL=ftp://ftp.qualcomm.com/eudora/servers/unix/popper/old/$SOURCE
+ SOURCE2=qpopper3.1.2-mysql-0.11.2.patch.bz2
+ SOURCE2_URL=$PATCH_URL/$SOURCE2
+ SOURCE2_VFY=md5:33cbab94131190cb2a781fd9a6b5b7cb
WEB_SITE=http://www.eudora.com/qpopper_general/
ENTERED=20020914
UPDATED=20020914
SHORT="The de facto POP3 server, old version + mysql patch"
-
cat << EOF
Qpopper is the most widely-used server for the POP3 protocol (this allows
users to access their mail using any POP3 client). Qpopper supports the
--- qpopper3.1.2-mysql-0.11.2.patch.bz2 DELETED ---
- Previous message: [Lunar-commits] CVS: moonbase/graphics/gphoto PRE_BUILD, NONE,
1.1 DETAILS, 1.2, 1.3 BUILD, 1.1.1.1, NONE gphoto-dir.patch,
1.1.1.1, NONE gphoto-option.patch, 1.1.1.1,
NONE gphoto-port.patch, 1.1.1.1, NONE gphoto-retry.patch,
1.1.1.1, NONE gphoto-rsony.patch, 1.1.1.1,
NONE gphoto-size.patch, 1.1.1.1, NONE gphoto-strcat.patch,
1.1.1.1, NONE
- Next message: [Lunar-commits] CVS: moonbase/net/finger BUILD, 1.2, 1.3 DETAILS,
1.1.1.1, 1.2 bsd-finger-0.16-allocbroken.patch, 1.1.1.1,
NONE bsd-finger-0.16-pts.patch, 1.1.1.1,
NONE bsd-finger-0.17-exact.patch, 1.1.1.1,
NONE bsd-finger-0.17-rfc742.patch, 1.1.1.1,
NONE bsd-finger-0.17-time.patch, 1.1.1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list