svn commit: r454041 - in head: . devel devel/oniguruma devel/oniguruma6
Thomas Zander
riggs at FreeBSD.org
Sun Nov 12 13:59:17 UTC 2017
Author: riggs
Date: Sun Nov 12 13:59:15 2017
New Revision: 454041
URL: https://svnweb.freebsd.org/changeset/ports/454041
Log:
Rename devel/oniguruma6 to devel/oniguruma
Details:
- Previous, unmaintained versions of devel/oniguruma have been
cleared from the ports tree.
- No ports depend on outdated versions of devel/oniguruma.
- Only one version is supported upstream.
PR: 222869
Reported by: m.bueker at berlin.de
Approved by: maintainer timeout
Added:
head/devel/oniguruma/
- copied from r454040, head/devel/oniguruma6/
Deleted:
head/devel/oniguruma6/
Modified:
head/MOVED
head/devel/Makefile
head/devel/oniguruma/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Sun Nov 12 13:45:24 2017 (r454040)
+++ head/MOVED Sun Nov 12 13:59:15 2017 (r454041)
@@ -9623,3 +9623,4 @@ databases/glom||2017-11-11|Has expired: Broken for mor
math/bargraph||2017-11-11|Has expired: Unfetchable for more than six months (google code has gone away)
devel/oniguruma4|devel/oniguruma6|2017-11-12|Upstream no longer maintained, superseded by devel/oniguruma6
devel/oniguruma5|devel/oniguruma6|2017-11-12|Upstream no longer maintained, superseded by devel/oniguruma6
+devel/oniguruma6|devel/oniguruma|2017-11-12|Rename devel/oniguruma6 to oniguruma (no other versions in ports tree)
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Nov 12 13:45:24 2017 (r454040)
+++ head/devel/Makefile Sun Nov 12 13:59:15 2017 (r454041)
@@ -1819,7 +1819,7 @@
SUBDIR += omniNotify
SUBDIR += omniORB
SUBDIR += omniORB-4.1
- SUBDIR += oniguruma6
+ SUBDIR += oniguruma
SUBDIR += onscripter
SUBDIR += onscripter-1byte
SUBDIR += oozie
Modified: head/devel/oniguruma/Makefile
==============================================================================
--- head/devel/oniguruma6/Makefile Sun Nov 12 13:45:24 2017 (r454040)
+++ head/devel/oniguruma/Makefile Sun Nov 12 13:59:15 2017 (r454041)
@@ -19,8 +19,6 @@ GH_ACCOUNT= kkos
OPTIONS_DEFINE= DOCS EXAMPLES
-CONFLICTS_INSTALL= oniguruma[45]
-
PATHFIX_MAKEFILEIN= Makefile.am
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
More information about the svn-ports-all
mailing list