From owner-svn-ports-all@FreeBSD.ORG Thu Apr 3 11:26:46 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82B94A25; Thu, 3 Apr 2014 11:26:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E5E7F11; Thu, 3 Apr 2014 11:26:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s33BQkX1042858; Thu, 3 Apr 2014 11:26:46 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s33BQkTk042856; Thu, 3 Apr 2014 11:26:46 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201404031126.s33BQkTk042856@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 3 Apr 2014 11:26:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350000 - in head/net-im/hotot: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 11:26:46 -0000 Author: danfe Date: Thu Apr 3 11:26:45 2014 New Revision: 350000 URL: http://svnweb.freebsd.org/changeset/ports/350000 QAT: https://qat.redports.org/buildarchive/r350000/ Log: Backport a fix from upstream for HTTP code 406 when doing search, and also stagify the port. PR: ports/184981 Added: head/net-im/hotot/files/patch-903e3c3 (contents, props changed) Modified: head/net-im/hotot/Makefile Modified: head/net-im/hotot/Makefile ============================================================================== --- head/net-im/hotot/Makefile Thu Apr 3 11:26:23 2014 (r349999) +++ head/net-im/hotot/Makefile Thu Apr 3 11:26:45 2014 (r350000) @@ -3,6 +3,7 @@ PORTNAME= hotot PORTVERSION= 0.9.8.14 +PORTREVISION= 1 CATEGORIES= net-im www MAINTAINER= danfe@FreeBSD.org @@ -26,7 +27,6 @@ OPTIONS_DEFINE= GTK2 QT4 KDE4 OPTIONS_DEFAULT= GTK2 QT4 KDE4_DESC= KDE 4 integration (implies Qt 4) -NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTK2} @@ -66,7 +66,5 @@ post-patch: # Sanitize font selection list @${REINPLACE_CMD} -e "/font_list/s/\[.*/['DejaVu Sans', 'Bitstream Vera Sans', 'Droid Sans', 'Verdana', 'Arial', 'Helvetica']/" \ ${WRKSRC}/data/js/conf.js -# Remove stale backup files (prevent pkg-plist pollution) - @${FIND} ${WRKSRC} -type f -name '*.bak' -delete .include Added: head/net-im/hotot/files/patch-903e3c3 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/hotot/files/patch-903e3c3 Thu Apr 3 11:26:45 2014 (r350000) @@ -0,0 +1,123 @@ +diff --git a/data/index.html b/data/index.html +index 2565030..37f564c 100644 +--- data/index.html ++++ data/index.html +@@ -905,11 +905,11 @@

API Settings

+ +
  • +- + +
  • + 1) { +- time_str = mobj.format('MM-DD-YYYY HH:mm:ss'); ++ time_str = mobj.format('YYYY-MM-DD HH:mm:ss'); + } else { +- time_str = mobj.format('HH:mm:ss'); ++ time_str = mobj.format('YYYY-MM-DD HH:mm:ss'); + } + } +