From owner-svn-ports-head@FreeBSD.ORG Tue Nov 4 13:30:12 2014 Return-Path: Delivered-To: svn-ports-head@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 493FCE2; Tue, 4 Nov 2014 13:30:12 +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 1BD8D1DA; Tue, 4 Nov 2014 13:30:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA4DUBJe086635; Tue, 4 Nov 2014 13:30:11 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA4DUBcJ086435; Tue, 4 Nov 2014 13:30:11 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201411041330.sA4DUBcJ086435@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 4 Nov 2014 13:30:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372143 - head/sysutils/jailme 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.18-1 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, 04 Nov 2014 13:30:12 -0000 Author: robak Date: Tue Nov 4 13:30:10 2014 New Revision: 372143 URL: https://svnweb.freebsd.org/changeset/ports/372143 QAT: https://qat.redports.org/buildarchive/r372143/ Log: sysutils/jailme: multiple minor fixes - Add LICENSE - Change maintainer - Fix COMMENT - Change pkg-descr url - Change to USE_GITHUB PR: 194694 Submitted by: Steve Polyack Approved by: mentors (implicit) Modified: head/sysutils/jailme/Makefile head/sysutils/jailme/distinfo head/sysutils/jailme/pkg-descr Modified: head/sysutils/jailme/Makefile ============================================================================== --- head/sysutils/jailme/Makefile Tue Nov 4 13:19:23 2014 (r372142) +++ head/sysutils/jailme/Makefile Tue Nov 4 13:30:10 2014 (r372143) @@ -3,15 +3,20 @@ PORTNAME= jailme PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://people.collaborativefusion.com/~wmoran/code/jailme/ -MAINTAINER= wmoran@collaborativefusion.com -COMMENT= setuid version of jexec to allow normal users access to jails +MAINTAINER= freebsd-ports-maintainers@intermedix.com +COMMENT= Setuid version of jexec to allow normal users access to jails -PLIST_FILES= "@(,,4751) sbin/jailme" +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= Intermedix +GH_COMMIT= a54cc09 -USES= tar:bzip2 +PLIST_FILES= "@(,,4751) sbin/jailme" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jailme ${STAGEDIR}${PREFIX}/sbin Modified: head/sysutils/jailme/distinfo ============================================================================== --- head/sysutils/jailme/distinfo Tue Nov 4 13:19:23 2014 (r372142) +++ head/sysutils/jailme/distinfo Tue Nov 4 13:30:10 2014 (r372143) @@ -1,2 +1,2 @@ -SHA256 (jailme-0.1.tar.bz2) = f2cb61809a6602359a76abc6f517f25c08029ef41bcc1fb6a14d72517f07f346 -SIZE (jailme-0.1.tar.bz2) = 1797 +SHA256 (jailme-0.1.tar.gz) = 5e7fe3cec179af1e77578bccc5ec8b943bfdc4bc5223c33deb554f02ea331840 +SIZE (jailme-0.1.tar.gz) = 4814 Modified: head/sysutils/jailme/pkg-descr ============================================================================== --- head/sysutils/jailme/pkg-descr Tue Nov 4 13:19:23 2014 (r372142) +++ head/sysutils/jailme/pkg-descr Tue Nov 4 13:30:10 2014 (r372143) @@ -4,4 +4,4 @@ This version is installed setuid and doe to ensure the username and UID match between the jail and the host system. -WWW: http://people.collaborativefusion.com/~wmoran/code/jailme.html +WWW: https://github.com/Intermedix/jailme