| Summary: | [PATCH] mail/squirrelmail: fail to install after update to 20131020 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||
| Component: | Individual Port(s) | Assignee: | Adam Weinberger <adamw> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Yasuhiro Kimura
2013-10-21 10:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->adamw Over to maintainer (via the GNATS Auto Assign Tool) Author: adamw Date: Tue Oct 22 02:50:50 2013 New Revision: 331216 URL: http://svnweb.freebsd.org/changeset/ports/331216 Log: Fix plist referencing a non-existent directory. PORTREVISION bump. PR: ports/183152 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Modified: head/mail/squirrelmail/Makefile head/mail/squirrelmail/pkg-plist Modified: head/mail/squirrelmail/Makefile ============================================================================== --- head/mail/squirrelmail/Makefile Tue Oct 22 00:23:34 2013 (r331215) +++ head/mail/squirrelmail/Makefile Tue Oct 22 02:50:50 2013 (r331216) @@ -3,7 +3,7 @@ PORTNAME= squirrelmail PORTVERSION= 20131020 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= adamw @@ -37,7 +37,6 @@ USERS= ${SMUSER} GROUPS= ${SMGROUP} PLIST_SUB= PORTVERSION=${PORTVERSION} \ - FULLPATH="${SQUIRRELDIR}" \ SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}" \ SUB_FILES= pkg-message Modified: head/mail/squirrelmail/pkg-plist ============================================================================== --- head/mail/squirrelmail/pkg-plist Tue Oct 22 00:23:34 2013 (r331215) +++ head/mail/squirrelmail/pkg-plist Tue Oct 22 02:50:50 2013 (r331216) @@ -463,7 +463,6 @@ etc/periodic/daily/111.clean-squirrelmai @dirrm %%SQUIRRELDIR%%/themes/css @dirrm %%SQUIRRELDIR%%/themes @dirrm %%SQUIRRELDIR%%/src -@dirrmtry %%SQUIRRELDIR%%/pref @dirrm %%SQUIRRELDIR%%/po @dirrm %%SQUIRRELDIR%%/plugins/translate @dirrm %%SQUIRRELDIR%%/plugins/test _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |