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

www/dolibarr17: Remove expired port

2026-07-31 www/dolibarr17: php81 is the recommended max version for run it
parent 0b26a2c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5529,3 +5529,4 @@ math/py-luminol||2026-07-31|Has expired: Upstream last activity was in 2016, and
net-mgmt/py-nxapi-plumbing|net-mgmt/py-napalm|2026-07-31|Has expired: Upstream inactive since +8 years, code was integrated into py-napalm. Please use net-mgmt/py-napalm instead
devel/py-patch|devel/py-patch-ng|2026-07-31|Has expired: Upstream no longer active, project is abandoned, please used devel/py-patch-ng instead
net-mgmt/py-pyIOSXR|net-mgmt/py-napalm|2026-07-31|Has expired: Upstream inactive since +8 years, code was integrated into py-napalm. Please use net-mgmt/py-napalm instead
www/dolibarr17||2026-07-31|Has expired: php81 is the recommended max version for run it
+0 −1
Original line number Diff line number Diff line
@@ -155,7 +155,6 @@
    SUBDIR += dokuwiki
    SUBDIR += dolibarr
    SUBDIR += dolibarr16
    SUBDIR += dolibarr17
    SUBDIR += dolibarr18
    SUBDIR += dolibarr19
    SUBDIR += dolibarr20

www/dolibarr17/Makefile

deleted100644 → 0
+0 −42
Original line number Diff line number Diff line
PORTNAME=	dolibarr17
DISTVERSION=	17.0.4
PORTREVISION=	1
CATEGORIES=	www finance

MAINTAINER=	acm@FreeBSD.org
COMMENT=	Modern software package to manage your company or foundation
WWW=		https://www.dolibarr.org/

LICENSE=	GPLv3

DEPRECATED=	php81 is the recommended max version for run it
EXPIRATION_DATE=2026-07-31

USE_GITHUB=	yes
GH_ACCOUNT=	${PORTNAME:S/d/D/:S/17//}
GH_PROJECT=	dolibarr
USES=		cpe php:web
USE_PHP=	calendar curl gd intl session
NO_BUILD=	yes
NO_ARCH=	yes
SUB_FILES=	pkg-message
PHP_VER=	82
PLIST_SUB=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}

OPTIONS_DEFINE=		MYSQL PGSQL
OPTIONS_DEFAULT=	PGSQL

MYSQL_USE=		PHP=mysqli
PGSQL_USE=		PHP=pgsql

post-extract:
	${RM} -R ${WRKSRC}/.github
	${RM} ${WRKSRC}/.gitmessage
	${RM} ${WRKSRC}/.stickler.yml
	${RM} ${WRKSRC}/.pre-commit-config.yaml

do-install:
	${MKDIR} ${STAGEDIR}/${WWWDIR}
	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}

.include <bsd.port.mk>

www/dolibarr17/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1708576463
SHA256 (Dolibarr-dolibarr-17.0.4_GH0.tar.gz) = f93e2d797e44918602a472aac227decdff3cb54f597b3aa94f9b102d3318366c
SIZE (Dolibarr-dolibarr-17.0.4_GH0.tar.gz) = 68734481
+0 −21
Original line number Diff line number Diff line
[
{ type: install
  message: <<EOM
Dolibarr 17 was installed

1) Create a user and a database for dolibarr to store all
   its tables in (or choose an existing database).

2) Into web server configuration file you must define webroot to 
   %%WWWDIR%%/htdocs or add a dolibarr alias to it

3) You should now open a browser and go to:

   http://localhost/dolibarr

   and follow the installer instructions

4) Enjot it
EOM
}
]
Loading