diff options
author | pi <pi@FreeBSD.org> | 2016-03-09 01:49:44 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-03-09 01:49:44 +0800 |
commit | 76a5332a613e46b3df9d70c63c4b530a9d152713 (patch) | |
tree | 7851e9677c4672b6eb3b7589f8875ccfb0503158 /ports-mgmt/Makefile | |
parent | 0affb4019a50b63f753f7e08af9ec7556f7f1588 (diff) | |
download | freebsd-ports-gnome-76a5332a613e46b3df9d70c63c4b530a9d152713.tar.gz freebsd-ports-gnome-76a5332a613e46b3df9d70c63c4b530a9d152713.tar.zst freebsd-ports-gnome-76a5332a613e46b3df9d70c63c4b530a9d152713.zip |
New port: ports-mgmt/portest
With portest, you can create, update, patch and revert a port tree with
svn, git and portsnap. Portest can also do portlint testing, test a port
with port test, or poudriere, and also generate a list of ports a
patchfile(s) will modify. Portest is written in shell with minimal
dependencies mostly using FreeBSD-base
WWW: https://github.com/Ultima1252/portest
PR: 207810
Submitted by: Ultima1252@gmail.com
Diffstat (limited to 'ports-mgmt/Makefile')
-rw-r--r-- | ports-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index a204605e74ba..2c62fefcabcb 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -44,6 +44,7 @@ SUBDIR += portconf SUBDIR += portdowngrade SUBDIR += portell + SUBDIR += portest SUBDIR += portfind SUBDIR += portless SUBDIR += portlint |