diff options
author | mat <mat@FreeBSD.org> | 2016-08-29 22:53:01 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-29 22:53:01 +0800 |
commit | c1517aa67eb298fcb505c5e11ca09779bb212c5e (patch) | |
tree | 09df1aa7e0a676d5bdfbb33bf822adc9baf853f4 /sysutils/qjail2 | |
parent | 6edc468ef005d1848276ff20b96b30f5e09651fb (diff) | |
download | freebsd-ports-graphics-c1517aa67eb298fcb505c5e11ca09779bb212c5e.tar.gz freebsd-ports-graphics-c1517aa67eb298fcb505c5e11ca09779bb212c5e.tar.zst freebsd-ports-graphics-c1517aa67eb298fcb505c5e11ca09779bb212c5e.zip |
Update sysutils/qjail to 5.0 to handle FreeBSD 11+.
Copy it to sysutils/qjail4 for FreeBSD 10 and sync CONFLICTS with the
FreeBSD 8/9 version.
PR: 212201, 212202
Submitted by: maintainer
Sponsored by: Absolight
Diffstat (limited to 'sysutils/qjail2')
-rw-r--r-- | sysutils/qjail2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/qjail2/Makefile b/sysutils/qjail2/Makefile index 9b7221ba73d..27520b485f9 100644 --- a/sysutils/qjail2/Makefile +++ b/sysutils/qjail2/Makefile @@ -14,7 +14,11 @@ COMMENT= Utility to quickly deploy and manage jails USES= tar:bzip2 NO_BUILD= yes -CONFLICTS_INSTALL= qjail-1.* qjail-3.* +CONFLICTS_INSTALL= qjail-* + +IGNORE_FreeBSD_10= Only for FreeBSD 8 and 9 +IGNORE_FreeBSD_11= Only for FreeBSD 8 and 9 +IGNORE_FreeBSD_12= Only for FreeBSD 8 and 9 do-install: |