Commit 288bd814 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/bolt: Remove expired port

2024-06-30 www/bolt: Outdated and unsupported, current version is several years old and unsupported upstream
parent 7df36e30
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3350,3 +3350,4 @@ multimedia/emby-server-devel|multimedia/emby-server|2024-06-28|Beta port removed
devel/go-protobuf||2024-06-30|Has expired: Upstream officially deprecated this project
www/py-django-ldapdb||2024-06-30|Has expired: not compatible with Django >= 4.x, upstream no longer maintained
www/adzap||2024-06-30|Has expired: Obsolete, no longer provides reasonable amount of filtering
www/bolt||2024-06-30|Has expired: Outdated and unsupported, current version is several years old and unsupported upstream
+0 −1
Original line number Diff line number Diff line
@@ -74,7 +74,6 @@
    SUBDIR += bareos22-webui
    SUBDIR += beehive
    SUBDIR += bluefish
    SUBDIR += bolt
    SUBDIR += bozohttpd
    SUBDIR += browsh
    SUBDIR += bugzilla2atom

www/bolt/Makefile

deleted100644 → 0
+0 −37
Original line number Diff line number Diff line
PORTNAME=	bolt
PORTVERSION=	2.2.24
PORTREVISION=	0
CATEGORIES=	www
MASTER_SITES=	https://bolt.cm/distribution/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Sophisticated, lightweight & simple CMS
WWW=		https://github.com/bolt/core

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

DEPRECATED=	Outdated and unsupported, current version is several years old and unsupported upstream
EXPIRATION_DATE=2024-06-30

USES=		cpe php:web
CPE_VENDOR=	${PORTNAME}cms

NO_ARCH=	yes
NO_BUILD=	yes
USE_PHP=	ctype curl dom gd mbstring simplexml tokenizer

PLIST_SUB+=	WWWGRP=${WWWGRP}

OPTIONS_DEFINE=	MYSQL PGSQL SQLITE
OPTIONS_DEFAULT=	SQLITE

MYSQL_USE=	PHP=pdo_mysql
PGSQL_USE=	PHP=pdo_pgsql
SQLITE_USE=	PHP=pdo_sqlite

do-install:
	${MKDIR} ${STAGEDIR}${WWWDIR}
	(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR})

.include <bsd.port.mk>

www/bolt/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1497019252
SHA256 (bolt-2.2.24.tar.gz) = eebd3511609875d7bc741372586c1f2d240bda7eea7d7be5ebc78c1902c5e75d
SIZE (bolt-2.2.24.tar.gz) = 10137860

www/bolt/pkg-descr

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony
components, uses Twig and either SQLite, MySQL or PostgreSQL.
Loading