From owner-svn-ports-all@FreeBSD.ORG Sat Dec 6 14:27:37 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DCE31AA6; Sat, 6 Dec 2014 14:27:36 +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 C90F88DF; Sat, 6 Dec 2014 14:27:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6ERah8029684; Sat, 6 Dec 2014 14:27:36 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB6ERZEB029680; Sat, 6 Dec 2014 14:27:35 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201412061427.sB6ERZEB029680@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 6 Dec 2014 14:27:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374112 - in head/net/motsognir: . 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.18-1 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: Sat, 06 Dec 2014 14:27:37 -0000 Author: pawel Date: Sat Dec 6 14:27:35 2014 New Revision: 374112 URL: https://svnweb.freebsd.org/changeset/ports/374112 QAT: https://qat.redports.org/buildarchive/r374112/ Log: - Update to version 1.0.6 - Reword pkg-descr file PR: 194972 Approved by: maintainer Modified: head/net/motsognir/Makefile head/net/motsognir/distinfo head/net/motsognir/files/motsognir.in head/net/motsognir/pkg-descr Modified: head/net/motsognir/Makefile ============================================================================== --- head/net/motsognir/Makefile Sat Dec 6 14:18:32 2014 (r374111) +++ head/net/motsognir/Makefile Sat Dec 6 14:27:35 2014 (r374112) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= motsognir -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION} Modified: head/net/motsognir/distinfo ============================================================================== --- head/net/motsognir/distinfo Sat Dec 6 14:18:32 2014 (r374111) +++ head/net/motsognir/distinfo Sat Dec 6 14:27:35 2014 (r374112) @@ -1,2 +1,2 @@ -SHA256 (motsognir-1.0.5.tar.gz) = a4a88cccdeaf4289d796827a40d7b1a745f0225e6929186fd2ca0878698ac176 -SIZE (motsognir-1.0.5.tar.gz) = 992074 +SHA256 (motsognir-1.0.6.tar.gz) = 757966ba3d2ec5ce0c493da105219deb3d701eacbf0a187a84660307bb23fb24 +SIZE (motsognir-1.0.6.tar.gz) = 995513 Modified: head/net/motsognir/files/motsognir.in ============================================================================== --- head/net/motsognir/files/motsognir.in Sat Dec 6 14:18:32 2014 (r374111) +++ head/net/motsognir/files/motsognir.in Sat Dec 6 14:27:35 2014 (r374112) @@ -1,6 +1,6 @@ #!/bin/sh # -# motsognir.sh for rc.d usage (c) 2013 Mateusz Viste. +# motsognir.sh for rc.d usage (c) 2013-2014 Mateusz Viste. # $Id$ # $FreeBSD$ Modified: head/net/motsognir/pkg-descr ============================================================================== --- head/net/motsognir/pkg-descr Sat Dec 6 14:18:32 2014 (r374111) +++ head/net/motsognir/pkg-descr Sat Dec 6 14:27:35 2014 (r374112) @@ -1,13 +1,13 @@ -Motsognir is a robust, reliable and easy to install open-source gopher server +Motsognir is a robust, reliable and easy to install open-source gopher server for Unix-like systems (Linux, BSD, and anything else POSIX-compliant). -The Motsognir gopher server is meant to be used for small projects (like home -servers), but should scale well on bigger architectures as well. All the -configuration is done via a single configuration file, which has very -reasonable defaults. That makes Motsognir easily maintainable, and allows the -administrator to have a full knowledge of what features are allowed/enabled on -the server. Motsognir supports server-side CGI applications and PHP scripts, is -plainly compatible with UTF-8 filesystems, and is entirely written in ANSI C +The Motsognir gopher server is meant to be used for small projects (like home +servers), but should scale well on bigger architectures as well. All the +configuration is done via a single configuration file, which has very +reasonable defaults. That makes Motsognir easily maintainable, and allows the +administrator to have a full knowledge of what features are allowed/enabled on +the server. Motsognir supports server-side CGI applications and PHP scripts, is +plainly compatible with UTF-8 filesystems, and is entirely written in ANSI C without external dependencies. WWW: http://sourceforge.net/projects/motsognir