aboutsummaryrefslogtreecommitdiff
path: root/databases/emacsql
Commit message (Collapse)AuthorAgeFilesLines
* editors/emacs-devel: Update to 2022-11-28 snapshotYasuhiro Kimura2022-11-301-0/+1
| | | | | | Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50. Changes: https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f
* databases/emacsql: Update to 3.1.1Yasuhiro Kimura2022-10-142-4/+4
| | | | Changes: https://github.com/magit/emacsql/compare/3.1.0...3.1.1
* databases/emacsql: Mark MAKE_JOBS_UNSAFEYasuhiro Kimura2022-10-131-0/+1
| | | | | | Paralell build may fail after updated to 3.1.0. Reported by: pkg-fallout
* databases/emacsql: Update to 3.1.0Yasuhiro Kimura2022-10-125-25/+13
| | | | Changes: https://github.com/magit/emacsql/compare/3747260...3.1.0
* editors/emacs: Update to 28.2Yasuhiro Kimura2022-09-211-1/+1
| | | | | | | | | | | | | | * Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied since 28.1. * Tidy up Makefile with portfmt. * Bump PORTREVISION of consumers. ChangeLog: https://www.gnu.org/software/emacs/news/NEWS.28.2 PR: 266454 Exp-run by: antoine Reviewed by: ashish, jrm Differential Revision: https://reviews.freebsd.org/D36613
* databases/emacsql: Update WWWYasuhiro Kimura2022-09-191-1/+1
| | | | Repository is transferred to Magit project.
* databases/emacsql: Update GH_ACCOUNT and distinfoYasuhiro Kimura2022-09-182-4/+4
| | | | | Repository is transferred to Magit project. Don't bump PORTREVISION as only the name of distfile is changed.
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* Emacs ports: Bump PORTREVISION after Emacs 28.1Joseph Mingrone2022-04-071-0/+1
| | | | | | Reviewed by: ashish Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34781
* databases/emacsql: Update to latest snapshotYasuhiro Kimura2022-02-193-24/+29
| | | | | | | | | This fixes runtime error of devel/{forge,forge-devel} While here, pet portlint and portclippy Changes: https://github.com/skeeto/emacsql/compare/3.0.0...3747260 MFH: 2022Q1
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* USES=emacs: Chase package name changesJoseph Mingrone2021-11-151-1/+1
| | | | | PR: 259259 Differential Revision: https://reviews.freebsd.org/D32613
* *: Chase new major version (29) of editors/emacs-develJoseph Mingrone2021-10-011-0/+1
| | | | Differential Revision: https://reviews.freebsd.org/D32258
* */*: Update MAINTAINER address of my ports to that of FreeBSD.orgYasuhiro Kimura2021-09-281-1/+1
| | | | | Approved by: meta (mentor) Differential Revision: https://reviews.freebsd.org/D32170
* databases/emacsql: New port: High-level Emacs Lisp RDBMS front-endYasuhiro Kimura2021-06-028-0/+158
PR: 255958 Approved by: lwhsu (mentor)