Date: Wed, 3 Jun 2015 18:02:22 +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: r388461 - head/www/pnews Message-ID: <201506031802.t53I2MGj091550@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 -@dirrmtry %%PNEWSDIR%%/auth -@dirrmtry %%PNEWSDIR%%/css -@dirrmtry %%PNEWSDIR%%/doc -@dirrmtry %%PNEWSDIR%%/examples -@dirrmtry %%PNEWSDIR%%/language -@dirrmtry %%PNEWSDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506031802.t53I2MGj091550>