Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.15.9.b.20240913 06 Oct 2024 16:23:34 |
MANTANI Nobutaka (nobutaka) |
mail/wanderlust: Update to the snapshot on 2024-09-13 |
2.15.9.b.20240207_4 04 Jul 2024 21:31:24 |
Joseph Mingrone (jrm) |
Chase major version update of editors/emacs-devel
Bump PORTREVISION of most USES=emacs ports after editors/emacs-devel
major version increased from 30 to 31.
Sponsored by: The FreeBSD Foundation |
2.15.9.b.20240207_3 23 Jun 2024 22:10:50 |
Joseph Mingrone (jrm) |
Chase editors/emacs update to 29.4
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish, yasu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45705 |
2.15.9.b.20240207_2 26 Mar 2024 22:51:47 |
Joseph Mingrone (jrm) |
Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D44492 |
2.15.9.b.20240207_1 11 Feb 2024 14:28:28 |
MANTANI Nobutaka (nobutaka) |
mail/wanderlust: Fix breakage of HTML rendering with updated emacs-w3m |
2.15.9.b.20240207 11 Feb 2024 13:27:32 |
MANTANI Nobutaka (nobutaka) |
mail/wanderlust: Update to the snapshot on 2024-02-07 |
2.15.9.b.20230623_2 27 Jan 2024 22:33:05 |
Joseph Mingrone (jrm) |
*/*: Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D43615 |
2.15.9.b.20230623_1 20 Aug 2023 00:53:11 |
Yasuhiro Kimura (yasu) |
editors/emacs: Update to 29.1
* Update Canna patch to the one for Emacs 29.
* Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and
TREESITTER are ON by default. PGTK and WEBP options are excluded
from nox flavor.
* CARGO option doesn't imply XFT but prevents it. It is caused as a
result of adding pure GTK support (PGTK option).
* OTK options doesn't imply XTF any more. It is also caused as a
result of adding pure GTK support.
* Update NATIVECOMP option so it specifies ahead-of-time compilation
via the configure argument.
* Remove "experimental" from NATIVECOMP_DESC.
* Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS
and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared (Only the first 15 lines of the commit message are shown above ) |
2.15.9.b.20230623 08 Jul 2023 14:59:44 |
MANTANI Nobutaka (nobutaka) |
mail/wanderlust: Update to the snapshot on 2023-06-23 |
2.15.9.b.20221117_7 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.15.9.b.20221117_2 30 Nov 2022 07:06:37 |
Yasuhiro Kimura (yasu) |
editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.
Changes: https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f |
2.15.9.b.20221117_1 23 Nov 2022 11:52:45 |
MANTANI Nobutaka (nobutaka) |
mail/wanderlust: Update to the snapshot on 2022-11-17 |
2.15.9.b.20220904_1 21 Sep 2022 07:48:19 |
Yasuhiro Kimura (yasu) |
editors/emacs: Update to 28.2
* 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 |
2.15.9.b.20220904 17 Sep 2022 15:23:39 |
MANTANI Nobutaka (nobutaka) |
mail/wanderlust: Update to the snapshot on 2022-09-04 |
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) |
2.15.9.b.20220720_1 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 ) |
2.15.9.b.20220720_1 07 Aug 2022 12:40:19 |
MANTANI Nobutaka (nobutaka) |
mail/wanderlust: Update to the snapshot on 2022-07-20 |
2.15.9.b.20220103_1 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 ) |
2.15.9.b.20220103_1 07 Apr 2022 22:12:44 |
Joseph Mingrone (jrm) |
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34781 |
2.15.9.b.20220103 09 Jan 2022 17:16:54 |
MANTANI Nobutaka (nobutaka) |
mail/wanderlust: Update to the snapshot on 2022-01-03 |
2.15.9.b.20211028_2 15 Nov 2021 15:19:58 |
Joseph Mingrone (jrm) |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613 |
2.15.9.b.20211028_1 31 Oct 2021 08:25:00 |
MANTANI Nobutaka (nobutaka) |
mail/wanderlust: Update to the snapshot on 2021-10-28 |
2.15.9.b.20210629_1 01 Oct 2021 22:55:27 |
Joseph Mingrone (jrm) |
*: Chase new major version (29) of editors/emacs-devel
Differential Revision: https://reviews.freebsd.org/D32258 |
2.15.9.b.20210629 18 Sep 2021 16:39:37 |
MANTANI Nobutaka (nobutaka) |
mail/wanderlust: Update to the snapshot on 2021-06-29 |
2.15.9.b.20210312 19 Apr 2021 15:49:57 |
MANTANI Nobutaka (nobutaka) |
mail/wanderlust: Update to the snapshot on 2021-03-12 |
2.15.9.b.20210204_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.15.9.b.20210204_1 26 Mar 2021 00:40:45 |
jrm |
editors/emacs: Update to 27.2
This is a bug-fix release with no new features.
https://www.gnu.org/software/emacs/news/NEWS.27.2
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D27700 |
2.15.9.b.20210204 07 Feb 2021 13:11:06 |
nobutaka |
Update to the snapshot on 2021-02-04. |
2.15.9.b.20210105 07 Jan 2021 14:06:25 |
nobutaka |
Update to the snapshot on 2021-01-05. |
2.15.9.b.20201115 15 Nov 2020 13:39:20 |
nobutaka |
Update to the snapshot on 2020-11-15. |
2.15.9.b.20200124_1 12 Aug 2020 18:30:07 |
jrm |
editors/emacs: Update to version 27.1
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.
Port changes:
- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
deskutils/howm, which now build
Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D23966 |
2.15.9.b.20200124 21 Mar 2020 11:33:10 |
nobutaka |
Update to the snapshot on 2020-01-24. |
2.15.9.b.20190623_3 07 Jan 2020 04:55:40 |
jrm |
editors/emacs-devel: Update to latest master branch commit, 4f2b415
This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.
Submitted by: ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D23012 |
2.15.9.b.20190623_2 01 Sep 2019 15:32:09 |
jrm |
Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIR
This is required after editors/emacs was updated to version 26.3 in
r510281.
Reported by: ashish |
2.15.9.b.20190623_1 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
2.15.9.b.20190623_1 12 Aug 2019 14:18:07 |
nobutaka |
Bump PORTREVISION in accordance with editors/semi update. |
2.15.9.b.20190623 30 Jun 2019 06:39:04 |
nobutaka |
Update to the snapshot on 2019-06-23. |
2.15.9.b.20190406_2 03 May 2019 07:53:16 |
nobutaka |
Update to the snapshot on 2019-04-06. |
2.15.9.b.20180826_2 28 Apr 2019 15:16:51 |
jrm |
Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIR
This should have been done with r499179 when editors/emacs was updated
to version 26.2.
Reported by: nobutaka |
2.15.9.b.20180826_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
2.15.9.b.20180826 10 Nov 2018 16:18:43 |
nobutaka |
Update to the snapshot on 2018/08/26. |
2.15.9.b.20180317_2 10 Jun 2018 16:01:17 |
nobutaka |
- Change lisp directory from EMACS_SITE_LISPDIR to EMACS_VERSION_SITE_LISPDIR.
- Remove EMACS_FLAVORS_EXCLUDE because configure error of www/emacs-w3m
has been fixed.
- Bump PORTREVISION. |
2.15.9.b.20180317_1 31 May 2018 01:18:05 |
jrm |
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html |
2.15.9.b.20180317 23 Mar 2018 16:38:22 |
nobutaka |
- Integrate mail/wanderlust-devel into mail/wanderlust.
- Update to the snapshot on 2018/03/17. |
2.14.0_19 01 Feb 2018 18:03:10 |
jrm |
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506 |
2.14.0_19 12 Sep 2017 15:38:57 |
ashish |
Chase Emacs update |
2.14.0_18 29 Apr 2017 14:50:53 |
jrm |
Chase editors/emacs update to version 25.2
Reported by: des
Approved by: ashish (emacs maintainer), swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10534 |
2.14.0_17 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.14.0_17 10 Oct 2016 13:56:13 |
nobutaka |
- Fix configure error with Emacs 25.
- Remove xemacs-related files and code that are no longer used. |
2.14.0_17 08 Oct 2016 20:59:21 |
antoine |
Mark BROKEN: fails to configure
cannot open /usr/ports/mail/wanderlust/files/wanderlust-startup.emacs25.el.tmpl:
No such file or directory
Reported by: pkg-fallout
MFH: 2016Q4 |
2.14.0_17 17 Jun 2016 23:28:05 |
mat |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight |
2.14.0_17 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
2.14.0_17 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.14.0_17 07 Jan 2016 16:57:22 |
pawel |
- Remove deprecated @dirrm's from pkg-plist
- Add NO_ARCH
- DOCS is default, no need to set it
- Use options helper
PR: 205847
Submitted by: myself
Approved by: maintainer |
2.14.0_17 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
2.14.0_17 27 Apr 2015 10:29:28 |
ashish |
- Chase GNU Emacs updates
PR: 199553 |
2.14.0_16 30 Mar 2015 22:39:27 |
bapt |
Remove dead RINGSERVER |
2.14.0_16 05 Nov 2014 13:19:32 |
ashish |
- Chase GNU Emacs updates
PR: 194624 |
2.14.0_15 30 Jun 2014 20:12:30 |
bapt |
Removed unmaintained upstream xemacs ports and dependencies |
2.14.0_15 29 Jun 2014 14:26:41 |
antoine |
Allow installing in a world WITHOUT_INFO |
2.14.0_15 28 Jun 2014 08:58:37 |
nobutaka |
Support staging.
Integrate pkg-plist.emacs* files into pkg-plist.emacs. |
2.14.0_15 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
2.14.0_15 30 Mar 2013 05:13:30 |
ashish |
GNU Emacs updates
editors/emacs:
- Update to 24.3
- Update CANNA patchset[1]
- Unbreak ARM support by using the patch from emacs-devel port
- Add missing INSTALLS_ICONS[2]
- Remove a patch which is already integrated upstream
- Fix Makefile header
editors/emacs-devel:
- Update to bzr revision 112178
- Fix Makefile header
- Add missing INSTALLS_ICONS[2]
(Only the first 15 lines of the commit message are shown above ) |
2.14.0_14 05 Sep 2012 15:10:13 |
nobutaka |
Fix build error with emacs24.
Submitted by: ashish |
2.14.0_14 04 Sep 2012 17:05:44 |
ashish |
Chase Emacs updates |
2.14.0_13 01 Aug 2012 16:50:16 |
ashish |
- Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi |
2.14.0_12 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.14.0_11 22 Feb 2012 13:31:32 |
ashish |
- Chase Emacs updates
PR: ports/165082 |
2.14.0_10 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
2.14.0_10 17 Oct 2011 06:01:31 |
ashish |
- Chase editors/emacs update |
2.14.0_9 07 Sep 2011 20:21:30 |
ashish |
Chase editors/emacs update |
2.14.0_8 27 Aug 2011 22:22:57 |
ashish |
Chase editors/emacs update.
PR: ports/160196 |
2.14.0_7 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
2.14.0_7 18 Jul 2010 05:59:19 |
nobutaka |
Fix dependency conflict of wanderlust-emacs22. |
2.14.0_7 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.14.0_6 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.14.0_5 27 Jan 2010 16:31:10 |
nobutaka |
Fix build error with emacs23.
Submitted by: bsam |
2.14.0_5 20 Dec 2009 20:19:24 |
bsam |
Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!). [1]
Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.
Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.
Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: (Only the first 15 lines of the commit message are shown above ) |
2.14.0_5 12 Oct 2009 13:53:25 |
nobutaka |
Set CONFLICTS. |
2.14.0_5 26 Sep 2009 11:35:32 |
nobutaka |
Fix dependency error for wanderlust-emacs21.
Feature safe: yes |
2.14.0_5 26 Sep 2009 11:00:14 |
nobutaka |
Change dependency on editors/bitmap to mail/x-face-e21.
Suggested by: ume
Feature safe: yes |
2.14.0_4 23 Sep 2009 15:50:35 |
nobutaka |
Fix compatibility issue with flim-1.14.9.
Feature safe: yes |
2.14.0_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.14.0_2 21 Feb 2009 23:54:50 |
nobutaka |
Add build support for emacs-devel.
Submitted by: kuriyama |
2.14.0_2 27 Aug 2008 12:10:13 |
nobutaka |
Fix pkg-plist.* for NOPORTDOCS.
Reported by: QAT |
2.14.0_2 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) |
2.14.0_1 04 Aug 2007 09:56:38 |
nobutaka |
Correct RUN_DEPENDS on editors/bitmap for emacs22. |
2.14.0_1 29 Jul 2007 09:04:29 |
nobutaka |
Remove EMACS_PORT_NAME to use default setting in bsd.emacs.mk.
Submitted by: ume |
2.14.0_1 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}. |
2.14.0 10 Jul 2006 03:19:24 |
nobutaka |
Add emacs-devel support.
PR: ports/99915
Submitted by: Toni Schmidbauer <toni@stderror.at> |
2.14.0 09 Jul 2006 17:15:52 |
nobutaka |
Fix MASTER_SITES.
Reported by: fenner's distfile survey |
2.14.0 28 Jan 2006 02:11:36 |
linimon |
- Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports. [1]
- Allow building a port as root using an NFS-mounted /usr/ports if the
server maps root to a UID other than root. [2]
- Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
status rather than success. [3]
- Improve behavior when dealing with versioned dependencies. [4]
- Fix false positives in check-conflicts target. [5]
- Remove obsolete bzip2 code. [6]
(Only the first 15 lines of the commit message are shown above ) |
2.14.0 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
2.14.0 27 Nov 2005 16:02:43 |
nobutaka |
- Fix build of wanderlust-xemacs21-mule with apel in xemacs-packages.
- Fix build of wanderlust-xemacs21-mule with WRKDIRPREFIX. [*]
Reported by: kris [*] |
2.14.0 04 Apr 2005 14:46:14 |
nobutaka |
Update to 2.14.0. |
2.12.2 20 Feb 2005 16:21:59 |
nobutaka |
Update to 2.12.2. |
2.12.0 24 Dec 2004 19:12:32 |
nobutaka |
Update to 2.12.0. |
2.10.1 25 Mar 2004 13:32:31 |
nobutaka |
Add SIZE to distinfo.
Submitted by: trevor |
2.10.1 13 Jul 2003 13:45:00 |
nobutaka |
Update to 2.10.1. |
2.10.0_1 22 Feb 2003 14:25:38 |
nobutaka |
De-pkg-comment. |