Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 12:58:41 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428753 - head/devel/gnulib
Message-ID:  <201612171258.uBHCwf7s080217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 17 12:58:41 2016
New Revision: 428753
URL: https://svnweb.freebsd.org/changeset/ports/428753

Log:
  - Use DISTVERSIONSUFFIX instead of DISTNAME
  - Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
  - Update WWW: use https://

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

Modified: head/devel/gnulib/Makefile
==============================================================================
--- head/devel/gnulib/Makefile	Sat Dec 17 12:58:36 2016	(r428752)
+++ head/devel/gnulib/Makefile	Sat Dec 17 12:58:41 2016	(r428753)
@@ -2,16 +2,14 @@
 
 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
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:print/texinfo
-
-USES=		gmake perl5 shebangfix
+USES=		gmake makeinfo 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 12:58:36 2016	(r428752)
+++ head/devel/gnulib/pkg-descr	Sat Dec 17 12:58:41 2016	(r428753)
@@ -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: http://www.gnu.org/software/gnulib/
+WWW: https://www.gnu.org/software/gnulib/



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