Date: Tue, 4 Mar 2014 11:59:18 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347013 - head/sysutils/racktables Message-ID: <201403041159.s24BxIhs082611@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Tue Mar 4 11:59:17 2014 New Revision: 347013 URL: http://svnweb.freebsd.org/changeset/ports/347013 QAT: https://qat.redports.org/buildarchive/r347013/ Log: - Update to 0.20.7 Modified: head/sysutils/racktables/Makefile head/sysutils/racktables/distinfo head/sysutils/racktables/pkg-plist Modified: head/sysutils/racktables/Makefile ============================================================================== --- head/sysutils/racktables/Makefile Tue Mar 4 11:46:51 2014 (r347012) +++ head/sysutils/racktables/Makefile Tue Mar 4 11:59:17 2014 (r347013) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= racktables -DISTVERSION= 0.20.6 +DISTVERSION= 0.20.7 CATEGORIES?= sysutils www MASTER_SITES= SF/${PORTNAME}/ DISTNAME= RackTables-${DISTVERSION} @@ -59,10 +59,10 @@ post-patch: @${FIND} ${WRKSRC} -name \*.orig -type f -delete do-install: - ${MKDIR} ${STAGEDIR}${WWWDIR}/wwwroot ${STAGEDIR}${WWWDIR}/gateways + @${MKDIR} ${STAGEDIR}${WWWDIR}/wwwroot ${STAGEDIR}${WWWDIR}/gateways (cd ${WRKSRC} && ${COPYTREE_SHARE} wwwroot ${STAGEDIR}${WWWDIR}) (cd ${WRKSRC} && ${COPYTREE_BIN} gateways ${STAGEDIR}${WWWDIR}) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/scripts/* ${STAGEDIR}${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/scripts/* ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> Modified: head/sysutils/racktables/distinfo ============================================================================== --- head/sysutils/racktables/distinfo Tue Mar 4 11:46:51 2014 (r347012) +++ head/sysutils/racktables/distinfo Tue Mar 4 11:59:17 2014 (r347013) @@ -1,2 +1,2 @@ -SHA256 (RackTables-0.20.6.tar.gz) = bf78589832f6ffefb663741d89588bf9851e1486b11036c93cd01ab345e95087 -SIZE (RackTables-0.20.6.tar.gz) = 857609 +SHA256 (RackTables-0.20.7.tar.gz) = 813a50db3c653bdebd59dcf749d8953c905c6cdae16e58bbe064dba51f2ead5d +SIZE (RackTables-0.20.7.tar.gz) = 885208 Modified: head/sysutils/racktables/pkg-plist ============================================================================== --- head/sysutils/racktables/pkg-plist Tue Mar 4 11:46:51 2014 (r347012) +++ head/sysutils/racktables/pkg-plist Tue Mar 4 11:59:17 2014 (r347013) @@ -6,6 +6,7 @@ %%WWWDIR_REL%%/wwwroot/css/jquery-ui-1.8.22.redmond.css %%WWWDIR_REL%%/wwwroot/css/jquery.contextmenu.css %%WWWDIR_REL%%/wwwroot/css/pi.css +%%WWWDIR_REL%%/wwwroot/css/tagit.css %%WWWDIR_REL%%/wwwroot/inc/ajax-interface.php %%WWWDIR_REL%%/wwwroot/inc/auth.php %%WWWDIR_REL%%/wwwroot/inc/caching.php @@ -55,6 +56,8 @@ %%WWWDIR_REL%%/wwwroot/js/racktables.js %%WWWDIR_REL%%/wwwroot/js/slb_editor.js %%WWWDIR_REL%%/wwwroot/js/tag-cb.js +%%WWWDIR_REL%%/wwwroot/js/tag-it-local.js +%%WWWDIR_REL%%/wwwroot/js/tag-it.js %%WWWDIR_REL%%/wwwroot/js/vst_editor.js %%WWWDIR_REL%%/wwwroot/pix/1x1t.gif %%WWWDIR_REL%%/wwwroot/pix/8021q.png @@ -164,6 +167,7 @@ %%WWWDIR_REL%%/wwwroot/pix/tango-user-trash-32x32-gray.png %%WWWDIR_REL%%/wwwroot/pix/tango-user-trash-32x32.png %%WWWDIR_REL%%/wwwroot/pix/tango-view-fullscreen-22x22.png +%%WWWDIR_REL%%/wwwroot/pix/tango-view-refresh-16x16.png %%WWWDIR_REL%%/wwwroot/pix/tango-view-refresh-32x32.png %%WWWDIR_REL%%/wwwroot/pix/unchecked.png %%WWWDIR_REL%%/wwwroot/pix/virtualresources.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403041159.s24BxIhs082611>