diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-06-17 21:21:19 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-06-17 21:21:19 +0000 |
commit | cd0ff6a15f3c5e097c512d5886eccd7c5600d6f5 (patch) | |
tree | 253d9a2d3904a26d23b9bfecd13a1028ff081c01 /ports-mgmt/Makefile | |
parent | 1b7af2702d3678bb8ec0c6a6b4d7bca52383a9fc (diff) | |
download | freebsd-ports-cd0ff6a15f3c5e097c512d5886eccd7c5600d6f5.zip |
A simple utility to show the package name and version
whose port version is different from it.
The utility uses /usr/ports/INDEX-{__FreeBSD__}.db
The file can be generated by using bundled pver_dbgen
WWW: http://www.csie.nctu.edu.tw/~weiyu/#msgbox=page/program.html
PR: ports/135669
Submitted by: Wei-Yu Chen <weiyu.csie@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 c052763e5b02..1cfaa8a446c4 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -58,6 +58,7 @@ SUBDIR += portupgrade SUBDIR += portupgrade-devel SUBDIR += psearch + SUBDIR += pver SUBDIR += qtpkg SUBDIR += tinderbox SUBDIR += tinderbox-devel |