Date: Mon, 31 Oct 2005 18:45:17 +0100 (CET) From: Dirk Engling <erdgeist@erdgeist.org> To: Emanuel Haupt <ehaupt@FreeBSD.org> Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/88012: Update Port: sysutils/ezjail Message-ID: <20051031183948.Y12921@erdgeist.org> In-Reply-To: <200510311545.j9VFjw2u093417@freefall.freebsd.org> References: <200510311545.j9VFjw2u093417@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 31 Oct 2005, Emanuel Haupt wrote: > Synopsis: Update Port: sysutils/ezjail > > State-Changed-From-To: open->feedback > State-Changed-By: ehaupt > State-Changed-When: Mon Oct 31 16:39:31 CET 2005 > State-Changed-Why: > Could you please submitt a patch instead of a shar (see: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/). The > shar you submitted does not build, since you packed the new tarball > 'portfoo' instead of 'portfoo-VERSION' you need to define WRKSRC to > '${WRKDIR}/${PORTNAME}'. The config files installed under ${PREFIX}/etc > are not installed in the correct file mode (555 instead of 755). > > http://www.freebsd.org/cgi/query-pr.cgi?pr=88012 > Here's the new patch, tar ball has been updated. 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 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?20051031183948.Y12921>