svn commit: r428753 - head/devel/gnulib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 17 12:58:42 UTC 2016


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


More information about the svn-ports-head mailing list