Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2014 20:27:28 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367694 - head/www/webcalendar
Message-ID:  <201409082027.s88KRSJc076269@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Sep  8 20:27:28 2014
New Revision: 367694
URL: http://svnweb.freebsd.org/changeset/ports/367694
QAT: https://qat.redports.org/buildarchive/r367694/

Log:
  Usingg both USES=uidfix annd PLIST_SUB=WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
  is harmful (uidfix "fixes" ${WWWOWN} and ${WWWGRP})

Modified:
  head/www/webcalendar/Makefile

Modified: head/www/webcalendar/Makefile
==============================================================================
--- head/www/webcalendar/Makefile	Mon Sep  8 20:22:03 2014	(r367693)
+++ head/www/webcalendar/Makefile	Mon Sep  8 20:27:28 2014	(r367694)
@@ -11,7 +11,6 @@ COMMENT=	Web-based calendar application
 LICENSE=	GPLv2
 
 PORTSCOUT=	limit:^1\.2\. skipb:1
-USES=		uidfix
 USE_PHP=	pcre session
 WANT_PHP_WEB=	yes
 NO_BUILD=	yes



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