diff options
author | nbm <nbm@FreeBSD.org> | 2000-11-11 03:49:53 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-11-11 03:49:53 +0800 |
commit | c932beba47ae7766246038acdfa99425ea9bf3d0 (patch) | |
tree | 7384bb311093e60e53e31ff5ce9b5f7b64404198 /mail | |
parent | 00b0def59a8edada438e1048895e0affb0851543 (diff) | |
download | freebsd-ports-graphics-c932beba47ae7766246038acdfa99425ea9bf3d0.tar.gz freebsd-ports-graphics-c932beba47ae7766246038acdfa99425ea9bf3d0.tar.zst freebsd-ports-graphics-c932beba47ae7766246038acdfa99425ea9bf3d0.zip |
Upgrade to sqwebmail 1.0.3
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sqwebmail/Makefile | 3 | ||||
-rw-r--r-- | mail/sqwebmail/distinfo | 2 | ||||
-rw-r--r-- | mail/sqwebmail/pkg-plist | 13 |
3 files changed, 12 insertions, 6 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index e4020e0c54a..9d8fa1e24f5 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sqwebmail -PORTVERSION= 1.0 +PORTVERSION= 1.0.3 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier @@ -53,6 +53,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS= \ --enable-cgibindir=${CGIBINDIR}/${CGIBINSUBDIR} \ --enable-imagedir=${WEBDATADIR}/${WEBDATASUBDIR} \ + --libexecdir=${PREFIX}/libexec/sqwebmail \ --enable-imageurl=/${IMAGEURL}/ .if defined(WITHOUT_CACHEDIR) diff --git a/mail/sqwebmail/distinfo b/mail/sqwebmail/distinfo index 48585ceec10..be91c1cc45f 100644 --- a/mail/sqwebmail/distinfo +++ b/mail/sqwebmail/distinfo @@ -1 +1 @@ -MD5 (sqwebmail-1.0.tar.gz) = 7801cffcba2b70273ce0096d7e95b23d +MD5 (sqwebmail-1.0.3.tar.gz) = eb5e5f224a8bebcb79017ee7be09638d diff --git a/mail/sqwebmail/pkg-plist b/mail/sqwebmail/pkg-plist index 0a8402090ef..a2e94801bab 100644 --- a/mail/sqwebmail/pkg-plist +++ b/mail/sqwebmail/pkg-plist @@ -1,5 +1,8 @@ -libexec/sqwebmail/maildirmake -libexec/sqwebmail/makedatprog +libexec/sqwebmail/authlib/authcustom +libexec/sqwebmail/authlib/authpam +libexec/sqwebmail/authlib/authuserdb +libexec/sqwebmail/sqwebmail/maildirmake +libexec/sqwebmail/sqwebmail/makedatprog sbin/sqwebmail.makeuserdb sbin/sqwebmail.pw2userdb sbin/sqwebmail.userdb @@ -8,6 +11,7 @@ sbin/sqwebmail.vchkpw2userdb share/sqwebmail/authmodulelist %%CACHE%%@unexec %D/share/sqwebmail/cleancache.pl share/sqwebmail/cleancache.pl +@unexec /bin/rm -f %D/share/sqwebmail/html/en share/sqwebmail/html/en-us/CHARSET share/sqwebmail/html/en-us/ISPELLDICT share/sqwebmail/html/en-us/LANGUAGE @@ -57,7 +61,6 @@ www/data.default/sqwebmail/right.gif www/data.default/sqwebmail/right2.gif www/data.default/sqwebmail/trash2.gif @dirrm www/data.default/sqwebmail -@dirrm www/data.default @unexec /bin/rmdir %D/www/data.default 2> /dev/null || true @dirrm www/cgi-bin.default/sqwebmail @unexec /bin/rmdir %D/www/cgi-bin.default 2> /dev/null || true @@ -67,8 +70,10 @@ www/data.default/sqwebmail/trash2.gif @dirrm share/sqwebmail/man/man1 @dirrm share/sqwebmail/man @dirrm share/sqwebmail/html/en-us -@unexec /bin/rm -f %D/share/sqwebmail/html/en @dirrm share/sqwebmail/html @dirrm share/sqwebmail +@dirrm libexec/sqwebmail/sqwebmail +@dirrm libexec/sqwebmail/authlib +@dirrm libexec/sqwebmail %%CACHE%%@unexec rmdir /var/sqwebmail/cache 2> /dev/null || true %%CACHE%%@unexec rmdir /var/sqwebmail 2> /dev/null || true |