svn commit: r428774 - head/devel/gnulib

Antoine Brodin antoine at FreeBSD.org
Sat Dec 17 16:31:30 UTC 2016


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 at 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/


More information about the svn-ports-head mailing list