svn commit: r456234 - head/devel/global
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Dec 13 20:49:11 UTC 2017
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
More information about the svn-ports-all
mailing list