Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:49 3.2.2_2 |
Tobias C. Berner (tcberner)  |
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above ) |
25 Oct 2021 12:58:29 3.2.2_2 |
Alexey Dokuchaev (danfe)  |
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names. |
10 Oct 2021 19:44:42 3.2.2_2 |
Baptiste Daroussin (bapt)  |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
23 May 2021 20:41:05 3.2.2_2 |
Lewis Cook (lcook)  Author: Matías Pizarro |
editors/linux-sublime3: Add missing LICENSE file
While here, pet portclippy and portfmt.
PR: 256104 |
22 May 2021 19:05:48 3.2.2_1 |
Neel Chauhan (nc)  Author: Matías Pizarro |
editors/linux-sublime3: Pass maintainership to submitter and add LICENSE
PR: 256090 |
06 Apr 2021 14:31:07 3.2.2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Nov 2019 11:56:33
3.2.2 |
ehaupt  |
Reset maintainership upon maintainers request.
Approved by: Miguel Clara <miguelmclara@gmail.com> (maintainer, via mail) |
15 Nov 2019 09:07:17
3.2.2 |
ehaupt  |
Update to 3.2.2
PR: 241605
Submitted by: james.wright@digital-chaos.com
Approved by: miguelmclara@gmail.com (maintainer, via e-mail) |
08 Nov 2019 10:08:50
3.1.76 |
tobik  |
e*: Add missing USES={gnome,sdl,xorg} |
09 Jun 2018 21:38:38
3.1.76 |
swills  |
editors/linux-sublime3: update to build 3176
PR: 228445
Submitted by: Pedro F. Giffuni <pfg@FreeBSD.org>
Approved by: maintainer timeout (miguelmclara@gmail.com, > 2 weeks) |
11 Mar 2018 13:35:14
3.1.43 |
tobik  |
editors/linux-sublime3: Update to 3.1.43
PR: 222367
Reported by: godevilove@ya.ru
Submitted by: eric@camachat.org
Approved by: miguelmclara@gmail.com (maintainer) |
31 Jan 2017 16:54:22
3.1.26_1 |
tijl  |
- Autodetect the installed linux_base port and use LINUX_DEFAULT only as
a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
Select one list for regular make and all lists for make makesum so linux
ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
lib64 and sbin into symbolic links to the same directory under usr.
This fixes the problem where some programs/libraries exist under / on
FreeBSD and /usr on Linux or vice versa and then depending on the order
of search paths Linux programs may run/load FreeBSD programs/libraries
and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so (Only the first 15 lines of the commit message are shown above ) |
12 Jan 2017 10:44:46
3.1.26_1 |
tijl  |
Make 64 bit Linux packages the default on amd64. |
08 Dec 2016 13:52:39
3.1.26 |
tijl  |
Update to 3.1.26 and add 64-bit support.
PR: 213399
Submitted by: miguelmclara@gmail.com (maintainer) |
07 Sep 2016 12:43:22
3.0.83_2 |
tijl  |
- In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS. Helper variables derived from the loop variable aren't
expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.
PR: 211645
Reported by: jkim |
05 Sep 2016 19:23:42
3.0.83_1 |
tijl  |
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above ) |
29 Dec 2015 17:50:14
3.0.83_1 |
amdmi3  |
- Fix conflicts between linux-sublime and linux-sublime3
Approved by: portmgr blanket |
29 Dec 2015 17:48:19
3.0.83_1 |
amdmi3  |
- Rename editors/sublime3 to editors/linux-sublime3 and add PKGNAMESUFFIX
- Bring port directory and package names in sync
- Resolve PKGBASE conflict with editors/linux-sublime
PR: 205694
Approved by: portmgr blanket (due to PKGBASE conflict) |