Date: Sat, 28 Sep 2019 06:09:42 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513104 - head/devel/opengrok Message-ID: <201909280609.x8S69gBe037462@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Sat Sep 28 06:09:42 2019 New Revision: 513104 URL: https://svnweb.freebsd.org/changeset/ports/513104 Log: Update MASTER_SITES and unbreak. The distfile is identical to the old one. There is ongoing upstream development. Version 1.3.2 was recently released. Modified: head/devel/opengrok/Makefile Modified: head/devel/opengrok/Makefile ============================================================================== --- head/devel/opengrok/Makefile Sat Sep 28 06:09:27 2019 (r513103) +++ head/devel/opengrok/Makefile Sat Sep 28 06:09:42 2019 (r513104) @@ -4,7 +4,7 @@ PORTNAME= opengrok PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= devel java -MASTER_SITES= https://github.com/OpenGrok/OpenGrok/releases/download/${PORTVERSION}/ +MASTER_SITES= https://github.com/oracle/opengrok/releases/download/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast and powerful code search and cross-reference engine @@ -12,10 +12,6 @@ COMMENT= Fast and powerful code search and cross-refer LICENSE= CDDL APACHE20 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 RUN_DEPENDS= exctags:devel/ctags
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909280609.x8S69gBe037462>