aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2013-10-26 15:47:53 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2013-10-26 15:47:53 +0000
commiteb3a517e234ba4a78c19519b4cb2b04e84fdfc57 (patch)
tree8df8f23bbf1efac4bc0fd470383a565bb3d6f711 /mail/squirrelmail
parentf67ddc0887da2e03490003bbf82dd3421364dc8f (diff)
downloadports-eb3a517e234ba4a78c19519b4cb2b04e84fdfc57.tar.gz
ports-eb3a517e234ba4a78c19519b4cb2b04e84fdfc57.zip
Update to 2013/10/26
In particular: * Add new spacer image and allow its use for unsafe images instead of the sec_remove_* image -- brings HTML emails into the modern age (much more viewable)
Notes
Notes: svn path=/head/; revision=331706
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r--mail/squirrelmail/Makefile23
-rw-r--r--mail/squirrelmail/distinfo4
-rw-r--r--mail/squirrelmail/pkg-plist1
3 files changed, 15 insertions, 13 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index 09a599d870c7..f72267aa1fae 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -2,17 +2,18 @@
# $FreeBSD$
PORTNAME= squirrelmail
-PORTVERSION= 20131020
-PORTREVISION= 2
+PORTVERSION= 20131026
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= adamw
+MASTER_SITE_SUBDIR= adamw/squirrelmail
DISTNAME= ${PORTNAME}-${PORTVERSION}_0200-SVN.stable
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= adamw@FreeBSD.org
COMMENT= A webmail system which accesses mail over IMAP
+LICENSE= GPLv2
+
# This snapshot tarball contains php 5.4 and 5.5 compatibility
# patches, but the only guaranteed compatibility is with php 5.3.
# If you encounter problems, downgrade to php 5.3.
@@ -28,7 +29,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}.stable/${PORTNAME}
OPTIONS_DEFINE= DATABASE LDAP
DATABASE_DESC= PEAR database support (must also install a driver)
-# if you were using WITHOUT_WWWDIR, use SQUIRRELDIR=${PREFIX}/${PORTNAME}
+# if you were using WITHOUT_WWWDIR, use SQUIRRELDIR=${PREFIX}/squirrelmail
SQUIRRELDIR?= ${WWWDIR}
SMUSER?= ${WWWOWN}
@@ -40,7 +41,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} \
SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}" \
SUB_FILES= pkg-message
-SUB_LIST= SQUIRRELDIR=${SQUIRRELDIR} SMUSER=${SMUSER} SMGROUP=${SMGROUP}
+SUB_LIST= SQUIRRELDIR=${SQUIRRELDIR} SMUSER=${SMUSER} SMGROUP=${SMGROUP}
CONFLICTS= squirreloutlook-[0-9]*
@@ -93,19 +94,19 @@ pre-install:
@${FIND} ${WRKSRC} -name '*.bak' -delete
do-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
${INSTALL_SCRIPT} ${FILESDIR}/111.clean-squirrelmail ${STAGEDIR}${PREFIX}/etc/periodic/daily
- ${MKDIR} ${STAGEDIR}${SQUIRRELDIR}
+ @${MKDIR} ${STAGEDIR}${SQUIRRELDIR}
${INSTALL_DATA} ${WRKSRC}/index.php ${STAGEDIR}${SQUIRRELDIR}
${INSTALL_SCRIPT} ${WRKSRC}/configure ${STAGEDIR}${SQUIRRELDIR}
-.for DIR in attach class config data functions help images include locale plugins po src themes
- cd ${WRKSRC} && ${FIND} ${DIR} | ${CPIO} -pdmu --quiet ${STAGEDIR}${SQUIRRELDIR}
-.endfor
+ cd ${WRKSRC} && \
+ ${FIND} attach class config data functions help images include locale plugins po src themes \
+ | ${CPIO} -pdmu --quiet ${STAGEDIR}${SQUIRRELDIR}
${CHOWN} ${SMUSER}:${SMGROUP} ${STAGEDIR}${SQUIRRELDIR}/data ${STAGEDIR}${SQUIRRELDIR}/attach
${CHMOD} 730 ${STAGEDIR}${SQUIRRELDIR}/attach
${CHMOD} 750 ${STAGEDIR}${SQUIRRELDIR}/data
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/doc && ${FIND} . | ${CPIO} -pdmu --quiet ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
diff --git a/mail/squirrelmail/distinfo b/mail/squirrelmail/distinfo
index 9685936e6b6c..04d6cb26dab5 100644
--- a/mail/squirrelmail/distinfo
+++ b/mail/squirrelmail/distinfo
@@ -1,2 +1,2 @@
-SHA256 (squirrelmail/squirrelmail-20131020_0200-SVN.stable.tar.bz2) = bec67ca3b0dd6f5435fa9fd7fe0cfe0f6662abfefce7589ebb484f0dc9ac5a60
-SIZE (squirrelmail/squirrelmail-20131020_0200-SVN.stable.tar.bz2) = 541979
+SHA256 (squirrelmail/squirrelmail-20131026_0200-SVN.stable.tar.bz2) = 2f4da122cb6ac133464c8b14d55944ae05a3adcfa1aff8fe914dac22dbf58a27
+SIZE (squirrelmail/squirrelmail-20131026_0200-SVN.stable.tar.bz2) = 544703
diff --git a/mail/squirrelmail/pkg-plist b/mail/squirrelmail/pkg-plist
index 9ba2eebc437c..bbcb922eacb1 100644
--- a/mail/squirrelmail/pkg-plist
+++ b/mail/squirrelmail/pkg-plist
@@ -138,6 +138,7 @@ etc/periodic/daily/111.clean-squirrelmail
%%SQUIRRELDIR%%/images/senti.png
%%SQUIRRELDIR%%/images/sm_logo.png
%%SQUIRRELDIR%%/images/sort_none.png
+%%SQUIRRELDIR%%/images/spacer.png
%%SQUIRRELDIR%%/images/up_pointer.png
%%SQUIRRELDIR%%/include/.htaccess
%%SQUIRRELDIR%%/include/index.php