diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portindex/Makefile | 6 | ||||
-rw-r--r-- | sysutils/portindex/distinfo | 4 | ||||
-rw-r--r-- | sysutils/portindex/files/stealthupdates.sh | 2 | ||||
-rw-r--r-- | sysutils/portindex/pkg-descr | 2 |
4 files changed, 9 insertions, 5 deletions
diff --git a/sysutils/portindex/Makefile b/sysutils/portindex/Makefile index 3c9f230..de1688e 100644 --- a/sysutils/portindex/Makefile +++ b/sysutils/portindex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portindex -PORTVERSION= 15 +PORTVERSION= 16 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 +MINORUPDATES= minorupdates stealthupdates MISCTOOLS= updateall PKGHISTORY= loadindex query updinst @@ -40,7 +40,7 @@ EXECUTABLES+= ${MINORUPDATES} .ifdef WITH_MISCTOOLS .ifndef WITH_PKGHISTORY -BROKEN= Updateall needs pkghistory package +BROKEN= Option updateall requires pkghistory option .else SOURCES+= ${MISCTOOLS} EXECUTABLES+= ${MISCTOOLS} diff --git a/sysutils/portindex/distinfo b/sysutils/portindex/distinfo index 2c53f44..32fad6c 100644 --- a/sysutils/portindex/distinfo +++ b/sysutils/portindex/distinfo @@ -1,2 +1,2 @@ -MD5 (bsdportsutils-15.tar.gz) = f37804609a030a37b910b9e93c009d2b -SIZE (bsdportsutils-15.tar.gz) = 20004 +MD5 (bsdportsutils-16.tar.gz) = 60dd00ee94986dca77c6a7de2304a97d +SIZE (bsdportsutils-16.tar.gz) = 21857 diff --git a/sysutils/portindex/files/stealthupdates.sh b/sysutils/portindex/files/stealthupdates.sh new file mode 100644 index 0000000..b1a7e94 --- /dev/null +++ b/sysutils/portindex/files/stealthupdates.sh @@ -0,0 +1,2 @@ +#! /bin/sh +exec /usr/bin/env python %%DATADIR%%/stealthupdates.py $* diff --git a/sysutils/portindex/pkg-descr b/sysutils/portindex/pkg-descr index c4a787f..1c46bd6 100644 --- a/sysutils/portindex/pkg-descr +++ b/sysutils/portindex/pkg-descr @@ -19,3 +19,5 @@ Features 3. Unlike portsdb output database is in valid btree format This package also contains FreeBSD port of 'package history'. + +WWW: http://home.tiscali.cz/~cz210552/bsdportsutils.html |