Commit 194a7617 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/dolibarr18: Remove expired port

2026-07-31 www/dolibarr18: php81 is the recommended max version for run it
parent dff69f16
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5532,3 +5532,4 @@ net-mgmt/py-pyIOSXR|net-mgmt/py-napalm|2026-07-31|Has expired: Upstream inactive
www/dolibarr17||2026-07-31|Has expired: php81 is the recommended max version for run it
www/py-django-configurations|www/py-django-configurator|2026-07-31|Has expired: Upstream no longer active, project is abandoned, please use www/py-django-configurator instead
www/dolibarr16||2026-07-31|Has expired: php81 is the recommended max version for run it
www/dolibarr18||2026-07-31|Has expired: php81 is the recommended max version for run it
+0 −1
Original line number Diff line number Diff line
@@ -154,7 +154,6 @@
    SUBDIR += dojo
    SUBDIR += dokuwiki
    SUBDIR += dolibarr
    SUBDIR += dolibarr18
    SUBDIR += dolibarr19
    SUBDIR += dolibarr20
    SUBDIR += dolibarr21

www/dolibarr18/Makefile

deleted100644 → 0
+0 −41
Original line number Diff line number Diff line
PORTNAME=	dolibarr18
DISTVERSION=	18.0.10
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/18//}
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/dolibarr18/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1781838920
SHA256 (Dolibarr-dolibarr-18.0.10_GH0.tar.gz) = 67c947855ece61f23b7f6698c9cfdd5bdface39bd2812477dd6050742d391e0c
SIZE (Dolibarr-dolibarr-18.0.10_GH0.tar.gz) = 69565854
+0 −21
Original line number Diff line number Diff line
[
{ type: install
  message: <<EOM
Dolibarr 18 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