diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-11-11 03:49:53 +0800 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-11-11 03:49:53 +0800 |
commit | a1e4beee14f19d173edc54fb5abc3d8cad134025 (patch) | |
tree | 784b2affbab2848e440e8b6bea3c33b5fc14438a /mail/sqwebmail | |
parent | 69489b498ef419b93a840416b0ccc9b75bbcd8b7 (diff) | |
download | freebsd-ports-gnome-a1e4beee14f19d173edc54fb5abc3d8cad134025.tar.gz freebsd-ports-gnome-a1e4beee14f19d173edc54fb5abc3d8cad134025.tar.zst freebsd-ports-gnome-a1e4beee14f19d173edc54fb5abc3d8cad134025.zip |
Upgrade to sqwebmail 1.0.3
Diffstat (limited to 'mail/sqwebmail')
-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 e4020e0c54a1..9d8fa1e24f57 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 48585ceec104..be91c1cc45f6 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 0a8402090efe..a2e94801babc 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 |