Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2014 07:36:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375814 - head/print/indexinfo
Message-ID:  <201412300736.sBU7akbi049803@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Dec 30 07:36:45 2014
New Revision: 375814
URL: https://svnweb.freebsd.org/changeset/ports/375814
QAT: https://qat.redports.org/buildarchive/r375814/

Log:
  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)

Modified:
  head/print/indexinfo/Makefile
  head/print/indexinfo/distinfo

Modified: head/print/indexinfo/Makefile
==============================================================================
--- head/print/indexinfo/Makefile	Tue Dec 30 01:32:47 2014	(r375813)
+++ head/print/indexinfo/Makefile	Tue Dec 30 07:36:45 2014	(r375814)
@@ -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
 

Modified: head/print/indexinfo/distinfo
==============================================================================
--- head/print/indexinfo/distinfo	Tue Dec 30 01:32:47 2014	(r375813)
+++ head/print/indexinfo/distinfo	Tue Dec 30 07:36:45 2014	(r375814)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412300736.sBU7akbi049803>