From owner-svn-ports-head@freebsd.org Mon Jan 25 16:21:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7454AA452F5; Mon, 25 Jan 2016 16:21:31 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2D020F43; Mon, 25 Jan 2016 16:21:31 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0PGLUA8053465; Mon, 25 Jan 2016 16:21:30 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PGLUXG053463; Mon, 25 Jan 2016 16:21:30 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201601251621.u0PGLUXG053463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Mon, 25 Jan 2016 16:21:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407226 - in head/www/shellinabox: . 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-head@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 25 Jan 2016 16:21:31 -0000 Author: jadawin Date: Mon Jan 25 16:21:29 2016 New Revision: 407226 URL: https://svnweb.freebsd.org/changeset/ports/407226 Log: - Update to 2.19 - Remove useless patch PR: 206609 Submitted by: olivier@cochard.me (maintainer) Sponsored by: OBS Deleted: head/www/shellinabox/files/patch-vt100.jspp Modified: head/www/shellinabox/Makefile head/www/shellinabox/distinfo Modified: head/www/shellinabox/Makefile ============================================================================== --- head/www/shellinabox/Makefile Mon Jan 25 16:05:29 2016 (r407225) +++ head/www/shellinabox/Makefile Mon Jan 25 16:21:29 2016 (r407226) @@ -2,25 +2,24 @@ # $FreeBSD$ PORTNAME= shellinabox -PORTVERSION= 2.14 -PORTREVISION= 6 +PORTVERSION= 2.19 +DISTVERSIONPREFIX= v CATEGORIES= www -MASTER_SITES= GOOGLE_CODE MAINTAINER= olivier@cochard.me COMMENT= Publish command line shell through AJAX interface LICENSE= GPLv2 +USE_GITHUB= yes +GH_ACCOUNT= shellinabox + OPTIONS_DEFINE= CORES NOLOGIN CORES_DESC= Patch shellinaboxd to enable core dumps NOLOGIN_DESC= Login through ssh (not through login) -HAS_CONFIGURE= yes -CONFIGURE_ARGS= \ - --prefix=${PREFIX} \ - --infodir=${PREFIX}/${INFO_PATH} \ - --mandir=${MANPREFIX}/man +USES= autoreconf libtool +GNU_CONFIGURE= yes USE_RC_SUBR= shellinaboxd USERS?= shellinabox Modified: head/www/shellinabox/distinfo ============================================================================== --- head/www/shellinabox/distinfo Mon Jan 25 16:05:29 2016 (r407225) +++ head/www/shellinabox/distinfo Mon Jan 25 16:21:29 2016 (r407226) @@ -1,2 +1,2 @@ -SHA256 (shellinabox-2.14.tar.gz) = 4126eb7070869787c161102cc2781d24d1d50c8aef4e5a3e1b5446e65d691071 -SIZE (shellinabox-2.14.tar.gz) = 544919 +SHA256 (shellinabox-shellinabox-v2.19_GH0.tar.gz) = d25ba9f72f04471fc1a8a564c65ef466c4553280ff3eeb365ed9c897d05ed2da +SIZE (shellinabox-shellinabox-v2.19_GH0.tar.gz) = 744367