mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Upgrade to sqwebmail 1.0.3
This commit is contained in:
parent
69489b498e
commit
a1e4beee14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34969
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (sqwebmail-1.0.tar.gz) = 7801cffcba2b70273ce0096d7e95b23d
|
||||
MD5 (sqwebmail-1.0.3.tar.gz) = eb5e5f224a8bebcb79017ee7be09638d
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user