Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.2 02 Nov 2024 23:27:38 |
Yasuhiro Kimura (yasu) |
devel/magit*: Update to 4.1.2
ChangeLog: https://github.com/magit/magit/blob/v4.1.2/CHANGELOG |
4.1.1 01 Oct 2024 23:47:27 |
Yasuhiro Kimura (yasu) |
devel/magit*: Update to 4.1.1
ChangeLog: https://github.com/magit/magit/blob/v4.1.1/CHANGELOG |
4.1.0 10 Sep 2024 06:46:16 |
Yasuhiro Kimura (yasu) |
devel/{magit,magit-devel}: Update to 4.1.0
ChangeLog: https://github.com/magit/magit/blob/v4.1.0/CHANGELOG |
4.0.0 16 Aug 2024 07:17:32 |
Yasuhiro Kimura (yasu) |
devel/{magit,magit-devel}: Update to 4.0.0
Remove LIBEGIT2 option as support of libegit2 is dropped.
ReleaseNotes: https://github.com/magit/magit/blob/main/docs/RelNotes/4.0.0.org |
3.3.0_15 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 |
3.3.0_14 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 |
3.3.0_13 01 Jun 2024 09:21:01 |
Yasuhiro Kimura (yasu) |
*/*: Fix build when PDF option is enabled
When PDF option is enabled PDF file is generated from Texinfo source
file with texi2pdf, and the command is invoked with '--clear'
option. When the command is invoked with the option, however, it
returns non-zero value even if conversion is (or, at least seems to
be) successful. As a result build of ports fails when the option is
enabled. The command returns zero value if it is invoked without the
option. So fix build by patching Makefile of source tree.
While I'm here, replace CONFLICTS in devel/{forge,forge-devel/Makefile
with CONFLICTS_INSTALL as neither of them interfere with build of the
other. |
3.3.0_13 28 May 2024 22:01:54 |
Muhammad Moinur Rahman (bofh) |
devel/magit: Mark BROKEN for PDF option
Silently fails to build when PDF is enabled
Approved by: portmgr (blanket)
Sponsored by: Nepustil |
3.3.0_13 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 |
3.3.0_12 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 |
3.3.0_11 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 ) |
3.3.0_10 13 May 2023 07:41:48 |
Yasuhiro Kimura (yasu) |
devel/magit: Fix build
Fix build after recent update of devel/transient and
editors/with-editor. |
3.3.0_10 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.3.0_5 19 Dec 2022 14:44:58 |
Muhammad Moinur Rahman (bofh) |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket) |
3.3.0_5 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 |
3.3.0_4 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 |
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.3.0_3 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.3.0_3 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.3.0_3 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 |
3.3.0_2 20 Feb 2022 23:30:31 |
Yasuhiro Kimura (yasu) |
devel/magit: Add PDF option and change DOCS option
* Add new option PDF. If it is enabled PDF documents are built and
installed.
* Change DOCS option so HTML documents and release notes are installed
if it is enabled. |
3.3.0_1 15 Nov 2021 15:19:58 |
Joseph Mingrone (jrm) |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613 |
3.3.0 06 Oct 2021 02:42:48 |
Yasuhiro Kimura (yasu) |
devel/magit: Update to 3.3.0
* Switch to DISTVERSION
* Mark MAKE_JOBS_UNSAFE as parallel build fails if Emacs is built with
native compilation enabled
ReleaseNotes: https://github.com/magit/magit/blob/master/Documentation/RelNotes/3.3.0.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32309 |
3.2.1_2 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 |
3.2.1_1 28 Sep 2021 05:13:33 |
Yasuhiro Kimura (yasu) |
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170 |
3.2.1_1 17 Aug 2021 05:48:09 |
Guangyuan Yang (ygy) Author: Yasuhiro Kimura |
devel/magit: Update to 3.2.1
PR: 257895 |
3.2.1 09 Aug 2021 03:16:32 |
Guangyuan Yang (ygy) Author: Yasuhiro Kimura |
devel/magit: Update to 3.2.1
Changelog: https://github.com/magit/magit/blob/master/Documentation/RelNotes/3.2.1.org
PR: 257690 |
3.2.0 01 Aug 2021 20:18:25 |
Li-Wen Hsu (lwhsu) Author: Yasuhiro Kimura |
devel/magit: Update to 3.2.0.
Release Notes:
https://github.com/magit/magit/blob/v3.2.0/Documentation/RelNotes/3.2.0.org
PR: 257542 |
3.1.1 02 Jul 2021 10:28:12 |
Fernando ApesteguÃa (fernape) |
devel/magit: Update to 3.1.1
ChangeLog: https://github.com/magit/magit/releases/tag/v3.1.1
PR: 256929
Reported by: yasu@utahime.org (maintainer) |
3.0.0 30 May 2021 21:17:45 |
Guangyuan Yang (ygy) Author: Yasuhiro Kimura |
devel/magit: Update to 3.0.0
- Pet portclippy
- Reformat Makefile with portfmt
PR: 256153
Submitted by: Yasuhiro Kimura <yasu@utahime.org> (maintainer)
Approved by: lwhsu (mentor) |
2.90.1_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.90.1_5 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.90.1_4 13 Jan 2021 22:23:21 |
jrm |
New port, devel/magit-devel: Git interface for Emacs (devel version)
PR: 251148
Submitted by: Yasuhiro Kimura <yasu@utahime.org> (maintainer) |
2.90.1_4 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.90.1_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.90.1_2 25 Nov 2019 22:14:35 |
brooks |
Restore RUN_DEPENDS on devel/git accidentally removed in r518154
PR: 242185
Reported by: Yasuhiro KIMURA <yasu@utahime.org> |
2.90.1_1 22 Nov 2019 17:25:07 |
brooks |
Enable subversion support by default and remove git-subversion.
Without PROVIDES/REQUIRES support, ports must depend on exactly one git
port/pkg. Subversion is currently FreeBSD's primiary version control
system and it is widely used with git so it makes sense to enable it by
default and provide a consistent user experience.
Approved by: garga
Differential Revision: https://reviews.freebsd.org/D22496 |
2.90.1_1 01 Sep 2019 23:45:39 |
jrm |
Bump PORTREVISION for more ports using EMACS_VERSION_SITE_LISPDIR
This is required after editors/emacs was updated to version 26.3 in
r510281. Some of these ports were missed in r510696. |
2.90.1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
2.90.1 23 Nov 2018 14:51:38 |
swills |
devel/magit: Update to 2.90.1
PR: 233256
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
2.90.0 10 Nov 2018 19:54:46 |
jrm |
devel/magit: Update to version 2.90.0
PR: 233081
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>, maintainer |
2.13.0_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.13.0 03 Nov 2018 09:30:15 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.13.0 05 Jun 2018 13:42:17 |
tz |
devel/magit: Update from 2.12.1 to 2.13.0
Changelog:
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.13.0.txt
PR: 228717
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: Yasuhiro KIMURA (maintainer) |
2.12.1_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.12.1 02 Apr 2018 21:19:52 |
jrm |
devel/magit: Update to version 2.12.1
Upstream changes:
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.12.1.txt
PR: 227141
Submitted by: yasu@utahime.org (maintainer) |
2.11.0_1 24 Feb 2018 18:01:40 |
antoine |
Revert r462854 and r462855 and unbreak
With hat: portmgr |
2.11.0_1 24 Feb 2018 17:38:03 |
olgeni |
devel/magit: unbreak build with flavors. |
2.11.0_1 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.11.0 15 Sep 2017 17:37:02 |
rakuco |
Update to 2.11.0.
Also fix LICENSE and add LICENSE_FILE.
PR: 222292
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
2.10.3_1 12 Sep 2017 15:38:57 |
ashish |
Chase Emacs update |
2.10.3 29 Aug 2017 05:23:24 |
pi |
devel/magit: submitter becomes maintainer, pet portlint
PR: 221186
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: kuriyama (maintainer timeout) |
2.10.3 01 Aug 2017 20:45:57 |
matthew |
Update to 2.10.3.
PR: 219984
Submitted by: yasu@utahime.org
Approved by: maintainer timeout (+1 month) |
2.8.0_1 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.8.0 04 Nov 2016 15:18:33 |
tz |
devel/magit: Update from 2.7.0 to 2.8.0
Changes: https://emacsair.me/2016/08/21/magit-2.8/
PR: 212142
Submitter: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: pi (mentor) |
2.7.0 06 Jul 2016 18:07:56 |
pi |
devel/magit: 2.5.0 -> 2.7.0
PR: 210383
Changes: https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.6.0.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.6.1.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.6.2.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.7.0.txt
Submitted by: Yasuhiro Kimura <yasu@utahime.org>
Approved by: kuriyama (maintainer timeout) |
2.5.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.5.0 04 Feb 2016 19:53:59 |
pi |
devel/magit: 2.2.0 -> 2.5.0
Changes:
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.2.1.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.2.2.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.3.0.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.3.1.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.4.0.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.4.1.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.5.0.txt
PR: 203678
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: kuriyama (maintainer timeout) |
2.2.0 23 Aug 2015 15:36:07 |
kuriyama |
- Upgrade to 2.2.0.
PR: ports/201938
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
2.1.0 27 Jul 2015 18:30:35 |
amdmi3 |
- Mark broken on 9.x:
xargs: ginstall-info: No such file or directory
Approved by: portmgr blanket |
2.1.0 22 Jul 2015 02:00:24 |
kuriyama |
- Upgrade to 2.1.0.
PR: ports/201654
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
1.4.0_1 28 May 2015 14:27:07 |
mat |
Fix USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
1.4.0_1 27 Apr 2015 10:29:28 |
ashish |
- Chase GNU Emacs updates
PR: 199553 |
1.4.0 14 Apr 2015 02:48:20 |
kuriyama |
- Upgrade to 1.4.0.
PR: ports/199159
Submitted by: Yasuhiro KIMURA <freebsd.org@pob01.utahime.jp> |
1.2.1 19 Nov 2014 21:14:12 |
rakuco |
- Update to 1.2.1.
This is a small bugfix release specifically made for magit to work with
Emacs 24.4 (the port has thus been broken ever since Emacs 24.4 was
committed to the tree).
While here, clean up MASTER_SITES and point to an https domain.
PR: 194843
Approved by: maintainer timeout, portmgr (antoine) |
1.2.0_3 05 Nov 2014 13:19:32 |
ashish |
- Chase GNU Emacs updates
PR: 194624 |
1.2.0_2 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
1.2.0_2 01 Jul 2014 17:37:42 |
antoine |
Make those ports more likely to build with texinfo from ports
With hat: portmgr |
1.2.0_2 09 Jun 2014 16:36:44 |
pi |
devel/magit: fix possible 'run dependency on git breakage' with an option
Thanks for Thomas Gellekum <Thomas.Gellekum@gmx.de> for the bug report
and review of the patch.
PR: ports/189494
Submitted-By: Yasuhiro KIMURA (yasu@utahime.org)
Approved-By: maintainer (timeout), mentors (implicit) |
1.2.0_2 05 May 2014 08:05:13 |
pi |
devel/magit: new URL in pkg-descr
Submitted by: Yasuhiro KIMURA
Approved by: jadawin (mentor) |
1.2.0_2 05 May 2014 07:19:50 |
pi |
devel/magit: stagify, fix build and many details
- change elisp directory into ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/magit
- stop installing 50magit.el and add pkg-message to show how to setup instead
- update WWW URL in pkg-descr
- add 'Created by' header in Makefile
- set PKGNAMESUFFIX
- add license information
- add runtime dependency to devel/git
- bump PORTREVISION
PR: ports/182284
Submitted by: Yasuhiro KIMURA
Approved by: kuriyama (maintainer timeout), culot (mentor) |
1.2.0_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.2.0_1 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 ) |
1.2.0 23 Dec 2012 10:14:51 |
kuriyama |
- Upgrade to 1.2.0. |
1.1.1_3 04 Sep 2012 17:05:44 |
ashish |
Chase Emacs updates |
1.1.1_2 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 |
1.1.1_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.1.1 26 Feb 2012 07:11:20 |
kuriyama |
- Upgrade to 1.1.1.
PR: ports/165396
Submitted by: Norberto Lopes <nlopes.ml@gmail.com> |
1.0.0_4 22 Feb 2012 13:31:32 |
ashish |
- Chase Emacs updates
PR: ports/165082 |
1.0.0_3 17 Oct 2011 06:01:31 |
ashish |
- Chase editors/emacs update |
1.0.0_2 07 Sep 2011 20:21:30 |
ashish |
Chase editors/emacs update |
1.0.0_1 27 Aug 2011 22:22:57 |
ashish |
Chase editors/emacs update.
PR: ports/160196 |
1.0.0 27 Mar 2011 11:01:28 |
kuriyama |
- Upgrade to 1.0.0. |
0.8.2 08 Sep 2010 14:09:57 |
kuriyama |
With Magit, you can inspect and modify your Git repositories with
Emacs. You can review and commit the changes you have made to the
tracked files, for example, and you can browse the history of past
changes. There is support for cherry picking, reverting, merging,
rebasing, and other common Git operations.
WWW: http://philjackson.github.com/magit/ |