Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 02:50:50 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331216 - head/mail/squirrelmail
Message-ID:  <201310220250.r9M2oopI053748@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310220250.r9M2oopI053748>