notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: java/eclipse-pydev/Makefile

Number of commits found: 51

Thursday, 28 Mar 2024
20:14 Michael Zhilin (mizhka) search for other commits by this committer
java/eclipse-pydev: update to 12.0.0

Changelog: https://www.pydev.org/history_pydev.html#release-12-0-0-2024-02-01
commit hash: 999d19077301eb8ffc5c619cd9734ab01670304a commit hash: 999d19077301eb8ffc5c619cd9734ab01670304a commit hash: 999d19077301eb8ffc5c619cd9734ab01670304a commit hash: 999d19077301eb8ffc5c619cd9734ab01670304a 999d190
Monday, 3 Jul 2023
20:53 Michael Zhilin (mizhka) search for other commits by this committer
java/eclipse-pydev: update to 10.2.1

Changelog: https://www.pydev.org/history_pydev.html#release-10-2-1-2023-07-02
commit hash: fc5a2b197ef18c4e0f877afe9c15e9c4b771288d commit hash: fc5a2b197ef18c4e0f877afe9c15e9c4b771288d commit hash: fc5a2b197ef18c4e0f877afe9c15e9c4b771288d commit hash: fc5a2b197ef18c4e0f877afe9c15e9c4b771288d fc5a2b1
Tuesday, 4 Apr 2023
18:10 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor java/openjdk7 removal

- java/openjdk7* has been removed from the tree since 2022-09-03 however
  the relevant codebases in bsd.java.mk has not been removed and the
  consumers has also not been updated to use the next jdk version. This
  commit updates all relevant consumers to use JAVA_VERSION=8 instead of
  JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
  jdk version 8(java version string 1.8). This is prone to error as it
  looks similar and is only seperated by a '.'. Remove using
  JAVA_VERSION with dotted fomat of java version string and update all
  consumers to utilize version 8 instead of 1.8.

Approved by:	portmgr (blanket)
commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 4cda17a
Saturday, 4 Feb 2023
07:16 Michael Zhilin (mizhka) search for other commits by this committer
java/eclipse-pydev: update to 10.1.3

Changelog: https://www.pydev.org/history_pydev.html#release-10-1-3-2023-01-23
commit hash: 9de5a66b4e5334d86dfe56523b1e9ea08e2225a1 commit hash: 9de5a66b4e5334d86dfe56523b1e9ea08e2225a1 commit hash: 9de5a66b4e5334d86dfe56523b1e9ea08e2225a1 commit hash: 9de5a66b4e5334d86dfe56523b1e9ea08e2225a1 9de5a66
Tuesday, 10 Jan 2023
07:54 Michael Zhilin (mizhka) search for other commits by this committer
java/eclipse-pydev: update to 10.1.1

Changelog: https://www.pydev.org/history_pydev.html#release-10-1-1-2023-01-09
commit hash: 3646ce8465bf2efbebefc3ff1f154129347a0eb7 commit hash: 3646ce8465bf2efbebefc3ff1f154129347a0eb7 commit hash: 3646ce8465bf2efbebefc3ff1f154129347a0eb7 commit hash: 3646ce8465bf2efbebefc3ff1f154129347a0eb7 3646ce8
Monday, 12 Dec 2022
07:47 Michael Zhilin (mizhka) search for other commits by this committer
java/eclipse-pydev: update to 10.0.2
commit hash: 411148ba777e41750f8b669339145f74a086b617 commit hash: 411148ba777e41750f8b669339145f74a086b617 commit hash: 411148ba777e41750f8b669339145f74a086b617 commit hash: 411148ba777e41750f8b669339145f74a086b617 411148b
Saturday, 10 Dec 2022
06:46 Michael Zhilin (mizhka) search for other commits by this committer
java/eclipse-pydev: bump to 10.0.1

Release notes:
https://www.pydev.org/history_pydev.html#release-10-0-1-2022-10-28
commit hash: 3e24ca01e06dbe80e5a6a9747554b98f95299990 commit hash: 3e24ca01e06dbe80e5a6a9747554b98f95299990 commit hash: 3e24ca01e06dbe80e5a6a9747554b98f95299990 commit hash: 3e24ca01e06dbe80e5a6a9747554b98f95299990 3e24ca0
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
java: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexander Yerenkow <yerenkow@gmail.com>
  *  Anton Yudin (<contact@toha.org.ua>)
  *  Anton Yudin <toha@toha.org.ua>
  *  Benjamin Close <benjsc@FreeBSD.org>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Conor McDermottroe <ports@mcdermottroe.com>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org
  *  Dave Glowacki <dglo@ssec.wisc.edu>
  *  Ernst de Haan <znerd@FreeBSD.org>
  *  Eugene Grosbein <ports@grosbein.net>
  *  Filippo Natali <filippo@widestore.net>
  *  Gerrit Beine <gerrit.beine@gmx.de>
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jeremy <karlj000@unbc.ca>
  *  Johannes Dieterich <dieterich@ogolem.org>
  *  Johannes Dieterich <jmd@FreeBSD.org>
  *  Jonathan Chen <jonc@chen.org.nz>
  *  Jose Marques
  *  Jose Marques <noway@nohow.demon.co.uk>
  *  Lapo Luchini <lapo@lapo.it>
  *  Lev Serebryakov <lev@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Matthew Dillon <dillon@backplane.com>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Mikhail T. <mi@aldan.algebra.com>
  *  Mikhail T. <michael@fun-box.ru>
  *  Mikhail Teterin
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  OISHI Masakuni <yamasa@bsdhouse.org>
  *  OKAZAKI Tetsurou
  *  Pedro Giffuni
  *  Simeo Reig <reig.simeo@gmail.com>
  *  Sutra Zhou <zhoushuqun@gmail.com>
  *  Tom Judge <tj@FreeBSD.org>
  *  Volker Stolz <vs@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  gldisater@gldis.ca
  *  ijliao
  *  jake@checker.org
  *  jpbeconne
  *  lon_kamikaze@gmx.de
  *  mi
  *  nordwick@xcf.berkeley.edu
  *  nork@FreeBSD.org
  *  olgeni@FreeBSD.org
  *  rasputin
  *  rfarmer@predatorlabs.net
  *  rtdean@cytherianage.net
  *  tux@pinguru.net

With hat:	portmgr
commit hash: 526869d8dc02563825a24d394e1d087334d654cc commit hash: 526869d8dc02563825a24d394e1d087334d654cc commit hash: 526869d8dc02563825a24d394e1d087334d654cc commit hash: 526869d8dc02563825a24d394e1d087334d654cc 526869d
Saturday, 16 Oct 2021
09:51 Jimmy Olgeni (olgeni) search for other commits by this committer
*: fix tab vs. space issues, and comments according to the guide.
commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a 4460cf7
Thursday, 15 Apr 2021
08:31 Tobias Kortkamp (tobik) search for other commits by this committer
Clean up some things

- Remove duplicate variables
- Remove nop variables
- Sort categories
- Remove redundant option descriptions that match the default ones

Reported by:	portscan
commit hash: ffbc3bd9376a3672e16eafddf55b233b8fed1674 commit hash: ffbc3bd9376a3672e16eafddf55b233b8fed1674 commit hash: ffbc3bd9376a3672e16eafddf55b233b8fed1674 commit hash: ffbc3bd9376a3672e16eafddf55b233b8fed1674 ffbc3bd
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 11 Mar 2021
20:55 mizhka search for other commits by this committer
java/eclipse-pydev: resurrect port

This commits resurrects java/eclipse-pydev, updates to latest version and fixes
python version

PR:		254194
Submitted by:	mizhka
Approved by:	lwhsu
Sponsored by:	Postgres Professional
Original commitRevision:568131 
Sunday, 8 Mar 2020
17:01 antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
Original commitRevision:528058 
Sunday, 14 Apr 2019
12:31 pi search for other commits by this committer
java/eclipse-pydev: unbreak after java/eclipse update

- path to BUNDLES_INFO changed

PR:		236792
Original commitRevision:498900 
11:52 pi search for other commits by this committer
java/eclipse-pydev: mark BROKEN after java/eclipse update

- see also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213648

PR:		236792
Original commitRevision:498892 
Tuesday, 12 Dec 2017
18:35 antoine search for other commits by this committer
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Original commitRevision:456181 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Thursday, 5 Nov 2015
12:36 mat search for other commits by this committer
Fix ports that confused the meaning of WRKDIR and WRKSRC.

PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
Original commitRevision:400848 
Sunday, 19 Oct 2014
17:45 mva search for other commits by this committer
- Convert ports from german/, java/, japanese/ and ports-mgmt/ to new
  USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371202 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Friday, 11 Jul 2014
22:14 marino search for other commits by this committer
Update 8 plugins following upgrade to Eclipse 4.3.2

The following plugins must be updated after upgrading Eclipse to
version 4.3.2 because they don't currently work:

  * java/eclipse-datatools  (assign maintainership too)
  * java/eclipse-emf
  * java/eclipse-gef
  * java/eclipse-pydev
  * java/eclipse-webtools
  * java/eclipse-windowbuilder
  * devel/scala-ide
  * devel/subversive

PR:		191798
Submitted by:	Eclipse maintainer (Jimmy Kelly)
Original commitRevision:361590 
Tuesday, 10 Jun 2014
02:45 nivit search for other commits by this committer
- Update to 2.8.2
- Add support for stage dir
- Sort variables
- Remove post-install target
- Remove files/pkg-install.in

Release Notes:	http://pydev.org/history_pydev.html
Original commitRevision:357241 
Monday, 10 Mar 2014
15:21 bapt search for other commits by this committer
Convert j* to USES=zip
Original commitRevision:347771 
Friday, 20 Sep 2013
19:48 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
Original commitRevision:327738 
Wednesday, 28 Aug 2013
13:42 nivit search for other commits by this committer
- Update to 2.8.1
Original commitRevision:325528 
Sunday, 30 Jun 2013
05:16 nivit search for other commits by this committer
- Update to 2.7.5
- Trim Makefile header
- Fix format of WWW field in pkg-descr
Original commitRevision:322073 
Saturday, 21 Jul 2012
12:45 nivit search for other commits by this committer
- Simplify code of files/pkg-install.in, and post-install target

Buildlog:	http://goo.gl/4U6wb
Original commit
Thursday, 19 Jul 2012
21:43 nivit search for other commits by this committer
- Add files/pkg-install.in
- Add a note to pkg-message about the problem of not seeing
  the PyDev perspective
- Bump PORTREVISION
- Remove PLIST_SUB
- Add SUB_LIST, SUB_FILES (for pkg-install)
- Use a different (and ugly) way to update the bundles.info
  file of Eclipse, and make pointyhat happy(http://goo.gl/LVKpz )
  (post-install target)  [1]
- Add an @unexec command to pkg-plist to remove any reference
  to PyDev in bundles.info when you uninstall the package
  (add-plist-post target)

Buildlog:	http://goo.gl/B18L5
Reported by:	pointyhat (via erwin, and beat)  [1]
Original commit
Friday, 13 Jul 2012
22:30 nivit search for other commits by this committer
- Update to 2.6.0
- Add LICENSE (EPL)
- Remove variables already defined in eclipse/Makefile.plugins
- Add option JYTHON (default off)
- Add a pre-install target to generate Python bytecode
- Add instructions to update the bundles.info file, otherwise
  the simple users don't see the installed plugin when running
  Eclipse
- Fix instructions of pkg-message
- Remove pkg-plist (now generated automatically by eclipse/Makefile.plugins)
Original commit
Tuesday, 13 Dec 2011
15:15 nivit search for other commits by this committer
- Update to 2.2.4

Feature safe:   yes
Original commit
Wednesday, 13 Apr 2011
13:19 nivit search for other commits by this committer
- Update to 2.0.0.2011040403
Original commit
Sunday, 27 Feb 2011
15:59 nivit search for other commits by this committer
- Update to 1.6.4.2011010200
Original commit
Wednesday, 17 Nov 2010
14:17 nivit search for other commits by this committer
- Update to 1.6.3.2010100513
Original commit
Saturday, 11 Sep 2010
11:43 nivit search for other commits by this committer
- Update to 1.6.2.2010090812
Original commit
Monday, 30 Aug 2010
19:44 nivit search for other commits by this committer
- Update to 1.6.1.2010080312
Original commit
Sunday, 25 Jul 2010
07:33 nivit search for other commits by this committer
- Update to 1.6.0.2010071813
- Fix installation path (see also PR ports/148669)
Original commit
Sunday, 2 May 2010
20:58 nivit search for other commits by this committer
- Update to 1.5.6.2010033101
- Remove hard-coded version from pkg-plist
- Replace DISTFILES with DISTNAME
- Update WWW site in pkg-descr
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 22 Aug 2009
00:24 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
Original commit
Monday, 3 Aug 2009
20:21 nivit search for other commits by this committer
- Update to 1.4.7.2843
- Add pkg-plist
- Use ${COPYTREE_SHARE} to install files
Original commit
Wednesday, 11 Feb 2009
10:14 nivit search for other commits by this committer
- Update to 1.4.2
Original commit
Thursday, 22 Jan 2009
12:24 nivit search for other commits by this committer
- Update to 1.40
- Remove JAVA_OS, JAVA_VENDOR
Original commit
Thursday, 9 Oct 2008
11:43 nivit search for other commits by this committer
- Update to 1.3.22
Original commit
Thursday, 3 Jul 2008
13:15 nivit search for other commits by this committer
- Update to 1.3.18
Original commit
Friday, 6 Jun 2008
13:38 edwin search for other commits by this committer
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)
Original commit
Wednesday, 21 May 2008
15:59 nivit search for other commits by this committer
- Update to 1.3.17
Original commit
Thursday, 10 Apr 2008
22:09 nivit search for other commits by this committer
- Update to 1.3.15
Original commit
Monday, 31 Mar 2008
22:11 nivit search for other commits by this committer
- Update to 1.3.14

PR:             ports/121966
Submitted by:   Dominic Fandrey <kamikaze at bsdforen.de />
Original commit
Wednesday, 23 Jan 2008
10:33 nivit search for other commits by this committer
PyDev is a plugin that enables users to use Eclipse for Python and Jython
development -- making Eclipse a first class Python IDE -- It comes with
many goodies such as code completion, syntax highlighting, syntax analysis,
refactor, debug and many others.

WWW:    http://pydev.sourceforge.net/
Original commit

Number of commits found: 51