Date: Thu, 12 Mar 2015 10:38:04 +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: r381074 - head/www/anyremote2html Message-ID: <201503121038.t2CAc4iC017288@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Mar 12 10:38:04 2015 New Revision: 381074 URL: https://svnweb.freebsd.org/changeset/ports/381074 QAT: https://qat.redports.org/buildarchive/r381074/ Log: - Add LICENSE - Drop @dirrm* from plist Modified: head/www/anyremote2html/Makefile head/www/anyremote2html/pkg-plist Modified: head/www/anyremote2html/Makefile ============================================================================== --- head/www/anyremote2html/Makefile Thu Mar 12 10:37:54 2015 (r381073) +++ head/www/anyremote2html/Makefile Thu Mar 12 10:38:04 2015 (r381074) @@ -11,6 +11,9 @@ COMMENT= Web interface for anyRemote RUN_DEPENDS= anyremote:${PORTSDIR}/comms/anyremote +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USES= python:run Modified: head/www/anyremote2html/pkg-plist ============================================================================== --- head/www/anyremote2html/pkg-plist Thu Mar 12 10:37:54 2015 (r381073) +++ head/www/anyremote2html/pkg-plist Thu Mar 12 10:38:04 2015 (r381074) @@ -180,9 +180,3 @@ share/pixmaps/anyremote2html/64/up.png share/pixmaps/anyremote2html/64/vol_down.png share/pixmaps/anyremote2html/64/vol_up.png share/pixmaps/anyremote2html/anyRemote.png -@dirrmtry share/pixmaps/anyremote2html/128 -@dirrmtry share/pixmaps/anyremote2html/16 -@dirrmtry share/pixmaps/anyremote2html/32 -@dirrmtry share/pixmaps/anyremote2html/48 -@dirrmtry share/pixmaps/anyremote2html/64 -@dirrmtry share/pixmaps/anyremote2html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503121038.t2CAc4iC017288>