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

www/dolibarr16: Remove expired port

2026-07-31 www/dolibarr16: php81 is the recommended max version for run it
parent c8b136dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5531,3 +5531,4 @@ devel/py-patch|devel/py-patch-ng|2026-07-31|Has expired: Upstream no longer acti
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
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
+0 −1
Original line number Diff line number Diff line
@@ -154,7 +154,6 @@
    SUBDIR += dojo
    SUBDIR += dokuwiki
    SUBDIR += dolibarr
    SUBDIR += dolibarr16
    SUBDIR += dolibarr18
    SUBDIR += dolibarr19
    SUBDIR += dolibarr20

www/dolibarr16/Makefile

deleted100644 → 0
+0 −41
Original line number Diff line number Diff line
PORTNAME=	dolibarr16
DISTVERSION=	16.0.5
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/16//}
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

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

.include <bsd.port.mk>

www/dolibarr16/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1680476624
SHA256 (Dolibarr-dolibarr-16.0.5_GH0.tar.gz) = c8298342558e62b955a6f4c01fedb6a187b2e0c0b2c1681a97158ca979f9304f
SIZE (Dolibarr-dolibarr-16.0.5_GH0.tar.gz) = 62506388
+0 −21
Original line number Diff line number Diff line
[
{ type: install
  message: <<EOM
Dolibarr 16 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