Date: Mon, 09 Jun 2014 21:09:07 +0000 From: bz-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 190846] New: [maintainer-update] Add staging support to sysutils/ezjail Message-ID: <bug-190846-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190846 Bug ID: 190846 Summary: [maintainer-update] Add staging support to sysutils/ezjail Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: Normal Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: erdgeist@erdgeist.org diff -ru /usr/ports/sysutils/ezjail/Makefile ./Makefile --- /usr/ports/sysutils/ezjail/Makefile 2014-01-22 18:00:46.000000000 +0100 +++ ./Makefile 2014-06-01 13:46:54.559769660 +0200 @@ -8,16 +8,8 @@ MAINTAINER= erdgeist@erdgeist.org COMMENT= Framework to easily create, manipulate, and run FreeBSD jails -USE_BZIP2= yes +USES= tar:bzip2 -MAN5= ezjail.conf.5 -MAN7= ezjail.7 -MAN8= ezjail-admin.8 - -NO_STAGE= yes -post-install: - [ -f ${PREFIX}/etc/${PORTNAME}.conf ] || \ - ${CP} -p ${PREFIX}/etc/${PORTNAME}.conf.sample \ - ${PREFIX}/etc/${PORTNAME}.conf +MAKE_ENV= DESTDIR=${STAGEDIR} .include <bsd.port.mk> diff -ru /usr/ports/sysutils/ezjail/pkg-plist ./pkg-plist --- /usr/ports/sysutils/ezjail/pkg-plist 2014-01-22 16:16:56.000000000 +0100 +++ ./pkg-plist 2014-06-01 13:48:19.275149967 +0200 @@ -1,6 +1,4 @@ -@unexec cmp -s %D/etc/ezjail.conf.sample %D/etc/ezjail.conf && rm -f %D/etc/ezjail.conf || true -etc/ezjail.conf.sample -@exec [ -f %B/ezjail.conf ] || cp -p %D/%F %B/ezjail.conf +@sample etc/ezjail.conf.sample etc/rc.d/ezjail bin/ezjail-admin share/zsh/site-functions/ezjail-admin @@ -13,6 +11,9 @@ %%EXAMPLESDIR%%/nullmailer-example/etc/rc.conf %%EXAMPLESDIR%%/nullmailer-example/etc/mail/mailer.conf %%EXAMPLESDIR%%/nullmailer-example/usr/local/etc/nullmailer/remotes +man/man5/ezjail.conf.5.gz +man/man7/ezjail.7.gz +man/man8/ezjail-admin.8.gz @dirrm etc/ezjail @dirrm %%EXAMPLESDIR%%/example/usr/local/etc @dirrm %%EXAMPLESDIR%%/example/usr/local -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190846-13>