notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/iocage/Makefile

Number of commits found: 50

Tuesday, 27 Feb 2024
17:52 Michael Gmelin (grembo) search for other commits by this committer
sysutils/iocage: Fix handling of slashes in jail param

PR:		275738
Reported by:	alexey@ocaml.nl
commit hash: 65eb9ca8f37ffb5888cce55d0d2cdeec3f2f8a24 commit hash: 65eb9ca8f37ffb5888cce55d0d2cdeec3f2f8a24 commit hash: 65eb9ca8f37ffb5888cce55d0d2cdeec3f2f8a24 commit hash: 65eb9ca8f37ffb5888cce55d0d2cdeec3f2f8a24 65eb9ca
Thursday, 14 Dec 2023
17:55 Michael Gmelin (grembo) search for other commits by this committer
sysutils/iocage: Use streaming reads on image import

This avoids out of memory conditions when importing a jail.

PR:		275767
Reported by:	James B. Byrne <byrnejb@harte-lyne.ca>
commit hash: 88044b46147f7a42406e9a1aad04b717fa36b2fa commit hash: 88044b46147f7a42406e9a1aad04b717fa36b2fa commit hash: 88044b46147f7a42406e9a1aad04b717fa36b2fa commit hash: 88044b46147f7a42406e9a1aad04b717fa36b2fa 88044b4
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 9 May 2022
15:34 Michael Gmelin (grembo) search for other commits by this committer
sysutils/iocage: Fix on 14.0-CURRENT

Fix deprecated zfs syntax that became illegal.

PR:		263823
Reported by:	asomers
commit hash: 4424f1369175cbeae6e71a830cb0742290384c51 commit hash: 4424f1369175cbeae6e71a830cb0742290384c51 commit hash: 4424f1369175cbeae6e71a830cb0742290384c51 commit hash: 4424f1369175cbeae6e71a830cb0742290384c51 4424f13
Wednesday, 6 Apr 2022
22:38 Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/py-pytest-{pep8,translations}: switch to pytest4

These plugins are not compatible with recent pytest.

Consumers (sysutils/iocage and www/py-flask-security) were switched
to pytest4 as well. Note that py-flask-security tests were and still
are broken due to unrelated problem - py-sqlalchemy12 and
py-sqlalchemy14 conflict.

PR:		256624
commit hash: 35a9ac41d04e7bee62e88a2fc13eb3028b9476c7 commit hash: 35a9ac41d04e7bee62e88a2fc13eb3028b9476c7 commit hash: 35a9ac41d04e7bee62e88a2fc13eb3028b9476c7 commit hash: 35a9ac41d04e7bee62e88a2fc13eb3028b9476c7 35a9ac4
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
Wednesday, 27 Oct 2021
14:52 Stefan Eßer (se) search for other commits by this committer
sysutils/iocage: Update CONFLICTS specification

This port used to restrict its CONFLICTS entry to py-iocage built
for Python-2.7, but it does obviously conflict with that ports built
for any Python version.

This port is marked as NO_ARCH=yes and I do assumed that there is
only an install conflict, but have not tested that assumption and
therefore not changed the CONFLICTS to CONFLICTS_INSTALL.

Approved by:	grembo (maintainer)
commit hash: 2e2926e3849731a82ae9a628351c37d36f3d343f commit hash: 2e2926e3849731a82ae9a628351c37d36f3d343f commit hash: 2e2926e3849731a82ae9a628351c37d36f3d343f commit hash: 2e2926e3849731a82ae9a628351c37d36f3d343f 2e2926e
Tuesday, 20 Jul 2021
09:13 Michael Gmelin (grembo) search for other commits by this committer
sysutils/iocage: Add test target, no pytest-runner

Move test dependencies to TEST_DEPENDS and add test target.
Patch out pytest-runner locally.

PR:		251447
Reported by:	koobs
commit hash: 12d8f46d9b985f987ede218e15a5789ff0ace5df commit hash: 12d8f46d9b985f987ede218e15a5789ff0ace5df commit hash: 12d8f46d9b985f987ede218e15a5789ff0ace5df commit hash: 12d8f46d9b985f987ede218e15a5789ff0ace5df 12d8f46
Monday, 19 Jul 2021
16:44 Michael Gmelin (grembo) search for other commits by this committer
sysutils/iocage: Remove pytest-runner runtime dep

py-pytest-runner is deprecated, but upstream is still using it.
Having this as a runtime dependency was always a bit questionable.

PR:		251447
Reported by:	Mina Galic <me@igalic.co>
commit hash: de2b126b031bee981f4173b6f67cb5e1701abc57 commit hash: de2b126b031bee981f4173b6f67cb5e1701abc57 commit hash: de2b126b031bee981f4173b6f67cb5e1701abc57 commit hash: de2b126b031bee981f4173b6f67cb5e1701abc57 de2b126
Saturday, 1 May 2021
13:59 Jimmy Olgeni (olgeni) search for other commits by this committer
sysutils/iocage: unbreak by adding missing dependencies.

The iocage cli was not able to locate commands if missing dependencies
were not installed.

Obtained from:	https://github.com/iocage/iocage/issues/1256
commit hash: 3f46d070ecf981a78f4c0e9fb06a757abcb95d18 commit hash: 3f46d070ecf981a78f4c0e9fb06a757abcb95d18 commit hash: 3f46d070ecf981a78f4c0e9fb06a757abcb95d18 commit hash: 3f46d070ecf981a78f4c0e9fb06a757abcb95d18 3f46d07
Thursday, 29 Apr 2021
17:53 Guangyuan Yang (ygy) search for other commits by this committer
Unbreak ports after devel/py-gitpython's PORTNAME change

PR: 		255489
Fixes:		f133c410c6d97254810f4f0fbd329e42b9eaf3a1
Approved by:	lwhsu, portmgr (blanket)
Differential Revision:	https://reviews.freebsd.org/D30039
commit hash: 5c99e255148f3ae5601582c3dc3dd08222dd43e6 commit hash: 5c99e255148f3ae5601582c3dc3dd08222dd43e6 commit hash: 5c99e255148f3ae5601582c3dc3dd08222dd43e6 commit hash: 5c99e255148f3ae5601582c3dc3dd08222dd43e6 5c99e25
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 13 Oct 2020
11:30 garga search for other commits by this committer
Change dependencies of git-lite to git@lite

PR:		250281
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Original commitRevision:552231 
Sunday, 19 Jul 2020
11:54 grembo search for other commits by this committer
Fix `iocage fetch' on i386.

While there, switch to fetching all patches directly from github.

PR:		247856
Reported by:	Vincent Bentley
Original commitRevision:542567 
Sunday, 22 Mar 2020
15:19 grembo search for other commits by this committer
Respect PREFIX (when PREFIX != LOCALBASE)

PR:		244387
Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
Reviewed by:	koobs
Approved by:	portmgr (blanket: framework/ports (python) compliance)
Original commitRevision:528922 
Thursday, 20 Feb 2020
20:28 grembo search for other commits by this committer
Fix accidental overwriting of properties on update

See:
https://github.com/iocage/iocage/issues/1130
https://github.com/iocage/iocage/commit/b47dc2c47ff125d644720b03f598a9caf4e08192

PR:		244252
MFH:		2020Q1 (runtime fix)
Original commitRevision:526586 
Thursday, 23 Jan 2020
11:12 grembo search for other commits by this committer
Fix accidental removal of devfs_rulesets on jail stop

Pulls in a bugfix[0] that has been merged upstream[1].

This bug caused manually configured devfs_rulesets to get deleted on jail
stop, causing jails to come up with a default devfs rules on next start,
which can be a nuisance or even dangerous, depending on the specific setup.

Also adds a minimum devfs_ruleset id for dynamically created devfs rulesets
and fixes a devfs_ruleset resource leak when using plugins.

Take maintainership, as suggested by araujo@ (thanks for taking care of that
port for so long!).

[0]https://github.com/iocage/iocage/pull/1106
[1]https://github.com/iocage/iocage/commit/753b2f35731423597d7f51f33427b6d619fcd0b5

PR:		243510
Approved by:	araujo (maintainer)
MFH:		2020Q1
Original commitRevision:523920 
Monday, 21 Oct 2019
09:13 araujo search for other commits by this committer
- Set OPTIONS_DEFAULT to devel/git instead of devel/git-lite.

Requested by:	mat and grembo
Original commitRevision:515091 
06:24 araujo search for other commits by this committer
- Fix git/git-lite dependencies as well as leftover EGG files.
- Now the port pass "poudriere testport".
- Bump PORTREVISION.

PR:		240959 (based on)
Submitted by:	burnerbox <burnerbox_protonmail.com>
		Sascha Holzleiter <sascha_root-login.org>
Reported by:	many
Reviewed by:	romain
Differential Revision:	https://reviews.freebsd.org/D21929
Original commitRevision:515084 
Tuesday, 1 Oct 2019
05:49 araujo search for other commits by this committer
- Drop support for devel/dulwich. [0]
- The port works fine with devel/git too, we should first check if there
  is git installed, instead to assume we need to install git-lite. [1]
- Bump PORTREVISION.

Submitted by:	dvl [0]
Reported by:	many [1]
Original commitRevision:513454 
Monday, 30 Sep 2019
02:50 araujo search for other commits by this committer
- Update necessary dependencies for iocage 1.2 release.
- Bump PORTREVISION.

PR:		ports/240927
Submitted by:	Neel Chauhan <neel@neelc.org>
		Dan Langille <<dan@langille.org>> (via email)
Reported by:	many
Original commitRevision:513279 
Friday, 27 Sep 2019
02:30 araujo search for other commits by this committer
- Update to 1.2.

Changelog: https://github.com/iocage/iocage/releases/tag/1.2
Original commitRevision:512999 
Thursday, 19 Sep 2019
00:21 grembo search for other commits by this committer
Fix `iocage upgrade' for 11.3-RELEASE and upcoming 12.1-RELEASE[0]

Also:
- Fix dependencies when upgrading <12 jails running on a 12-RELEASE jailhost
  (depend on `merge' from devel/rcs57).
- Fix to unbreak updating multiple jails at once[1].
- Patch to `setup.py' to make `make check-plist' pass[2].
- Move `NO_ARCH' to make portlint happy

See:
[0]https://github.com/iocage/iocage/pull/1027 and
https://github.com/iocage/iocage/commit/f66d9f0724daa03dc08cebc3f30b04abc7e97f82
[1]https://github.com/iocage/iocage/commit/47d7c28ad2db76eaba797921555bbf68a476eb9b#diff-134cbca4d064a61a693d1199494d24df
[2]https://github.com/iocage/iocage/issues/1043

PR:		240177
Approved by:	araujo (maintainer timeout)
Original commitRevision:512299 
Monday, 28 Jan 2019
05:59 araujo search for other commits by this committer
Update to 1.1.

Changelog at:
https://github.com/iocage/iocage/releases/tag/1.1
Original commitRevision:491453 
Monday, 24 Dec 2018
06:04 araujo search for other commits by this committer
- Pet PORTLINT.
- Remove wrong conflicts.
Original commitRevision:488256 
05:58 araujo search for other commits by this committer
Update to 1.0.

Changelog: https://github.com/iocage/iocage/releases/tag/1.0
Original commitRevision:488255 
Saturday, 8 Dec 2018
09:18 antoine search for other commits by this committer
Allow building with different versions of python3
Original commitRevision:486926 
Thursday, 28 Dec 2017
04:41 araujo search for other commits by this committer
- Update to 0.9.10.

Changelog at: https://github.com/iocage/iocage/releases/tag/0.9.10

Sponsored by:	iXsystems, Inc.
Original commitRevision:457437 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Tuesday, 3 Oct 2017
05:33 araujo search for other commits by this committer
Be more precise about the python version in CONFLICTS.

Submited by:	jbeich
Original commitRevision:451113 
04:41 araujo search for other commits by this committer
After rename py36-iocage, remove unused conflict ports iocage-[0-9]*
and iocage-devel-[0-9]*.

Sponsored by:	iXsystems Inc.
Original commitRevision:451112 
03:36 araujo search for other commits by this committer
Update to 0.9.9.2.

Changelog at: https://github.com/iocage/iocage/releases/tag/0.9.9.2

Sponsored by:	iXsystems Inc.
Original commitRevision:451110 
Tuesday, 24 Jan 2017
12:49 robak search for other commits by this committer
Mark sysutils/iocage as DEPRECATED, replaced by sysutils/py-iocage

PR:		216193
Original commitRevision:432334 
Sunday, 15 Jan 2017
13:06 robak search for other commits by this committer
sysutils/iocage: update GH_ACCOUNT and GH_PROJECT after repository change
Original commitRevision:431556 
Monday, 22 Aug 2016
10:05 robak search for other commits by this committer
sysutils/iocage: update 1.7.5 -> 1.7.6

PR:		211988
Submitted by:	olegni
Original commitRevision:420595 
Wednesday, 13 Jul 2016
10:04 robak search for other commits by this committer
sysutils/iocage: update 1.7.4 -> 1.7.5

- Fix jails import bugs

MFH:		2016Q3
Original commitRevision:418466 
Thursday, 18 Feb 2016
08:58 robak search for other commits by this committer
sysutils/iocage: update 1.7.3 -> 1.7.4

- Contains important functionality fix

MFH:		2016Q1
Original commitRevision:409097 
Tuesday, 15 Sep 2015
17:56 amdmi3 search for other commits by this committer
- Drop 8.x support
- Add NO_ARCH

Approved by:	portmgr blanket
Original commitRevision:397008 
Saturday, 29 Aug 2015
17:47 robak search for other commits by this committer
sysutils/iocage: update 1.7.1 -> 1.7.3

- Adds ability to create 10.2 jails

PR:		202661
Submitted by:	olegni
MFH:		2015Q3
Original commitRevision:395563 
Wednesday, 5 Aug 2015
12:10 robak search for other commits by this committer
sysutils/iocage: update 1.6.2 -> 1.7.1

- Change upstream GH account
- Change WWW

PR:		202079
Submitted by:	Ben Woods <woodsb02@gmail.com>
Original commitRevision:393579 
Saturday, 30 May 2015
22:23 robak search for other commits by this committer
sysutils/iocage: update 1.6.1 -> 1.6.2

PR:		200529
Submitted by:	Kevin Bowling <kevin.bowling@kev009.com>
Original commitRevision:387988 
Thursday, 28 May 2015
12:25 robak search for other commits by this committer
sysutils/iocage: fix missing include files

PR:		200486
Submitted by:	Kevin Bowling <kevin.bowling@kev009.com>
Original commitRevision:387725 
Tuesday, 26 May 2015
18:12 robak search for other commits by this committer
sysutils/iocage: update 1.5.1 -> 1.6.1

- Update to new USE_GITHUB standard
Original commitRevision:387505 
Wednesday, 25 Mar 2015
03:59 robak search for other commits by this committer
sysutils/iocage: update 1.4.6 -> 1.5.1

- Switch from GHL to GH and remove GH_COMMIT
Original commitRevision:382195 
Thursday, 19 Mar 2015
16:44 bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
Original commitRevision:381618 
Saturday, 24 Jan 2015
15:37 robak search for other commits by this committer
sysutils/iocage: update 1.4.4 -> 1.4.6

- Reduce the OSVERSION requirement to 9.0-RELEASE
Original commitRevision:377796 
Friday, 18 Jul 2014
07:02 robak search for other commits by this committer
sysutils/iocage: new port - full featured Jails manager

Approved by:	swills (mentor)
Original commitRevision:362179 

Number of commits found: 50