Skip to content
Snippets Groups Projects
Commit 32c64ef1 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/dolibarr15: Remove expired port:

2023-04-30 www/dolibarr15: No support PHP >= 8.x
parent f094919c
No related branches found
No related tags found
No related merge requests found
......@@ -17914,3 +17914,4 @@ www/moodle39||2023-04-30|Has expired: Requires php74 which has been removed from
sysutils/u-boot-utilite||2023-04-30|Has expired: This port depends on the long time unsupported upstream devel/arm-none-eabi-gcc492
sysutils/py-psutil121|sysutils/py-psutil|2023-04-30|Has expired: Use sysutils/py-psutil instead
www/dolibarr13||2023-04-30|Has expired: No support PHP >= 8.x
www/dolibarr15||2023-04-30|Has expired: No support PHP >= 8.x
......@@ -116,7 +116,6 @@
SUBDIR += dokuwiki
SUBDIR += dolibarr
SUBDIR += dolibarr14
SUBDIR += dolibarr15
SUBDIR += dolibarr16
SUBDIR += domoticz
SUBDIR += dooble
......
PORTNAME= dolibarr15
DISTVERSION= 15.0.3
CATEGORIES= www finance
MAINTAINER= acm@FreeBSD.org
COMMENT= Modern software package to manage your company or foundation
WWW= https://www.dolibarr.org/
DEPRECATED= No support PHP >= 8.x
EXPIRATION_DATE=2023-04-30
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME:S/d/D/:S/15//}
GH_PROJECT= dolibarr
USES= cpe php:web
USE_PHP= calendar curl gd intl session
NO_BUILD= yes
NO_ARCH= yes
SUB_FILES= pkg-message
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>
TIMESTAMP = 1664691220
SHA256 (Dolibarr-dolibarr-15.0.3_GH0.tar.gz) = b145a38f56c44b166721d64909fb12408c6d10d08fcf74d2c00418a60201cc9d
SIZE (Dolibarr-dolibarr-15.0.3_GH0.tar.gz) = 64190012
[
{ type: install
message: <<EOM
Dolibarr 15 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
}
]
Dolibarr ERP & CRM is a modern software package to manage your organization's
activity (contacts, suppliers, invoices, orders, stocks, agenda)
It's an Open Source Software (written in PHP language) designed for small,
medium or large companies, foundations and freelances.
You can freely use, study, modify or distribute it according to its Free
Software licence.
You can use it as a standalone application or as a web application to be able
to access it from the Internet or a LAN.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment