| Summary: | Fixed wrong dependency: mail/squirrelmail-qmailadmin_login-plugin | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Gerrit Beine <gerrit.beine> |
| Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it. miwi 2007-08-05 07:38:49 UTC
FreeBSD ports repository
Modified files:
mail/squirrelmail-qmailadmin_login-plugin Makefile
Log:
- Removed dependency on compatibility plugin - it is not needed.
PR: 115191
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
Revision Changes Path
1.2 +2 -2 ports/mail/squirrelmail-qmailadmin_login-plugin/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks! |
Removed dependency on compatibility plugin - it is not needed. Fix: PORTNAME= squirrelmail-${SQUIRREL_PLUGIN_NAME}-plugin PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= http://www.squirrelmail.org/plugins/ DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.3 @@ -14,8 +15,7 @@ MAINTAINER= gerrit.beine@gmx.de COMMENT= Using the QmailAdmin cgi interface from SquirrelMail -RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail \ - ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin +RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail SQUIRREL_PLUGIN_NAME= qmailadmin_login--zyjgIuCVJLmV6etux4R8WSFYalm33nVPduu3j5HkOl1JMR2O Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -Nur /usr/ports/mail/squirrelmail-qmailadmin_login-plugin/Makefile mail/squirrelmail-qmailadmin_login-plugin/Makefile --- /usr/ports/mail/squirrelmail-qmailadmin_login-plugin/Makefile Mon Dec 11 00:11:19 2006 +++ mail/squirrelmail-qmailadmin_login-plugin/Makefile Sat Aug 4 07:55:34 2007 @@ -6,6 +6,7 @@