From owner-svn-ports-head@FreeBSD.ORG Tue Oct 2 16:09:15 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 250F2106564A; Tue, 2 Oct 2012 16:09:15 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0E5788FC0C; Tue, 2 Oct 2012 16:09:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q92G9EGM065585; Tue, 2 Oct 2012 16:09:14 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q92G9EjJ065580; Tue, 2 Oct 2012 16:09:14 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201210021609.q92G9EjJ065580@svn.freebsd.org> From: Thierry Thomas Date: Tue, 2 Oct 2012 16:09:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305165 - in head/net/neubot: . files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2012 16:09:15 -0000 Author: thierry Date: Tue Oct 2 16:09:14 2012 New Revision: 305165 URL: http://svn.freebsd.org/changeset/ports/305165 Log: Upgrade to 0.4.14. Changelog at . Modified: head/net/neubot/Makefile (contents, props changed) head/net/neubot/distinfo (contents, props changed) head/net/neubot/files/patch-Makefile (contents, props changed) head/net/neubot/pkg-plist (contents, props changed) Modified: head/net/neubot/Makefile ============================================================================== --- head/net/neubot/Makefile Tue Oct 2 15:36:48 2012 (r305164) +++ head/net/neubot/Makefile Tue Oct 2 16:09:14 2012 (r305165) @@ -6,7 +6,7 @@ # PORTNAME= neubot -PORTVERSION= 0.4.12 +PORTVERSION= 0.4.14 CATEGORIES= net MASTER_SITES= http://releases.neubot.org/_packages/ @@ -38,8 +38,7 @@ PLIST_SUB+= STATEDIR=${STATEDIR} PKGMESSAGE= ${WRKDIR}/pkg_message pre-configure: - ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|;s|/var/neubot|${STATEDIR}|' \ - ${WRKSRC}/${MAKEFILE} + ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/${MAKEFILE} post-install: .if !defined(NOPORTDOCS) Modified: head/net/neubot/distinfo ============================================================================== --- head/net/neubot/distinfo Tue Oct 2 15:36:48 2012 (r305164) +++ head/net/neubot/distinfo Tue Oct 2 16:09:14 2012 (r305165) @@ -1,2 +1,2 @@ -SHA256 (neubot-0.4.12.tar.gz) = 737ec479aacea15f5142149ab7b100fb533e61a08380ec0e33e479ead286cf66 -SIZE (neubot-0.4.12.tar.gz) = 792023 +SHA256 (neubot-0.4.14.tar.gz) = 69477f9446165642303695bba1cca15b1675ff7ad0a715ce60a624c3f70aeded +SIZE (neubot-0.4.14.tar.gz) = 2063239 Modified: head/net/neubot/files/patch-Makefile ============================================================================== --- head/net/neubot/files/patch-Makefile Tue Oct 2 15:36:48 2012 (r305164) +++ head/net/neubot/files/patch-Makefile Tue Oct 2 16:09:14 2012 (r305165) @@ -1,11 +1,13 @@ ---- Makefile.orig 2012-02-27 14:03:46.000000000 +0100 -+++ Makefile 2012-03-03 14:50:51.000000000 +0100 -@@ -133,7 +133,7 @@ +--- Makefile.orig 2012-09-06 13:17:06.000000000 +0200 ++++ Makefile 2012-10-01 21:54:58.000000000 +0200 +@@ -138,8 +138,8 @@ # [2] http://bit.ly/ayYyAR (debian.org) # DESTDIR = -SYSCONFDIR = /etc +-LOCALSTATEDIR = $(python neubot/utils_sysdirs.py LOCALSTATEDIR) +SYSCONFDIR = $(PREFIX)/etc - LOCALSTATEDIR = /var/neubot ++LOCALSTATEDIR != (python neubot/utils_sysdirs.py LOCALSTATEDIR) PREFIX = /usr/local BINDIR = $(PREFIX)/bin + DATADIR = $(PREFIX)/share Modified: head/net/neubot/pkg-plist ============================================================================== --- head/net/neubot/pkg-plist Tue Oct 2 15:36:48 2012 (r305164) +++ head/net/neubot/pkg-plist Tue Oct 2 16:09:14 2012 (r305165) @@ -12,6 +12,8 @@ share/icons/hicolor/scalable/apps/neubot %%DATADIR%%/api/client.pyc %%DATADIR%%/api/server.py %%DATADIR%%/api/server.pyc +%%DATADIR%%/api_data.py +%%DATADIR%%/api_data.pyc %%DATADIR%%/api_results.py %%DATADIR%%/api_results.pyc %%DATADIR%%/api_server.py @@ -50,6 +52,8 @@ share/icons/hicolor/scalable/apps/neubot %%DATADIR%%/bittorrent/stream.pyc %%DATADIR%%/browser.py %%DATADIR%%/browser.pyc +%%DATADIR%%/browser_macos.py +%%DATADIR%%/browser_macos.pyc %%DATADIR%%/browser_nt.py %%DATADIR%%/browser_nt.pyc %%DATADIR%%/browser_null.py @@ -82,6 +86,8 @@ share/icons/hicolor/scalable/apps/neubot %%DATADIR%%/database/table_log.pyc %%DATADIR%%/database/table_speedtest.py %%DATADIR%%/database/table_speedtest.pyc +%%DATADIR%%/database_xxx.py +%%DATADIR%%/database_xxx.pyc %%DATADIR%%/debug/__init__.py %%DATADIR%%/debug/__init__.pyc %%DATADIR%%/debug/objgraph.py @@ -118,6 +124,10 @@ share/icons/hicolor/scalable/apps/neubot %%DATADIR%%/main/common.pyc %%DATADIR%%/main/module.py %%DATADIR%%/main/module.pyc +%%DATADIR%%/main_common.py +%%DATADIR%%/main_common.pyc +%%DATADIR%%/main_macos.py +%%DATADIR%%/main_macos.pyc %%DATADIR%%/main_win32.py %%DATADIR%%/main_win32.pyc %%DATADIR%%/marshal.py @@ -162,8 +172,8 @@ share/icons/hicolor/scalable/apps/neubot %%DATADIR%%/rendezvous/geoip_wrapper.pyc %%DATADIR%%/rendezvous/server.py %%DATADIR%%/rendezvous/server.pyc -%%DATADIR%%/rootdir.py -%%DATADIR%%/rootdir.pyc +%%DATADIR%%/resmon_linux.py +%%DATADIR%%/resmon_linux.pyc %%DATADIR%%/runner_api.py %%DATADIR%%/runner_api.pyc %%DATADIR%%/runner_clnt.py @@ -200,14 +210,14 @@ share/icons/hicolor/scalable/apps/neubot %%DATADIR%%/speedtest/wrapper.pyc %%DATADIR%%/state.py %%DATADIR%%/state.pyc -%%DATADIR%%/system/__init__.py -%%DATADIR%%/system/__init__.pyc -%%DATADIR%%/system/linux.py -%%DATADIR%%/system/linux.pyc -%%DATADIR%%/system/unix.py -%%DATADIR%%/system/unix.pyc -%%DATADIR%%/system/win32.py -%%DATADIR%%/system/win32.pyc +%%DATADIR%%/system.py +%%DATADIR%%/system.pyc +%%DATADIR%%/system_posix.py +%%DATADIR%%/system_posix.pyc +%%DATADIR%%/system_win32.py +%%DATADIR%%/system_win32.pyc +%%DATADIR%%/updater/__init__.py +%%DATADIR%%/updater/__init__.pyc %%DATADIR%%/updater/unix.py %%DATADIR%%/updater/unix.pyc %%DATADIR%%/updater_install.py @@ -216,14 +226,16 @@ share/icons/hicolor/scalable/apps/neubot %%DATADIR%%/updater_runner.pyc %%DATADIR%%/updater_utils.py %%DATADIR%%/updater_utils.pyc +%%DATADIR%%/updater_verify.py +%%DATADIR%%/updater_verify.pyc %%DATADIR%%/updater_win32.py %%DATADIR%%/updater_win32.pyc -%%DATADIR%%/utils/__init__.py -%%DATADIR%%/utils/__init__.pyc +%%DATADIR%%/utils.py +%%DATADIR%%/utils.pyc +%%DATADIR%%/utils_api.py +%%DATADIR%%/utils_api.pyc %%DATADIR%%/utils_ctl.py %%DATADIR%%/utils_ctl.pyc -%%DATADIR%%/utils_module.py -%%DATADIR%%/utils_module.pyc %%DATADIR%%/utils_net.py %%DATADIR%%/utils_net.pyc %%DATADIR%%/utils_path.py @@ -234,21 +246,23 @@ share/icons/hicolor/scalable/apps/neubot %%DATADIR%%/utils_random.pyc %%DATADIR%%/utils_rc.py %%DATADIR%%/utils_rc.pyc +%%DATADIR%%/utils_sysdirs.py +%%DATADIR%%/utils_sysdirs.pyc %%DATADIR%%/utils_version.py %%DATADIR%%/utils_version.pyc %%DATADIR%%/viewer.py %%DATADIR%%/viewer.pyc %%DATADIR%%/viewer_webkit_gtk.py %%DATADIR%%/viewer_webkit_gtk.pyc -%%DATADIR%%/www/bittorrent.html %%DATADIR%%/www/css/jquery.jqplot.css %%DATADIR%%/www/css/style.css +%%DATADIR%%/www/descr/bittorrent.html +%%DATADIR%%/www/descr/speedtest.html %%DATADIR%%/www/favicon.ico %%DATADIR%%/www/footer.html %%DATADIR%%/www/header.html %%DATADIR%%/www/img/header-web.png %%DATADIR%%/www/index.html -%%DATADIR%%/www/js/bittorrent.js %%DATADIR%%/www/js/contrib.js %%DATADIR%%/www/js/excanvas.min.js %%DATADIR%%/www/js/i18n.js @@ -265,8 +279,8 @@ share/icons/hicolor/scalable/apps/neubot %%DATADIR%%/www/js/jquery.qtip.min.js %%DATADIR%%/www/js/log.js %%DATADIR%%/www/js/privacy.js +%%DATADIR%%/www/js/results.js %%DATADIR%%/www/js/settings.js -%%DATADIR%%/www/js/speedtest.js %%DATADIR%%/www/js/state.js %%DATADIR%%/www/js/update.js %%DATADIR%%/www/js/utils.js @@ -275,17 +289,16 @@ share/icons/hicolor/scalable/apps/neubot %%DATADIR%%/www/log.html %%DATADIR%%/www/not_running.html %%DATADIR%%/www/privacy.html +%%DATADIR%%/www/results.html %%DATADIR%%/www/settings.html -%%DATADIR%%/www/speedtest.html %%DATADIR%%/www/update.html @dirrm %%DATADIR%%/www/lang @dirrm %%DATADIR%%/www/js @dirrm %%DATADIR%%/www/img +@dirrm %%DATADIR%%/www/descr @dirrm %%DATADIR%%/www/css @dirrm %%DATADIR%%/www -@dirrm %%DATADIR%%/utils @dirrm %%DATADIR%%/updater -@dirrm %%DATADIR%%/system @dirrm %%DATADIR%%/speedtest @dirrm %%DATADIR%%/simplejson @dirrm %%DATADIR%%/rendezvous