svn commit: r389167 - head/www/iwebcal

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 11 09:25:45 UTC 2015


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 at 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
- at dirrm %%WWWDIR%%/include
- at dirrm %%WWWDIR%%/img
- at dirrm %%WWWDIR%%/class
- at dirrm %%WWWDIR%%/base
- at dirrmtry %%WWWDIR%%/cache
- at dirrmtry %%WWWDIR%%
- at owner root
- at group wheel
+ at dir %%WWWDIR%%/include
+ at dir %%WWWDIR%%/img
+ at dir %%WWWDIR%%/class
+ at dir %%WWWDIR%%/base
+ at dir %%WWWDIR%%/cache
+ at dir %%WWWDIR%%
+ at owner
+ at group


More information about the svn-ports-head mailing list