From owner-svn-ports-head@freebsd.org Wed Dec 13 20:49:11 2017 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 78C78E86593; Wed, 13 Dec 2017 20:49:11 +0000 (UTC) (envelope-from sunpoet@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 42238284B; Wed, 13 Dec 2017 20:49:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBDKnAXW062755; Wed, 13 Dec 2017 20:49:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBDKnAMB062752; Wed, 13 Dec 2017 20:49:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712132049.vBDKnAMB062752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 13 Dec 2017 20:49:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456234 - head/devel/global X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/global X-SVN-Commit-Revision: 456234 X-SVN-Commit-Repository: ports 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.25 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: Wed, 13 Dec 2017 20:49:11 -0000 Author: sunpoet Date: Wed Dec 13 20:49:10 2017 New Revision: 456234 URL: https://svnweb.freebsd.org/changeset/ports/456234 Log: Update to 6.6 - Remove COPYING from PORTDOCS - Fix shebang Changes: http://www.gnu.org/software/global/whatsnew.html http://lists.gnu.org/archive/html/info-global/2017-12/msg00000.html Modified: head/devel/global/Makefile head/devel/global/distinfo head/devel/global/pkg-plist Modified: head/devel/global/Makefile ============================================================================== --- head/devel/global/Makefile Wed Dec 13 20:49:04 2017 (r456233) +++ head/devel/global/Makefile Wed Dec 13 20:49:10 2017 (r456234) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= global -PORTVERSION= 6.5.7 +PORTVERSION= 6.6 CATEGORIES= devel MASTER_SITES= GNU @@ -17,10 +17,12 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check -USES= libtool ncurses perl5 +USES= libtool ncurses perl5 shebangfix INFO= global -PORTDOCS= AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README THANKS +PORTDOCS= AUTHORS ChangeLog FAQ INSTALL LICENSE NEWS README THANKS + +SHEBANG_GLOB= *.pl post-patch: @${REINPLACE_CMD} -e '/^gtags_DATA = / s|AUTHOR.*THANKS||' ${WRKSRC}/Makefile.in Modified: head/devel/global/distinfo ============================================================================== --- head/devel/global/distinfo Wed Dec 13 20:49:04 2017 (r456233) +++ head/devel/global/distinfo Wed Dec 13 20:49:10 2017 (r456234) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495546317 -SHA256 (global-6.5.7.tar.gz) = d9c08fa524f9499b54241cb2d72f8a7df01453b6d5e012a63784ded08e3acd32 -SIZE (global-6.5.7.tar.gz) = 2940567 +TIMESTAMP = 1513175151 +SHA256 (global-6.6.tar.gz) = 87a86ea972429e2c983f8359e91ce64facccdc76215ef5225c0baf3f6f087527 +SIZE (global-6.6.tar.gz) = 2961446 Modified: head/devel/global/pkg-plist ============================================================================== --- head/devel/global/pkg-plist Wed Dec 13 20:49:04 2017 (r456233) +++ head/devel/global/pkg-plist Wed Dec 13 20:49:10 2017 (r456234) @@ -85,6 +85,7 @@ share/gtags/script/global-client share/gtags/script/gtags-client share/gtags/script/htags-client share/gtags/script/less-global +share/gtags/script/maps2conf.pl share/gtags/script/pygments_parser.py share/gtags/style.css share/gtags/vim74-gtags-cscope.patch