Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Nov 2005 04:30:21 GMT
From:      Dirk Engling <erdgeist@erdgeist.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/88012: Update Port: sysutils/ezjail
Message-ID:  <200511010430.jA14ULmb003657@freefall.freebsd.org>

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

From: Dirk Engling <erdgeist@erdgeist.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/88012: Update Port: sysutils/ezjail
Date: Tue, 1 Nov 2005 05:21:09 +0100 (CET)

 Fixed the tar ball, removed default installation of config file
 
 Regards
 
    Dirk
 
 diff -u ../ezjail/Makefile ./Makefile
 --- ../ezjail/Makefile	Mon Oct 31 18:23:46 2005
 +++ ./Makefile	Mon Oct 31 18:09:41 2005
 @@ -2,11 +2,11 @@
   # Date created:        1 September 2005
   # Whom:                erdgeist
   #
 -# $FreeBSD: ports/sysutils/ezjail/Makefile,v 1.1 2005/10/16 02:17:38 edwin Exp $
 +# $FreeBSD$
   #
 
   PORTNAME=	ezjail
 -PORTVERSION=	1.0
 +PORTVERSION=	1.1
   CATEGORIES=	sysutils
   MASTER_SITES=	http://erdgeist.org/arts/software/ezjail/
 
 @@ -23,10 +23,5 @@
   .if ( ${OSVERSION} < 600000 )
   IGNORE=	nullfs in FreeBSD releases before 6.0 is considered unstable
   .endif
 -
 -post-install:
 -	@if [ ! -f ${PREFIX}/etc/ezjail.conf ]; then \
 -		${CP} -p ${PREFIX}/etc/ezjail.conf.sample ${PREFIX}/etc/ezjail.conf ; \
 -	fi
 
   .include <bsd.port.post.mk>
 diff -u ../ezjail/distinfo ./distinfo
 --- ../ezjail/distinfo	Mon Oct 31 18:23:46 2005
 +++ ./distinfo	Mon Oct 31 18:09:46 2005
 @@ -1,2 +1,2 @@
 -MD5 (ezjail-1.0.tar.bz2) = 69f62c5e081197030c9f6fbe9532ba04
 -SIZE (ezjail-1.0.tar.bz2) = 5456
 +MD5 (ezjail-1.1.tar.bz2) = 0bb6aee4232e2a2f2422d1af42cafc68
 +SIZE (ezjail-1.1.tar.bz2) = 5727
 Only in .: patch
 diff -u ../ezjail/pkg-plist ./pkg-plist
 --- ../ezjail/pkg-plist	Mon Oct 31 18:23:46 2005
 +++ ./pkg-plist	Mon Oct 31 18:09:58 2005
 @@ -1,7 +1,4 @@
   etc/rc.d/ezjail.sh
   bin/ezjail-admin
   @dirrm etc/ezjail
 -
 -@unexec if cmp -s %D/etc/ezjail.conf.sample %D/etc/ezjail.conf; then rm -f %D/etc/ezjail.conf; fi
   etc/ezjail.conf.sample
 -@exec if [ ! -f %D/etc/ezjail.conf ] ; then cp -p %D/%F %B/ezjail.conf; fi



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