From owner-svn-ports-head@freebsd.org Sat Dec 17 16:31:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D8DEC846FC; Sat, 17 Dec 2016 16:31:30 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CC17A48; Sat, 17 Dec 2016 16:31:30 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBHGVTFB070586; Sat, 17 Dec 2016 16:31:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBHGVTq8070584; Sat, 17 Dec 2016 16:31:29 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201612171631.uBHGVTq8070584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 17 Dec 2016 16:31:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428774 - head/devel/gnulib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2016 16:31:30 -0000 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/