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 +.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