diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-14 21:36:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-14 21:36:47 +0800 |
commit | 944075cbcafaa5f3751dd75aa48fa827e474a7ae (patch) | |
tree | 7041e32ca8e1cec3436b1844f118d04425c1a954 /mail | |
parent | 72f1360133669ffd3b90370e8be7caf572352869 (diff) | |
download | freebsd-ports-gnome-944075cbcafaa5f3751dd75aa48fa827e474a7ae.tar.gz freebsd-ports-gnome-944075cbcafaa5f3751dd75aa48fa827e474a7ae.tar.zst freebsd-ports-gnome-944075cbcafaa5f3751dd75aa48fa827e474a7ae.zip |
- Update to 1.0.0
PR: 132570
Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/extmail/Makefile | 7 | ||||
-rw-r--r-- | mail/extmail/distinfo | 6 | ||||
-rw-r--r-- | mail/extmail/files/pkg-message.in | 2 | ||||
-rw-r--r-- | mail/extmail/pkg-plist | 1 |
4 files changed, 7 insertions, 9 deletions
diff --git a/mail/extmail/Makefile b/mail/extmail/Makefile index 3d3f1ac923fd..918d41844775 100644 --- a/mail/extmail/Makefile +++ b/mail/extmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= extmail -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.7 CATEGORIES= mail MASTER_SITES= http://www.chifeng.name/dist/extmail/ \ http://mirror3.extmail.net/dist/ @@ -34,11 +34,8 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DB RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/LDAP.pm:${PORTSDIR}/databases/p5-DBD-LDAP .endif -OWCGIDIR= ${PREFIX}/www/extmail - do-install: - @${MKDIR} ${OWCGIDIR} - @cd ${WRKSRC} && ${CP} -Rpf * ${OWCGIDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/mail/extmail/distinfo b/mail/extmail/distinfo index 2d03de562468..5ea593142cc4 100644 --- a/mail/extmail/distinfo +++ b/mail/extmail/distinfo @@ -1,3 +1,3 @@ -MD5 (extmail-1.0.5.tar.gz) = 97a935ad7571f15e6b01cba93ccdc4a6 -SHA256 (extmail-1.0.5.tar.gz) = 1e47611d210e59b28627010a398f16adca80c4bd33729055b8c9a5e4871e5276 -SIZE (extmail-1.0.5.tar.gz) = 685284 +MD5 (extmail-1.0.7.tar.gz) = 7ba7bb5e0d23cea1ba01ac15eca0283e +SHA256 (extmail-1.0.7.tar.gz) = f7443f8d2e8cda299518681a5c877e5347b490290690b6fab97baa733c423439 +SIZE (extmail-1.0.7.tar.gz) = 686741 diff --git a/mail/extmail/files/pkg-message.in b/mail/extmail/files/pkg-message.in index f95cc47dca2a..5bcdff5641df 100644 --- a/mail/extmail/files/pkg-message.in +++ b/mail/extmail/files/pkg-message.in @@ -1,5 +1,5 @@ Please make a configure file for extmail. -cp %%PREFIX%%/www/extmail/webmail.cf.default %%PREFIX%%/www/extmail/webmail.cf +cp %%WWWDIR%%/webmail.cf.default %%WWWDIR%%/webmail.cf and referrence README and INSTALL to change it's some variable, enable it! diff --git a/mail/extmail/pkg-plist b/mail/extmail/pkg-plist index 317c6999081f..ef311955c124 100644 --- a/mail/extmail/pkg-plist +++ b/mail/extmail/pkg-plist @@ -180,6 +180,7 @@ www/extmail/html/default/lists.inc www/extmail/html/default/loading.html www/extmail/html/default/multifile_new.inc www/extmail/html/default/netdisk.html +www/extmail/html/default/notify.html www/extmail/html/default/pref.html www/extmail/html/default/pref_pop3.html www/extmail/html/default/print.html |