Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 16:31:29 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428774 - head/devel/gnulib
Message-ID:  <201612171631.uBHGVTq8070584@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 17 16:31:28 2016
New Revision: 428774
URL: https://svnweb.freebsd.org/changeset/ports/428774

Log:
  Revert r428753 and unbreak
  
  Pointy hat:	sunpoet

Modified:
  head/devel/gnulib/Makefile
  head/devel/gnulib/pkg-descr

Modified: head/devel/gnulib/Makefile
==============================================================================
--- head/devel/gnulib/Makefile	Sat Dec 17 16:11:01 2016	(r428773)
+++ head/devel/gnulib/Makefile	Sat Dec 17 16:31:28 2016	(r428774)
@@ -2,14 +2,16 @@
 
 PORTNAME=	gnulib
 PORTVERSION=	20140202
-DISTVERSIONSUFFIX=	-stable
 CATEGORIES=	devel
 MASTER_SITES=	http://erislabs.net/ianb/projects/gnulib/
+DISTNAME=	${PORTNAME}-${PORTVERSION}-stable
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GNU portability library
 
-USES=		gmake makeinfo perl5 shebangfix
+BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:print/texinfo
+
+USES=		gmake perl5 shebangfix
 SHEBANG_FILES=	check-module
 
 PLIST_FILES=	bin/check-module bin/gnulib-tool

Modified: head/devel/gnulib/pkg-descr
==============================================================================
--- head/devel/gnulib/pkg-descr	Sat Dec 17 16:11:01 2016	(r428773)
+++ head/devel/gnulib/pkg-descr	Sat Dec 17 16:31:28 2016	(r428774)
@@ -11,4 +11,4 @@ tarball; the idea is to copy files from 
 However, there are bimonthly stable snapshots of the Gnulib codebase
 published at http://erislabs.net/ianb/projects/gnulib/
 
-WWW: https://www.gnu.org/software/gnulib/
+WWW: http://www.gnu.org/software/gnulib/



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