- Add one more MASTER_SITES
- Turn cp verbose to show which files are copied - Add a pkg-message - Change to use .zip sources because .tar.gz disapeared of main site - Transfer maintainership to submitter, maintainer is 9 months inactive PR: ports/92422 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (14 days)
This commit is contained in:
parent
8f8419b9c9
commit
e07d98134d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155639
@ -9,23 +9,31 @@ PORTNAME= uebimiau
|
||||
DISTVERSION= 2.7.9
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= http://www.uebimiau.org/downloads/ \
|
||||
http://www.freebsdbrasil.com.br/~jmelo/ \
|
||||
http://freebsd.jose.idv.tw/download/ \
|
||||
http://my.so-net.net.tw/jliang/uebimiau/
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION}-any
|
||||
|
||||
MAINTAINER= francisco@gomezmarin.com
|
||||
MAINTAINER= jmelo@freebsdbrasil.com.br
|
||||
COMMENT= UebiMiau is a simple yet efficient WebMail written in PHP
|
||||
|
||||
WRKSRC= ${WRKDIR}/webmail
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_PHP= pcre
|
||||
WANT_PHP_MOD= yes
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
post-extract:
|
||||
@${RM} -f ${WRKSRC}/themes/aleborgXP/C?pia\ de\ messagelist.htm
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/www/data/${PORTNAME}
|
||||
${CP} -R ${WRKSRC}/* ${PREFIX}/www/data/${PORTNAME}
|
||||
${CP} -vR ${WRKSRC}/* ${PREFIX}/www/data/${PORTNAME}
|
||||
${CHOWN} -R www:www ${PREFIX}/www/data/${PORTNAME}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (uebimiau-2.7.9-any.tar.gz) = b8bddb33ac2412299f08539564cb1e47
|
||||
SHA256 (uebimiau-2.7.9-any.tar.gz) = eb152af1b11175bd8321778908afd5332bf8fbf4aeed66ce290d718255b8bf76
|
||||
SIZE (uebimiau-2.7.9-any.tar.gz) = 491193
|
||||
MD5 (uebimiau-2.7.9-any.zip) = 8284ee2d6b4693c98a47c64963f80249
|
||||
SHA256 (uebimiau-2.7.9-any.zip) = eae52210e8bffac1cfd871c7ce5c9f6369c11c78ee28eefb87a914757bd08feb
|
||||
SIZE (uebimiau-2.7.9-any.zip) = 690161
|
||||
|
8
mail/uebimiau/files/pkg-message.in
Normal file
8
mail/uebimiau/files/pkg-message.in
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
*****************************************************************************
|
||||
You have installed the uebimiau package.
|
||||
|
||||
Now you should edit %%PREFIX%%/www/data/uebimiau/inc/config.php and set your
|
||||
preferences.
|
||||
|
||||
*****************************************************************************
|
Loading…
Reference in New Issue
Block a user