From 983ca85522490bd4ccd1837d9f59785d3064d272 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 30 Dec 2014 07:36:45 +0000 Subject: Update to 0.2.2 Changes: Add a way to disable maintainance mode to avoid timestamp problem with peoeple not in sync with ntp (this can happen on very fresh releases) --- print/indexinfo/Makefile | 3 ++- print/indexinfo/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'print') diff --git a/print/indexinfo/Makefile b/print/indexinfo/Makefile index b2db28ff7e9b..136827567e93 100644 --- a/print/indexinfo/Makefile +++ b/print/indexinfo/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= indexinfo -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= print ports-mgmt MASTER_SITES= http://files.etoilebsd.net/indexinfo/ @@ -12,6 +12,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-maintainer-mode PLIST_FILES= bin/indexinfo INSTALL_TARGET= install-strip diff --git a/print/indexinfo/distinfo b/print/indexinfo/distinfo index cd6301834ada..57541f180fbe 100644 --- a/print/indexinfo/distinfo +++ b/print/indexinfo/distinfo @@ -1,2 +1,2 @@ -SHA256 (indexinfo-0.2.1.tar.gz) = 251c0edbce115ff8c2e08c5dfb19e3fa8578c20651194e939aec9cba5334a0a3 -SIZE (indexinfo-0.2.1.tar.gz) = 78771 +SHA256 (indexinfo-0.2.2.tar.gz) = 1d9eb652aee871a21e04172f55ec2e46b5b18de64540e774617ac704bdaafc4f +SIZE (indexinfo-0.2.2.tar.gz) = 79582 -- cgit