mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Update to new major version 13.0.1 Add update hints to pkg-message Add patch for FreeBSD <14 Remove obsolete LUA_PREMK variable Some minor cleanups (portfmt, portclippy) Changelog: https://prosody.im/doc/release/13.0.1 PR: 285896 Approved by: submitter is maintainer
19 lines
769 B
Text
19 lines
769 B
Text
--- GNUmakefile.orig 2025-03-13 13:12:42 UTC
|
|
+++ GNUmakefile
|
|
@@ -35,7 +35,7 @@ install-etc: prosody.cfg.lua.install
|
|
$(MKDIR) $(CONFIG)
|
|
$(MKDIR) $(CONFIG)/certs
|
|
$(INSTALL_DATA) certs/* $(CONFIG)/certs
|
|
- test -f $(CONFIG)/prosody.cfg.lua || $(INSTALL_DATA) prosody.cfg.lua.install $(CONFIG)/prosody.cfg.lua
|
|
+ $(INSTALL_DATA) prosody.cfg.lua.install $(CONFIG)/prosody.cfg.lua.sample
|
|
|
|
install-bin: prosody.install prosodyctl.install
|
|
$(MKDIR) $(BIN)
|
|
@@ -94,6 +94,7 @@ install: install-util install-net install-core install
|
|
$(MKDIR_PRIVATE) $(DATA)
|
|
|
|
install: install-util install-net install-core install-plugins install-bin install-etc install-man install-meta install-data install-loader
|
|
+ $(MAKE) -C tools/migration install
|
|
|
|
clean:
|
|
rm -f prosody.install
|