diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-19 05:31:54 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-19 05:31:54 +0800 |
commit | 4892ec50fcd7cd63bad7fe5c2ea1c47e0fc05f97 (patch) | |
tree | 533c709bd3d605f7812a58896dcc88c981a07626 /mail | |
parent | 34124b6460fdaea66528bac43fe7560bf782bd9f (diff) | |
download | freebsd-ports-graphics-4892ec50fcd7cd63bad7fe5c2ea1c47e0fc05f97.tar.gz freebsd-ports-graphics-4892ec50fcd7cd63bad7fe5c2ea1c47e0fc05f97.tar.zst freebsd-ports-graphics-4892ec50fcd7cd63bad7fe5c2ea1c47e0fc05f97.zip |
- Apply current version patch
- Bump PORTREVISION to chase SM update to 1.4.13
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail-compatibility-plugin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/squirrelmail-compatibility-plugin/Makefile b/mail/squirrelmail-compatibility-plugin/Makefile index f27f562c4ad..1ccf369952b 100644 --- a/mail/squirrelmail-compatibility-plugin/Makefile +++ b/mail/squirrelmail-compatibility-plugin/Makefile @@ -6,6 +6,7 @@ PORTNAME= compatibility PORTVERSION= 2.0.9 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= http://www.squirrelmail.org/plugins/ PKGNAMEPREFIX= squirrelmail- @@ -16,7 +17,7 @@ DIST_SUBDIR= squirrelmail MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Required by many plugins for compatibility with SquirrelMail -RUN_DEPENDS= squirrelmail>=1.4.10:${PORTSDIR}/mail/squirrelmail +RUN_DEPENDS= squirrelmail>=1.4.11:${PORTSDIR}/mail/squirrelmail CONFLICTS= squirrelmail-compatibility-plugin-1.* @@ -65,7 +66,7 @@ do-install: post-install: @${ECHO} "Patching SquirrelMail for compatibility plugin" @${ECHO} "" - ${PATCH} -sN -p0 -d ${SQUIRRELDIR}/plugins/compatibility < ${SQUIRRELDIR}/plugins/compatibility/patches/compatibility_patch-1.4.10.diff + ${PATCH} -sN -p0 -d ${SQUIRRELDIR}/plugins/compatibility < ${SQUIRRELDIR}/plugins/compatibility/patches/compatibility_patch-1.4.11.diff @${ECHO} "" .ifndef WITHOUT_ACTIVATE |