diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-20 15:03:00 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-20 15:03:00 +0000 |
commit | ba65eb4005c0d38e946ece24b1ad2daaa1ebb5f1 (patch) | |
tree | a6b05d7d637af157002bb160aff1ef287b1b8613 | |
parent | Update to the 2004-07-20 snapshot. (diff) |
Update to 17, bugfix release:
- added pointupdates tool
- do not crash when generating port with incomplete depends
- keep unresolved cfg option was reversed by mistake
- updateall: print generating readme.html
- updateall: ports with unresolved depends needs to be removed from in-memory list also
- do not warn about missing port multiple times
- check for write errors while generating readme.html
PR: ports/69316
Submitted by: Radim Kolar (maintainer)
Notes
Notes:
svn path=/head/; revision=114294
-rw-r--r-- | sysutils/portindex/Makefile | 4 | ||||
-rw-r--r-- | sysutils/portindex/distinfo | 4 | ||||
-rw-r--r-- | sysutils/portindex/files/pointupdates.sh | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/portindex/Makefile b/sysutils/portindex/Makefile index de1688e21617..3f43f6a5b67d 100644 --- a/sysutils/portindex/Makefile +++ b/sysutils/portindex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portindex -PORTVERSION= 16 +PORTVERSION= 17 CATEGORIES= sysutils MASTER_SITES= http://people.tecnik93.com/~radim/distfiles/ DISTNAME= bsdportsutils-${PORTVERSION} @@ -23,7 +23,7 @@ PLIST_DIRS= share/${PORTNAME} PLIST_FILES= etc/portindex.conf.sample PORTINDEX= bsdpkg freebsdports indexer updatereadmes config \ portindexdb -MINORUPDATES= minorupdates stealthupdates +MINORUPDATES= minorupdates stealthupdates pointupdates MISCTOOLS= updateall PKGHISTORY= loadindex query updinst diff --git a/sysutils/portindex/distinfo b/sysutils/portindex/distinfo index 32fad6cb79d6..6a0c334b4fa8 100644 --- a/sysutils/portindex/distinfo +++ b/sysutils/portindex/distinfo @@ -1,2 +1,2 @@ -MD5 (bsdportsutils-16.tar.gz) = 60dd00ee94986dca77c6a7de2304a97d -SIZE (bsdportsutils-16.tar.gz) = 21857 +MD5 (bsdportsutils-17.tar.gz) = f3d9829c96e012db87527c78d47671b8 +SIZE (bsdportsutils-17.tar.gz) = 23041 diff --git a/sysutils/portindex/files/pointupdates.sh b/sysutils/portindex/files/pointupdates.sh new file mode 100644 index 000000000000..81948f781689 --- /dev/null +++ b/sysutils/portindex/files/pointupdates.sh @@ -0,0 +1,2 @@ +#! /bin/sh +exec /usr/bin/env python %%DATADIR%%/pointupdates.py $* |