Commit de0183a9 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/hgreviewboard: Remove expired port

2025-05-31 devel/hgreviewboard: Upstream is gone
parent 01f6f08a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4445,3 +4445,4 @@ www/py-dj50-django-prometheus|www/py-dj51-django-prometheus|2025-06-01|Has expir
www/py-dj50-django-timezone-field|www/py-dj51-django-timezone-field|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
www/py-dj50-django-filter|www/py-dj51-django-filter|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
devel/awless||2025-06-01|Has expired: Abandoned upstream
devel/hgreviewboard||2025-06-01|Has expired: Upstream is gone
+0 −1
Original line number Diff line number Diff line
@@ -983,7 +983,6 @@
    SUBDIR += heirloom-devtools
    SUBDIR += hexcompare
    SUBDIR += hexd
    SUBDIR += hgreviewboard
    SUBDIR += hgsvn
    SUBDIR += highlighterkit
    SUBDIR += highway

devel/hgreviewboard/Makefile

deleted100644 → 0
+0 −41
Original line number Diff line number Diff line
PORTNAME=	hgreviewboard
PORTVERSION=	1.0
PORTREVISION=	3
CATEGORIES=	devel python
MASTER_SITES=	https://bitbucket.org/ccaughie/hgreviewboard/get/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	${PORTVERSION}
DIST_SUBDIR=	hgreviewboard

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Mercurial reviewboard extension
WWW=		http://www.review-board.org/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

BROKEN=		Unfetchable
DEPRECATED=	Upstream is gone
EXPIRATION_DATE=2025-05-31

RUN_DEPENDS=	${PY_MERCURIAL} \
		rbt:devel/rbtools

WRKSRC=		${WRKDIR}/ccaughie-hgreviewboard-e461a0baf62d
USES=		python

NO_BUILD=	yes
NO_ARCH=	yes

post-patch:
	@${REINPLACE_CMD} -e 's/import simplejson/import json as simplejson/' \
		${WRKSRC}/reviewboard.py

do-install:
	@${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/reviewboard
	${INSTALL_DATA} ${WRKSRC}/__init__.py \
		${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/reviewboard
	${INSTALL_DATA} ${WRKSRC}/reviewboard.py \
		${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/reviewboard

.include <bsd.port.mk>

devel/hgreviewboard/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (hgreviewboard/1.0.tar.gz) = 6bdc4f66ce3b346fafc708c2b998f4d82e0adb26990a19cd1b46d55eb77e17bb
SIZE (hgreviewboard/1.0.tar.gz) = 20820

devel/hgreviewboard/pkg-descr

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
reviewboard extension for mercurial

This extension adds a new command 'postreview' to post changesets for
review to a reviewboard server.
Loading