Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 09:25:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389167 - head/www/iwebcal
Message-ID:  <201506110925.t5B9PjhL041518@svn.freebsd.org>

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



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