svn commit: r388461 - head/www/pnews

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 3 18:02:23 UTC 2015


Author: amdmi3
Date: Wed Jun  3 18:02:22 2015
New Revision: 388461
URL: https://svnweb.freebsd.org/changeset/ports/388461

Log:
  - Drop @dirrm* from plist
  - Clarify LICENSE
  - Switch to USES=tar

Modified:
  head/www/pnews/Makefile
  head/www/pnews/pkg-plist

Modified: head/www/pnews/Makefile
==============================================================================
--- head/www/pnews/Makefile	Wed Jun  3 17:27:30 2015	(r388460)
+++ head/www/pnews/Makefile	Wed Jun  3 18:02:22 2015	(r388461)
@@ -7,13 +7,13 @@ PORTEPOCH=	1
 CATEGORIES=	www news
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	PHP Web-based News Reader
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
 
+USES=		tar:tgz
 USE_PHP=	yes
 NO_BUILD=	yes
 

Modified: head/www/pnews/pkg-plist
==============================================================================
--- head/www/pnews/pkg-plist	Wed Jun  3 17:27:30 2015	(r388460)
+++ head/www/pnews/pkg-plist	Wed Jun  3 18:02:22 2015	(r388461)
@@ -67,9 +67,3 @@
 %%PNEWSDIR%%/utils.js
 %%PNEWSDIR%%/version.inc.php
 %%PNEWSDIR%%/xpost.php
- at dirrmtry %%PNEWSDIR%%/auth
- at dirrmtry %%PNEWSDIR%%/css
- at dirrmtry %%PNEWSDIR%%/doc
- at dirrmtry %%PNEWSDIR%%/examples
- at dirrmtry %%PNEWSDIR%%/language
- at dirrmtry %%PNEWSDIR%%


More information about the svn-ports-all mailing list