Commit graph

26 commits

Author SHA1 Message Date
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
wiz
c6346b5a11 Update to 0.5. Changes are since 0.4.9.4 are minimal but include a man page. 2001-12-23 23:03:22 +00:00
wiz
9008ecd9dd popa3d executable shouldn't belong to popa3d user. Noted by Solar Designer. 2001-12-09 22:06:45 +00:00
jlam
cad8d76f69 PKG_USER/PKG_GROUP are no more, so invent POPA3D_{USER,GROUP} to be used
in the Makefile and in the INSTALL file.
2001-12-07 20:30:59 +00:00
jlam
55ffb37406 bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
2001-12-02 06:56:38 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
jlam
678c0f86f8 Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}. 2001-11-26 20:38:31 +00:00
zuntum
24c9b71584 Converted to respect PKG_SYSCONFDIR 2001-11-25 23:55:35 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
wiz
e7e56f249d Create an empty dir (${PREFIX}/share/empty) for the daemon to chroot to.
Bump to 0.4.9.4nb1.
2001-09-22 11:06:13 +00:00
wiz
c5c1adb967 Update to 0.4.9.4. Changes since 0.4.9.2:
Parts of the daemon code are now run in a chroot jail. qmail-style
~/Mailbox support was added. The inetd vs. standalone mode setting has been
made runtime configurable. A bug resulting in incorrect failure reason being
logged, and a bug which could result in mailbox corruption (glued messages)
have been fixed.
2001-09-11 16:47:12 +00:00
wiz
ee771a87af Update to 0.4.9.2. Changes: Improved logging, optional libwrap support
(not enabled). Source code was cleaned for SUSv2 correctness.
2001-09-02 16:48:32 +00:00
wiz
0c6d1d7c38 Update popa3d to 0.4.9.1.
Changes:
PAM authentication (obviously not enabled)
Choice for fcntl(2) and/or flock(2) locking.
Virtual domain support hooks (in beta, not enabled in package)
Relaxed BSD-compatible license for most source files.
Various bug and portability fixes.
2001-07-21 17:16:12 +00:00
wiz
b74004354c Fix path on ftp site. 2001-05-29 12:11:27 +00:00
agc
b26a4eb88b Move to sha1 digests, and add distfile sizes. 2001-04-20 13:09:54 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
d7906c3ebd Some more MESSAGE cleanup. 2001-01-29 11:38:10 +00:00
wiz
c0edc2aaa9 Set PATCH_SITES to MASTER_SITES (to find the md5 patch). 2000-07-21 00:21:40 +00:00
wiz
1a08b2d76e fix DISTNAME, broken by my last commit. Noted by Solar Designer. 2000-07-12 20:15:11 +00:00
wiz
81daed79fc Add a distribution patch provided by the author, which fixes an MD5 problem
on architectures with strict alignment requirements. For details, see
http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl/full?pr=1803
Bump version to 0.4nb1.
2000-07-07 23:54:53 +00:00
wiz
016d2bf791 fix user handling for binary packages 2000-05-26 14:21:42 +00:00
groo
0a1069ec9e Fix my braino which built on previous braino. We are *not* interested in
testing the *output* of ${GROUP_CMD} or ${USER_CMD}, merely the exit status.
2000-04-12 03:39:43 +00:00
groo
fd70dc86b7 negate group and user existence test 2000-04-04 18:57:33 +00:00
wiz
621d0db2d2 correct user addition handling, patch slightly differently. 2000-04-03 02:12:27 +00:00
wiz
36b529f527 Initial import of popa3d, a small, performant, reliable, and secure
pop3 daemon.
2000-04-02 01:32:28 +00:00