- 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)
This commit is contained in:
parent
4dc4cf1f14
commit
1ddc643d8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114951
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue