From yasu@home.utahime.org  Mon Oct 21 09:27:00 2013
Return-Path: <yasu@home.utahime.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 13743B1C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Oct 2013 09:27:00 +0000 (UTC)
	(envelope-from yasu@home.utahime.org)
Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210])
	by mx1.freebsd.org (Postfix) with ESMTP id D85332884
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Oct 2013 09:26:58 +0000 (UTC)
Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1])
	by gate.utahime.jp (Postfix) with ESMTP id 22FAB61F9D;
	Mon, 21 Oct 2013 18:26:52 +0900 (JST)
Received: from eastasia.home.utahime.org (localhost [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id EB8984E631;
	Mon, 21 Oct 2013 18:26:51 +0900 (JST)
Received: from rolling-vm-freebsd2.home.utahime.org (rolling-vm-freebsd2.home.utahime.org [192.168.174.54])
	by eastasia.home.utahime.org (Postfix) with ESMTP id C57A64E62F;
	Mon, 21 Oct 2013 18:26:51 +0900 (JST)
Received: by rolling-vm-freebsd2.home.utahime.org (Postfix, from userid 1000)
	id A7E6A1AF109; Mon, 21 Oct 2013 18:26:51 +0900 (JST)
Message-Id: <20131021092651.A7E6A1AF109@rolling-vm-freebsd2.home.utahime.org>
Date: Mon, 21 Oct 2013 18:26:51 +0900 (JST)
From: Yasuhiro KIMURA <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] mail/squirrelmail: fail to install after update to 20131020
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         183152
>Category:       ports
>Synopsis:       [PATCH] mail/squirrelmail: fail to install after update to 20131020
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    adamw
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 21 09:30:00 UTC 2013
>Closed-Date:    Mon Oct 21 22:51:26 EDT 2013
>Last-Modified:  Tue Oct 22 03:00:00 UTC 2013
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 10.0-BETA1 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 10.0-BETA1 FreeBSD 10.0-BETA1 #0 r256770: Sun Oct 20 14:04:52 JST 2013 xxxx amd64


	
>Description:
	
	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

>How-To-Repeat:
	
>Fix:

	

--- patch-squirrelmail begins here ---
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 331088)
+++ pkg-plist	(working copy)
@@ -463,7 +463,6 @@
 @dirrm %%SQUIRRELDIR%%/themes/css
 @dirrm %%SQUIRRELDIR%%/themes
 @dirrm %%SQUIRRELDIR%%/src
-@dirrmtry %%SQUIRRELDIR%%/pref
 @dirrm %%SQUIRRELDIR%%/po
 @dirrm %%SQUIRRELDIR%%/plugins/translate
 @dirrm %%SQUIRRELDIR%%/plugins/test
--- patch-squirrelmail ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->adamw 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Oct 21 09:30:34 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183152 
State-Changed-From-To: open->closed 
State-Changed-By: adamw 
State-Changed-When: Mon Oct 21 22:51:06 EDT 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183152 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183152: commit references a PR
Date: Tue, 22 Oct 2013 02:51:03 +0000 (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"
 
>Unformatted:
