Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.7.0_7 08 Jul 2024 05:08:30 |
Jason E. Hale (jhale) |
*/*: Chase security/libassuan shlib bump |
3.7.0_6 26 Aug 2023 21:03:32 |
Po-Chuan Hsieh (sunpoet) |
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket) |
3.7.0_6 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
3.7.0_5 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
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) |
3.7.0_5 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 ) |
3.7.0_5 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
3.7.0_5 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
3.7.0_5 10 Sep 2021 21:17:45 |
Bernhard Froehlich (decke) |
mail/sylpheed: Add CPE information
Approved by: portmgr (blanket) |
3.7.0_5 06 Jun 2021 10:41:40 |
Emanuel Haupt (ehaupt) |
mail/sylpheed: Add missing dependency
PR: 256378 (based on)
Notified by: stage-qa
MFH: 2021Q1 |
3.7.0_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.7.0_4 03 Jul 2020 15:44:35 |
ehaupt |
Provide a patch to support SNI.
This has been discussed upstream:
https://sylpheed.sraoss.jp/redmine/issues/306
While here:
- remove extra space after URL
- use options helpers
Obtained from: OpenBSD |
3.7.0_3 08 Nov 2019 14:18:06 |
tobik |
mail: Add missing USES={gnome,php} |
3.7.0_3 09 Oct 2019 12:06:22 |
bapt |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
3.7.0_3 24 Sep 2019 21:39:07 |
rene |
mail/sylpheed: remove optional support for expired jpilot link. |
3.7.0_3 09 Mar 2019 07:59:07 |
ehaupt |
- Fix packing list with DOCS=off
- Pacify portlint
PR: 236388
Submitted by: fixer@bsdmail.com |
3.7.0_2 19 Mar 2018 06:03:16 |
yuri |
devel/oniguruma: Update to 6.8.1
Only changed the shared object version (forgotten on the previous release). |
3.7.0_1 17 Mar 2018 20:31:20 |
yuri |
devel/oniguruma: Update to 6.8.0
Changelog:
https://github.com/kkos/oniguruma/releases/tag/v6.8.0
Bumping 9 depending ports because oniguruma's interface
actually changed in an incompatible way,
see https://github.com/kkos/oniguruma/issues/79 ,
while the shared library lib/libonig.so.4.0.0 didn't change
the revision number. This is a bug in the upstream release. |
3.7.0 11 Feb 2018 12:22:50 |
ehaupt |
Update to 3.7.0 |
3.6.0_1 12 Nov 2017 14:00:48 |
riggs |
Chase renaming of devel/oniguruma6 to devel/oniguruma
PR: 222869
Reported by: m.bueker@berlin.de |
3.6.0_1 14 Aug 2017 14:14:23 |
ehaupt |
Bump PORTREVISION for onigurama non-default dependency change in previous
commit.
Notified by: mat |
3.6.0 13 Aug 2017 14:09:40 |
ehaupt |
- Change LIB_DEPENDS from devel/oniguruma5 to 6
- PORTREVISION bump is not required since it doesn't affect default package
creation (oniguruma is no default option)
- While here, remove now unrecognized configure option which results in a
warning:
configure: WARNING: unrecognized options: --with-libintl-prefix
PR: 221471
Submitted by: pi |
3.6.0 03 Jul 2017 12:21:43 |
ehaupt |
- Update to 3.6.0
- Extra patch for CA bundle was merged upstream
- Binary is linked against devel/oniguruma5 if ONIGURUMA option is enabled.
Hence it is necessary to be declared as a LIB_DEPENDS instead of
BUILD_DEPENDS.
Changelog: http://sylpheed.sraoss.jp/en/news.html |
3.5.1_1 26 Jun 2017 12:50:00 |
danfe |
Add two missing linefeeds. |
3.5.1_1 15 Mar 2017 14:45:55 |
mat |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight |
3.5.1_1 26 Nov 2016 23:41:17 |
jhale |
Update security/gpgme-* to 1.8.0
In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.
The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module. |
3.5.1 30 Jul 2016 11:09:37 |
ehaupt |
- Update to 3.5.1
- Register LIB_DEPENDS according to selected OPTIONS (prompted by QA scripts) |
3.5.0_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.5.0_1 24 Feb 2016 18:55:57 |
ehaupt |
- Provide an optional patch to hide the OS and GTK signature in the
mail header [1]
- Enable GnuPG support by default to encourage people to use crypto
PR: 207214 [1]
Submitted by: admin@vladiom.com.ua [1] |
3.5.0 25 Jan 2016 18:22:40 |
ehaupt |
Update to 3.5.0 |
3.4.3_1 03 Sep 2015 12:14:25 |
ehaupt |
Updated patch to fix breakage on platforms with a 64 bit time_t. This fixes a
regression that was introduced with r391392.
PR: 202832
Submitted by: yamagi@yamagi.org |
3.4.3 06 Jul 2015 11:08:00 |
ehaupt |
Update to 3.4.3 |
3.4.2_3 06 Jul 2015 07:14:30 |
ehaupt |
Provide fix for sigbus on ARM caused by unaligned access.
PR: 200053
Submitted by: mikael.urankar@gmail.com, usenet@ulrich-grey.de |
3.4.2_2 25 Mar 2015 11:41:18 |
marino |
mail category: Remove $PTHREAD_LIBS
Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests. The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week. It's a forward
action to submit a PR against mail/sendmail.
* antivirus-milter (CP)
* dk-milter (CP)
* milter-regex (CP)
* sendmail (CP, QA)
approved by: PTHREAD blanket |
3.4.2_2 16 Feb 2015 18:25:17 |
ehaupt |
- Use new options helpers
- Provide an option to include CA bundle for certificate verification
- Provide an option to depend on curl. Curl is required to check for remote
updates. Enable this by default because the user expects this menu point to
work but give users an option to explicitly disable.
- Don't quiesce INSTALL_* commands |
3.4.2_1 06 Jan 2015 09:38:40 |
ehaupt |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt |
3.4.2_1 27 Oct 2014 09:30:59 |
ehaupt |
Remove usage of @dirrm |
3.4.2_1 08 Oct 2014 14:26:26 |
ehaupt |
Remove @dirrm, @dirrmtry |
3.4.2_1 30 Aug 2014 21:02:24 |
ehaupt |
Use install-strip install target. |
3.4.2_1 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
3.4.2 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
3.4.2 11 Jun 2014 13:49:48 |
ehaupt |
- Update to 3.4.2
- USES -> libtool |
3.4.1 07 Apr 2014 09:05:46 |
ehaupt |
Update to 3.4.1
PR: 188334
Submitted by: Denis Generalov <gd.workbox@gmail.com> |
3.3.1 14 Mar 2014 10:15:52 |
ehaupt |
Convert USE_BZIP2=yes to USES=tar:bzip2 |
3.3.1 07 Mar 2014 09:46:25 |
ehaupt |
- Update to 3.3.1
- Define LICENSE |
3.3.0_3 12 Feb 2014 19:24:14 |
ehaupt |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target. |
3.3.0_3 18 Dec 2013 15:06:19 |
ehaupt |
Use new LIB_DEPENDS regime |
3.3.0_3 24 Oct 2013 15:11:40 |
ehaupt |
Support staging. |
3.3.0_3 22 Oct 2013 13:56:27 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with m)
Approved by: portmgr (bdrewery) |
3.3.0_3 20 Oct 2013 19:20:16 |
jhale |
- Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
to what the author intended. This effectively rolls the version
number backwards, but should prevent future unneccesary version
bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports |
3.3.0_2 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
3.3.0_2 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
03 Sep 2013 06:36:42
|
bapt |
Add an explicit dependency on pkgconf |
3.3.0_2 24 Jul 2013 08:19:07 |
ehaupt |
Remove MAKE_JOBS_SAFE which is now default. |
3.3.0_2 23 Jul 2013 08:48:05 |
tijl |
- Since gtkspell uses enchant which supports several spellchecking
backends the dependency on aspell isn't necessary anymore.
- Also remove dependency on pinentry-gtk2 to allow users to install one of
the other pinentry ports.
- Remove bsd.openssl.mk hack.
PR: 180716
Approved by: ehaupt (maintainer) |
3.3.0_1 08 Jul 2013 18:42:16 |
ehaupt |
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header |
3.3.0_1 08 May 2013 12:24:27 |
ehaupt |
Mark MAKE_JOBS_SAFE |
3.3.0_1 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
3.3.0_1 23 Apr 2013 10:26:09 |
ehaupt |
Convert to USES=gettext |
3.3.0_1 29 Mar 2013 23:46:31 |
ehaupt |
This port now needs textproc/aspell to build. |
3.3.0 15 Jan 2013 13:40:29 |
ehaupt |
- Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header |
3.3.0 09 Nov 2012 22:52:07 |
ehaupt |
Update to 3.3.0
PR: 173510
Submitted by: Denis Generalov <gd@rambler-co.ru>
Feature safe: yes |
3.2.0 03 Nov 2012 18:01:23 |
ehaupt |
Restore 'Created by' header information. This has been removed during the
first announcement of the new trimming rule and the finalized overworked
version.
Feature safe: yes |
3.2.0 08 Sep 2012 13:32:27 |
ehaupt |
- Use OPTIONSng
- Remove deprecated header information |
3.2.0 28 Jul 2012 15:57:56 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
3.2.0 29 Jun 2012 09:16:02 |
ehaupt |
Update to 3.2.0 |
3.1.4_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.1.4 01 May 2012 10:37:48 |
ehaupt |
Update to 3.1.4
PR: 167376
Submitted by: Denis Generalov <gd@rambler-co.ru> |
3.1.3 01 Mar 2012 11:52:15 |
ehaupt |
Update to 3.1.3
PR: 165575
Submitted by: Denis Generalov <gd@rambler-co.ru> |
3.1.2 30 Sep 2011 20:11:28 |
ehaupt |
Update to 3.1.2 |
3.1.1_2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
3.1.1_2 22 Aug 2011 08:40:17 |
ehaupt |
Move mail/sylpheed3 to mail/sylpheed. |
1.0.6_9 27 Jul 2011 11:40:01 |
ehaupt |
Mark DEPRECATED with an expiration time of one month. |
1.0.6_9 27 Jul 2011 09:35:51 |
ehaupt |
Take maintainership.
Approved by: oliver (maintainer) |
1.0.6_9 21 Jul 2011 12:43:39 |
jlaffaye |
- Chase gpgme shared lib bump.
- Add an entry to UPDATING
Reviewed by: tabthorpe |
1.0.6_9 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
1.0.6_9 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.0.6_8 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.0.6_7 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.0.6_6 15 Jul 2009 16:47:45 |
wxs |
- Chase security/gpgme update.
Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the
following ports require a patch to use the new gpgme correctly:
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim4
deskutils/kdepim4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
finance/qhacc
mail/mutt-devel
net-im/ayttm
net-im/centericq
net-im/centerim
net-im/centerim-devel
security/openvas-libnasl
These patches were submitted by various people and documented in ports/135911.
PR: ports/135911 |
1.0.6_5 12 Jun 2008 14:41:25 |
oliver |
fix NOPORTDOCS installation
Noted by: itetcu |
1.0.6_5 06 Jun 2008 13:43:09 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.0.6_4 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.0.6_4 24 Mar 2008 13:03:55 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
1.0.6_4 01 Mar 2008 13:37:04 |
oliver |
change MASTER_SITES |
1.0.6_4 13 Sep 2007 16:43:24 |
obrien |
Prefer the international version. |
1.0.6_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0.6_3 25 Sep 2006 03:03:06 |
mezz |
Chase pilot-link's shared library version bump. Bump the PORTREVISION. As for
the PRs, I shall chase and close a few of them.
Pointyhat: ijliao |
1.0.6_2 13 Sep 2006 21:24:20 |
lofi |
Update gpgme to 1.1.2, chase dependencies. |
1.0.6_1 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
1.0.6_1 07 Apr 2006 12:17:40 |
oliver |
fix MASTER_SITES |
1.0.6_1 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
1.0.6 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.0.6 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.6 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.0.6 08 Nov 2005 21:40:58 |
oliver |
update to 1.0.6 |
1.0.5_1 05 Nov 2005 19:13:52 |
oliver |
Chase gpgme update
Bump PORTREVISION
Pointy hat to: lofi |
1.0.5 29 Jul 2005 16:06:48 |
oliver |
switch NO_LATEST_LINK since sylpheed 2.0 is the new stable branch |
1.0.5 17 Jun 2005 22:45:27 |
oliver |
update to 1.0.5 |
1.0.4 07 Apr 2005 18:32:54 |
oliver |
remove etc/sylpheed-mime.types
Noted by: pointyhat |