diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-10-15 01:37:14 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-10-15 01:37:14 +0000 |
commit | 80c8465e3b4b729c89597ca1389e3707d3b1d3e2 (patch) | |
tree | a35ff52935f433a504b9ed0649165b004ee9c9cd /mail/openwebmail | |
parent | 71c0603d79aa6a4fbcd2008cd01e59e634863961 (diff) | |
download | ports-80c8465e3b4b729c89597ca1389e3707d3b1d3e2.tar.gz ports-80c8465e3b4b729c89597ca1389e3707d3b1d3e2.zip |
Notes
Diffstat (limited to 'mail/openwebmail')
-rw-r--r-- | mail/openwebmail/Makefile | 8 | ||||
-rw-r--r-- | mail/openwebmail/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 1d8945ce652c..29fb754a7916 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openwebmail -PORTVERSION= 2.10 +PORTVERSION= 2.20 CATEGORIES= mail MASTER_SITES= http://openwebmail.com/openwebmail/download/ \ http://turtle.ee.ncku.edu.tw/openwebmail/download/ @@ -100,7 +100,7 @@ post-patch: @${PERL} -pi.bak -e 's,/usr/local/www/data/openwebmail,${OWDATADIR},g' ${PATCH_WRKSRC}/etc/openwebmail.conf .if !defined(WITHOUT_SPEEDYCGI) @${ECHO} "savedsuid_support no" >> ${PATCH_WRKSRC}/etc/openwebmail.conf - @${PERL} -pi.bak -e 's,/usr/local/bin/speedy,${PREFIX}/bin/speedy_suid,g' ${PATCH_WRKSRC}/openwebmail*pl + @${PERL} -pi.bak -e 's,/usr/local/bin/speedy,${LOCALBASE}/bin/speedy_suid,g' ${PATCH_WRKSRC}/openwebmail*pl .else @${PERL} -pi.bak -e 's,/usr/bin/suidperl,${PERL},g' ${PATCH_WRKSRC}/openwebmail*pl .endif @@ -109,8 +109,8 @@ pre-install: @${FIND} ${WRKSRC}/*/openwebmail \( -name "*.bak" -or -name "*.orig" \) -delete .if !exists(${PLIST}) @${FIND} ${WRKSRC}/*/openwebmail -type f -o -type l | ${SED} -e 's,${WRKSRC},www,g' | sort -u > ${PLIST} -.for file in b2g g2b lunar - @${ECHO} "www/cgi-bin/openwebmail/etc/${file}.db" >> ${PLIST} +.for f in b2g g2b lunar + @${ECHO} "www/cgi-bin/openwebmail/etc/${f}.db" >> ${PLIST} .endfor .if defined(WITHOUT_SPEEDYCGI) @${FIND} ${WRKSRC}/*/openwebmail -name "openwebmail*pl" | \ diff --git a/mail/openwebmail/distinfo b/mail/openwebmail/distinfo index 13c8638b65e3..a7b5a5279652 100644 --- a/mail/openwebmail/distinfo +++ b/mail/openwebmail/distinfo @@ -1 +1 @@ -MD5 (openwebmail-2.10.tgz) = 356c756a1ca8e19d1e71bc96b1b1094b +MD5 (openwebmail-2.20.tgz) = f4eed705f0055ce8269590ce4122ee29 |