diff options
author | perky <perky@FreeBSD.org> | 2005-05-05 15:34:15 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-05-05 15:34:15 +0000 |
commit | a6be14516bcc99f76f06b3f5c95d465bbd66dab1 (patch) | |
tree | bbec6c862e4359683b50af5d7e74f4521601e989 /sysutils | |
parent | 8a230d7a9dee5fca546800d2d6f4eef3424b4492 (diff) | |
download | FreeBSD-ports-a6be14516bcc99f76f06b3f5c95d465bbd66dab1.zip FreeBSD-ports-a6be14516bcc99f76f06b3f5c95d465bbd66dab1.tar.gz |
Update to 1.0.
New features for 1.0:
* pkg_genplist has a new run-mode which checks and reports pkg-plist
of current port is correct and what files and/or dirs are missing
or obsolete.
* pkg_trackinst got new option that handles +INSTALL, +DEINSTALL,
+DISPLAY files of pkgdb.
* pkg_genplist can be set to write new pkg-plist file with another
file name than "pkg-plist" with -o option.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pkg_trackinst/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pkg_trackinst/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/pkg_trackinst/Makefile b/sysutils/pkg_trackinst/Makefile index ebb9a7f..e30d396 100644 --- a/sysutils/pkg_trackinst/Makefile +++ b/sysutils/pkg_trackinst/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= pkg_trackinst -PORTVERSION= 0.2 +PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= http://people.freebsd.org/~perky/distfiles/ diff --git a/sysutils/pkg_trackinst/distinfo b/sysutils/pkg_trackinst/distinfo index d2cf180..2cf9fc2f 100644 --- a/sysutils/pkg_trackinst/distinfo +++ b/sysutils/pkg_trackinst/distinfo @@ -1,2 +1,2 @@ -MD5 (pkg_trackinst-0.2.tar.gz) = 234f9dacd1e353a3a2d254c7f2383349 -SIZE (pkg_trackinst-0.2.tar.gz) = 9487 +MD5 (pkg_trackinst-1.0.tar.gz) = 66841f48d4980c562b48ef1d40a655de +SIZE (pkg_trackinst-1.0.tar.gz) = 10655 |