From owner-svn-ports-all@FreeBSD.ORG Thu Jun 11 09:25:45 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2DA8482; Thu, 11 Jun 2015 09:25:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A118919CB; Thu, 11 Jun 2015 09:25:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5B9PjEj041520; Thu, 11 Jun 2015 09:25:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5B9PjhL041518; Thu, 11 Jun 2015 09:25:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506110925.t5B9PjhL041518@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 11 Jun 2015 09:25:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389167 - head/www/iwebcal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 09:25:45 -0000 Author: amdmi3 Date: Thu Jun 11 09:25:44 2015 New Revision: 389167 URL: https://svnweb.freebsd.org/changeset/ports/389167 Log: - Switch to USES=tar:tgz - Add NO_ARCH - Modernize plist Modified: head/www/iwebcal/Makefile head/www/iwebcal/pkg-plist Modified: head/www/iwebcal/Makefile ============================================================================== --- head/www/iwebcal/Makefile Thu Jun 11 09:25:37 2015 (r389166) +++ head/www/iwebcal/Makefile Thu Jun 11 09:25:44 2015 (r389167) @@ -6,12 +6,13 @@ PORTVERSION= 2.1 PORTREVISION= 1 CATEGORIES= www deskutils MASTER_SITES= SF -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Webbased iCal calendar viewer +USES= tar:tgz NO_BUILD= yes +NO_ARCH= yes USE_PHP= yes WRKSRC= ${WRKDIR}/iWebCal PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" Modified: head/www/iwebcal/pkg-plist ============================================================================== --- head/www/iwebcal/pkg-plist Thu Jun 11 09:25:37 2015 (r389166) +++ head/www/iwebcal/pkg-plist Thu Jun 11 09:25:44 2015 (r389167) @@ -39,11 +39,11 @@ %%WWWDIR%%/include/iWebCal.css %%WWWDIR%%/include/iWebCal.js %%WWWDIR%%/index.php -@dirrm %%WWWDIR%%/include -@dirrm %%WWWDIR%%/img -@dirrm %%WWWDIR%%/class -@dirrm %%WWWDIR%%/base -@dirrmtry %%WWWDIR%%/cache -@dirrmtry %%WWWDIR%% -@owner root -@group wheel +@dir %%WWWDIR%%/include +@dir %%WWWDIR%%/img +@dir %%WWWDIR%%/class +@dir %%WWWDIR%%/base +@dir %%WWWDIR%%/cache +@dir %%WWWDIR%% +@owner +@group