svn commit: r452957 - in head: . devel/universal-ctags
Rodrigo Osorio
rodrigo at FreeBSD.org
Thu Oct 26 22:14:36 UTC 2017
Author: rodrigo
Date: Thu Oct 26 22:14:34 2017
New Revision: 452957
URL: https://svnweb.freebsd.org/changeset/ports/452957
Log:
Fix conflicts with emacs ctags (editors/emacs-devel, editors/emacs-nox11, editors/emacs)
by prefix the 'u' character.
PR: 223076
Submitted by: <carl.shapiro at gmail.com
Modified:
head/UPDATING
head/devel/universal-ctags/Makefile
head/devel/universal-ctags/distinfo
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Thu Oct 26 20:05:32 2017 (r452956)
+++ head/UPDATING Thu Oct 26 22:14:34 2017 (r452957)
@@ -5,6 +5,14 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20171026:
+ AFFECTS: users of devel/universal-ctags
+ AUTHOR: rodrigo at FreeBSD.org
+
+ Due to conflicts with emacs ctag (editors/emacs-devel, editors/emacs-nox11, editors/emacs),
+ the installed files will be prefixed with the 'u' character.
+ The new binaries will de named uctags and ureadtags.
+
20171015:
AFFECTS: people using WITHOUT_DEBUG
AUTHOR: madpilot at FreeBSD.org
Modified: head/devel/universal-ctags/Makefile
==============================================================================
--- head/devel/universal-ctags/Makefile Thu Oct 26 20:05:32 2017 (r452956)
+++ head/devel/universal-ctags/Makefile Thu Oct 26 22:14:34 2017 (r452957)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= universal-ctags
-PORTVERSION= g20170718
+PORTVERSION= g20171017
CATEGORIES= devel
MAINTAINER= dereks at lifeofadishwasher.com
@@ -16,11 +16,13 @@ GNU_CONFIGURE= yes
USE_GITHUB= YES
GH_PROJECT= ctags
-GH_TAGNAME= 5567535e
+GH_TAGNAME= ccac4dff
OPTIONS_DEFINE= ASPELL DEBUG ICONV JSON LIBXML2 MANPAGES YAML
OPTIONS_DEFAULT= ICONV JSON LIBXML2 MANPAGES YAML
+CONFIGURE_ARGS= --program-prefix=u
+
JSON_DESC= JSON output support
ASPELL_CONFIGURE_ENABLE= aspell
@@ -42,15 +44,15 @@ JSON_CONFIGURE_ENABLE= json
JSON_LIB_DEPENDS= libjansson.so:devel/jansson
MANPAGES_BUILD_DEPENDS= rst2man:textproc/py-docutils
-MANPAGES_PLIST_FILES= man/man1/ctags.1.gz \
- man/man7/ctags-incompatibilities.7.gz \
- man/man7/ctags-optlib.7.gz
+MANPAGES_PLIST_FILES= man/man1/uctags.1.gz \
+ man/man7/uctags-incompatibilities.7.gz \
+ man/man7/uctags-optlib.7.gz
YAML_CONFIGURE_ENABLE= yaml
YAML_LIB_DEPENDS= libyaml.so:textproc/libyaml
-PLIST_FILES= bin/ctags \
- bin/readtags
+PLIST_FILES= bin/uctags \
+ bin/ureadtags
pre-configure:
# test-case.mak is generated by autogen.sh disable it for building
Modified: head/devel/universal-ctags/distinfo
==============================================================================
--- head/devel/universal-ctags/distinfo Thu Oct 26 20:05:32 2017 (r452956)
+++ head/devel/universal-ctags/distinfo Thu Oct 26 22:14:34 2017 (r452957)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502243666
-SHA256 (universal-ctags-ctags-g20170718-5567535e_GH0.tar.gz) = 9b0f71c05fd067d7f9c7c8b320c3383f2eaacb6f3cff131c5624363dc5fe104c
-SIZE (universal-ctags-ctags-g20170718-5567535e_GH0.tar.gz) = 1301783
+TIMESTAMP = 1508301239
+SHA256 (universal-ctags-ctags-g20171017-ccac4dff_GH0.tar.gz) = 630e931dd5c9fbdca8205e570509cd6c116604892f1cf5c20168023a80d3049d
+SIZE (universal-ctags-ctags-g20171017-ccac4dff_GH0.tar.gz) = 1346150
More information about the svn-ports-head
mailing list