svn commit: r513104 - head/devel/opengrok

Don Lewis truckman at FreeBSD.org
Sat Sep 28 06:09:43 UTC 2019


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 at 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
 


More information about the svn-ports-all mailing list