diff options
author | garga <garga@FreeBSD.org> | 2005-09-09 23:58:08 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-09-09 23:58:08 +0800 |
commit | 53b0f63bcb21c6db87a06fdf596e40c0fe7269ed (patch) | |
tree | 9b6a5f809e13c83e9a12580689179975981a472a /mail/squirrelmail/Makefile | |
parent | 11663e618474e5c545ee215f53ab9d15236d5ffd (diff) | |
download | freebsd-ports-gnome-53b0f63bcb21c6db87a06fdf596e40c0fe7269ed.tar.gz freebsd-ports-gnome-53b0f63bcb21c6db87a06fdf596e40c0fe7269ed.tar.zst freebsd-ports-gnome-53b0f63bcb21c6db87a06fdf596e40c0fe7269ed.zip |
Update squirrelmail port to work under PHP5+ until the next
release comes out with the fix already in.
PR: ports/85909
Submitted by: maintainer
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r-- | mail/squirrelmail/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index da5ef0501a61..97042c875c52 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= squirrelmail PORTVERSION?= 1.4.5 +PORTREVISION?= 1 CATEGORIES?= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= squirrelmail @@ -63,7 +64,12 @@ slaveport-post-patch: post-patch: slaveport-post-patch .ifndef PATCH_DEBUG - @${RM} -f ${WRKSRC}/config/config_default.php.orig + @${RM} -f ${WRKSRC}/config/config_default.php.orig \ + ${WRKSRC}/src/configtest.php.orig \ + ${WRKSRC}/src/search.php.orig \ + ${WRKSRC}/class/mime/Rfc822Header.class.php.orig \ + ${WRKSRC}/functions/imap_messages.php.orig \ + ${WRKSRC}/plugins/listcommands/setup.php.orig .endif @${SED} -e "s;%%SQUIRRELDIR%%;${SQUIRRELDIR};g" \ ${MASTERDIR}/pkg-install > ${PKGINSTALL} |