Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.101_2 23 Sep 2024 23:29:42
    |
Daniel Engberg (diizzy)  |
devel/msitools: Remove libtool as dependency
Not used in project
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
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) |
0.101_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
0.101_2 26 Aug 2022 17:02:25
    |
Tobias C. Berner (tcberner)  |
framework: switch tree to using vala.mk
PR: 249940 |
0.101_2 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
0.101_1 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.101 07 Sep 2021 23:00:31
    |
Romain Tartière (romain)  Author: Daniel Engberg |
devel/msitools: Fix build and minor tweaks
PR: 258333 |
0.101 10 Aug 2021 00:39:46
    |
Romain Tartière (romain)  |
devel/msitools: Update to 0.101 |
0.100 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.100 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.100 10 Mar 2020 11:39:42
  |
bapt  |
Remove useless dependency on bison
base byacc is perfectly able to deal with this port |
0.100 07 Jan 2020 20:16:33
  |
romain  |
New port: devel/msitools
msitools is a set of programs to inspect and build Windows Installer (.MSI)
files. It is based on libmsi, a portable library to read and write .MSI files.
libmsi in turn is a port of (and a subset of) Wine's implementation of the
Windows Installer.
msitools plans to be a solution for packaging and deployment of cross-compiled
Windows applications.
WWW: https://wiki.gnome.org/msitools |