svn commit: r381716 - head/print/indexinfo

Baptiste Daroussin bapt at FreeBSD.org
Fri Mar 20 07:56:27 UTC 2015


Author: bapt
Date: Fri Mar 20 07:56:25 2015
New Revision: 381716
URL: https://svnweb.freebsd.org/changeset/ports/381716
QAT: https://qat.redports.org/buildarchive/r381716/

Log:
  Update to 0.2.3 (get rid of autotools)

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

Modified: head/print/indexinfo/Makefile
==============================================================================
--- head/print/indexinfo/Makefile	Fri Mar 20 07:25:43 2015	(r381715)
+++ head/print/indexinfo/Makefile	Fri Mar 20 07:56:25 2015	(r381716)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	indexinfo
-PORTVERSION=	0.2.2
+PORTVERSION=	0.2.3
 CATEGORIES=	print ports-mgmt
-MASTER_SITES=	http://files.etoilebsd.net/indexinfo/
 
 MAINTAINER=	bapt at FreeBSD.org
 COMMENT=	Utility to regenerate the GNU info page index
@@ -11,9 +10,9 @@ COMMENT=	Utility to regenerate the GNU i
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-maintainer-mode
-PLIST_FILES=	bin/indexinfo
+USE_GITHUB=	yes
+GH_ACCOUNT=	bapt
 INSTALL_TARGET=	install-strip
+PLIST_FILES=	bin/indexinfo
 
 .include <bsd.port.mk>

Modified: head/print/indexinfo/distinfo
==============================================================================
--- head/print/indexinfo/distinfo	Fri Mar 20 07:25:43 2015	(r381715)
+++ head/print/indexinfo/distinfo	Fri Mar 20 07:56:25 2015	(r381716)
@@ -1,2 +1,2 @@
-SHA256 (indexinfo-0.2.2.tar.gz) = 1d9eb652aee871a21e04172f55ec2e46b5b18de64540e774617ac704bdaafc4f
-SIZE (indexinfo-0.2.2.tar.gz) = 79582
+SHA256 (indexinfo-0.2.3_GH0.tar.gz) = 1706edfc2849a8f0731b522d0237912e4827c5b28a4510f57ad5a14c09ff7b3f
+SIZE (indexinfo-0.2.3_GH0.tar.gz) = 3165


More information about the svn-ports-head mailing list