diff options
author | vs <vs@FreeBSD.org> | 2004-07-20 23:03:00 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-20 23:03:00 +0800 |
commit | cc4c3bed4b2c8b1c281727535e6129c88a01613e (patch) | |
tree | 6bde1a5c8de15dfe2208f760e9b8eb08f5cf57ad /sysutils | |
parent | dcf882be3b660d3f838f12958afe64c8f2722f28 (diff) | |
download | freebsd-ports-gnome-cc4c3bed4b2c8b1c281727535e6129c88a01613e.tar.gz freebsd-ports-gnome-cc4c3bed4b2c8b1c281727535e6129c88a01613e.tar.zst freebsd-ports-gnome-cc4c3bed4b2c8b1c281727535e6129c88a01613e.zip |
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)
Diffstat (limited to 'sysutils')
-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 $* |