Bug 183152

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 Flags
patch-squirrelmail none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2013-10-21 10:30:00 UTC
	
	After update to 20131020 'make install' fails as following:


	===>  Installing for squirrelmail-20131020_1
	===>  Checking if mail/squirrelmail already installed
	===>   Registering installation for squirrelmail-20131020_1
	pkg-static: lstat(/usr0/freebsd/ports/work/am/eastasia/usr0/freebsd/ports/ports/mail/squirrelmail/work/stage/usr/local/www/squirrelmail/pref/): No such file or directory
	*** Error code 74

	Stop.
	make[1]: stopped in /am/eastasia/usr0/freebsd/ports/ports/mail/squirrelmail
	*** Error code 1

	Stop.
	make: stopped in /am/eastasia/usr0/freebsd/ports/ports/mail/squirrelmail
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-21 10:30:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->adamw

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-22 03:51:03 UTC
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"
Comment 3 Adam Weinberger freebsd_committer freebsd_triage 2013-10-22 03:51:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!