diff options
author | pav <pav@FreeBSD.org> | 2004-07-29 01:25:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-29 01:25:22 +0800 |
commit | 01c149e8afcacb171ff385ff96a23b0ba83f8ee2 (patch) | |
tree | 201388babb3a9c32b79a8cf33127a29d1037f8dd /sysutils | |
parent | bb3901fdb03077a733d28b7c26b0130061e466c6 (diff) | |
download | freebsd-ports-gnome-01c149e8afcacb171ff385ff96a23b0ba83f8ee2.tar.gz freebsd-ports-gnome-01c149e8afcacb171ff385ff96a23b0ba83f8ee2.tar.zst freebsd-ports-gnome-01c149e8afcacb171ff385ff96a23b0ba83f8ee2.zip |
- Update to 18
1. Dependences expanding is faster and uses less stack
2. query script is slightly more intelligent in searching for correct or
suggested package names
3. Added versioning support to portindex.pck file. You will no longer need
to delete this file by hand -- program can now handle this itself. Your
database will be full-rebuilded while updating to v18.
4. Fixed crash in updateall script on deleted ports due to unsatisfied depends.
5. minorupdates config option is back
PR: ports/69715
Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portindex/Makefile | 5 | ||||
-rw-r--r-- | sysutils/portindex/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/portindex/Makefile b/sysutils/portindex/Makefile index 3f43f6a5b67d..8198f3718e55 100644 --- a/sysutils/portindex/Makefile +++ b/sysutils/portindex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portindex -PORTVERSION= 17 +PORTVERSION= 18 CATEGORIES= sysutils MASTER_SITES= http://people.tecnik93.com/~radim/distfiles/ DISTNAME= bsdportsutils-${PORTVERSION} @@ -31,12 +31,15 @@ SOURCES= ${PORTINDEX} EXECUTABLES= portindex portreadmes portindexdb OPTIONS= PKGHISTORY "Install pkghistory package" off \ + MINORUPDATES "Install point/minor/stealth updates scripts" off \ MISCTOOLS "Install updateall script" off .include <bsd.port.pre.mk> +.ifdef WITH_MINORUPDATES SOURCES+= ${MINORUPDATES} EXECUTABLES+= ${MINORUPDATES} +.endif .ifdef WITH_MISCTOOLS .ifndef WITH_PKGHISTORY diff --git a/sysutils/portindex/distinfo b/sysutils/portindex/distinfo index 6a0c334b4fa8..c72fc978b591 100644 --- a/sysutils/portindex/distinfo +++ b/sysutils/portindex/distinfo @@ -1,2 +1,2 @@ -MD5 (bsdportsutils-17.tar.gz) = f3d9829c96e012db87527c78d47671b8 -SIZE (bsdportsutils-17.tar.gz) = 23041 +MD5 (bsdportsutils-18.tar.gz) = 75f59389ce4d5ce798500fd99df8741d +SIZE (bsdportsutils-18.tar.gz) = 23510 |