Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2013 20:20:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/176918: commit references a PR
Message-ID:  <201303192020.r2JKK1JF097133@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/176918; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176918: commit references a PR
Date: Tue, 19 Mar 2013 20:13:25 +0000 (UTC)

 Author: crees
 Date: Tue Mar 19 20:13:16 2013
 New Revision: 314684
 URL: http://svnweb.freebsd.org/changeset/ports/314684
 
 Log:
   Jaildaemon provides services for a fixed command-line interface between
   FreeBSD jails and their host system
   
   WWW: http://erdgeist.org/arts/software/jaildaemon/
   
   PR:		ports/176918
   Submitted by:	Dirk Engling <erdgeist@erdgeist.org>
 
 Added:
   head/sysutils/jaildaemon/
   head/sysutils/jaildaemon/Makefile   (contents, props changed)
   head/sysutils/jaildaemon/distinfo   (contents, props changed)
   head/sysutils/jaildaemon/pkg-descr   (contents, props changed)
 Modified:
   head/sysutils/Makefile
 
 Modified: head/sysutils/Makefile
 ==============================================================================
 --- head/sysutils/Makefile	Tue Mar 19 20:12:33 2013	(r314683)
 +++ head/sysutils/Makefile	Tue Mar 19 20:13:16 2013	(r314684)
 @@ -404,6 +404,7 @@
      SUBDIR += jail2
      SUBDIR += jailadmin
      SUBDIR += jailctl
 +    SUBDIR += jaildaemon
      SUBDIR += jailer
      SUBDIR += jailme
      SUBDIR += jailrc
 
 Added: head/sysutils/jaildaemon/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/sysutils/jaildaemon/Makefile	Tue Mar 19 20:13:16 2013	(r314684)
 @@ -0,0 +1,24 @@
 +# Created by: Dirk Engling <erdgeist@erdgeist.org>
 +# $FreeBSD$
 +
 +PORTNAME=	jaildaemon
 +PORTVERSION=	0.1
 +CATEGORIES=	sysutils
 +MASTER_SITES=	http://erdgeist.org/arts/software/jaildaemon/
 +
 +MAINTAINER=	erdgeist@erdgeist.org
 +COMMENT=	Fixed command-line interface for FreeBSD jails to their host system
 +
 +USE_BZIP2=	yes
 +
 +PLIST_FILES=	bin/jaildaemon \
 +		etc/rc.d/jaildaemon
 +MAN1=		jaildaemon.1
 +
 +.include <bsd.port.pre.mk>
 +
 +.if ${OSVERSION} < 800000
 +IGNORE=		requires jail_get function from FreeBSD 8
 +.endif
 +
 +.include <bsd.port.post.mk>
 
 Added: head/sysutils/jaildaemon/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/sysutils/jaildaemon/distinfo	Tue Mar 19 20:13:16 2013	(r314684)
 @@ -0,0 +1,2 @@
 +SHA256 (jaildaemon-0.1.tar.bz2) = 1aa78ead24bd80724bc2fc0974096b6f3f761c58c4e16c467dfc04620bb93ed2
 +SIZE (jaildaemon-0.1.tar.bz2) = 9112
 
 Added: head/sysutils/jaildaemon/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/sysutils/jaildaemon/pkg-descr	Tue Mar 19 20:13:16 2013	(r314684)
 @@ -0,0 +1,4 @@
 +Jaildaemon provides services for a fixed command-line interface between
 +FreeBSD jails and their host system
 +
 +WWW: http://erdgeist.org/arts/software/jaildaemon/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303192020.r2JKK1JF097133>