Date: Sun, 12 Nov 2017 13:59:15 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454041 - in head: . devel devel/oniguruma devel/oniguruma6 Message-ID: <201711121359.vACDxFJE043088@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711121359.vACDxFJE043088>