Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.83_1 29 Dec 2015 17:48:19
  |
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) |
3.0.83_1 20 Oct 2015 04:25:45
  |
koobs  |
editors/sublime3: Fix opening filepaths with spaces
Sublime 3 contains a wrapper script at /usr/local/bin/sublime to ensure that
/dev/shm is set up correctly, and it's currently passing arguments to the
real binary incorrectly.
It currently causes sublime to incorrectly open any file where the path
contains a space.
- Modify sublime.in to open filepaths with spaces correctly
- Bump PORTREVISION
While I'm here:
- Sort USES
- Group USE{S} lines
- Pet portlint (make patch `makepatch` compliant)
PR: 203783
Submitted by: Miguel <miguelmclara gmail com> (maintainer)
MFH: 2015Q4 |
3.0.83 30 Mar 2015 16:07:22
  |
pawel  |
- Update to version 3.0.83 [1]
- Fix COMMENT
PR: 198890 [1]
Submitted by: miguelmclara@gmail.com (maintainer) [1] |
3.0.65_3 08 Feb 2015 20:40:42
  |
pi  |
editors/sublime3: change the path in the .desktop from absolute to relative
Submitted by: jbeich |
3.0.65_3 08 Feb 2015 18:52:48
  |
pi  |
editors/sublime3: patch .desktop file and add check for /dev/shm link
PR: 197381
Submitted by: miguelmclara@gmail.com (maintainer) |
3.0.65_2 30 Nov 2014 23:51:37
  |
rodrigc  |
Change dependency to Centos 6. Sublime does not work
with the libraries in Fedora 10.
Reviewed by: xmj |
3.0.65_1 26 Nov 2014 23:46:38
  |
robak  |
editors/sublime3: various fixes
- Fix desktop file and icons
- Add gtk2 dependency
- Fix pkg-plist (remove unneeded files and and /Icons needed for the
Title/taskbar)
- Remove "STRIP" in the Makefile
- Remove "@" where except for MKDIR in the Makefile
PR: 194669
Submitted by: Miguel Clara <miguelmclara@gmail.com> |
3.0.65 27 Oct 2014 12:19:13
  |
bapt  |
Cleanup plist |
3.0.65 22 Sep 2014 10:40:01
  |
xmj  |
Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.
This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.
If you want to switch to linux-c6 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6
(Only the first 15 lines of the commit message are shown above ) |