[Bug 190846] New: [maintainer-update] Add staging support to sysutils/ezjail

bz-noreply at freebsd.org bz-noreply at freebsd.org
Mon Jun 9 21:09:08 UTC 2014


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 at FreeBSD.org
          Reporter: erdgeist at 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 at 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 @@
- at unexec cmp -s %D/etc/ezjail.conf.sample %D/etc/ezjail.conf && rm -f
%D/etc/ezjail.conf || true
-etc/ezjail.conf.sample
- at exec [ -f %B/ezjail.conf ] || cp -p %D/%F %B/ezjail.conf
+ at 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.


More information about the freebsd-ports-bugs mailing list