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: x11/sterm/distinfo

Number of commits found: 20

Thursday, 21 Mar 2024
11:45 Piotr Kubaj (pkubaj) search for other commits by this committer
x11/sterm: update to 0.9.1
commit hash: 08b6deebe29edb1e284d001e7cf6a498db93f726 commit hash: 08b6deebe29edb1e284d001e7cf6a498db93f726 commit hash: 08b6deebe29edb1e284d001e7cf6a498db93f726 commit hash: 08b6deebe29edb1e284d001e7cf6a498db93f726 08b6dee
Thursday, 13 Oct 2022
09:56 Piotr Kubaj (pkubaj) search for other commits by this committer
x11/sterm: update the optional patches
commit hash: efd7fd5455eed9b47351fcc33fb311039c8a923e commit hash: efd7fd5455eed9b47351fcc33fb311039c8a923e commit hash: efd7fd5455eed9b47351fcc33fb311039c8a923e commit hash: efd7fd5455eed9b47351fcc33fb311039c8a923e efd7fd5
Saturday, 8 Oct 2022
17:46 Piotr Kubaj (pkubaj) search for other commits by this committer
x11/sterm: update to 0.9
commit hash: c234a6223d97e1b9cd33d40c76d5fc00aae00677 commit hash: c234a6223d97e1b9cd33d40c76d5fc00aae00677 commit hash: c234a6223d97e1b9cd33d40c76d5fc00aae00677 commit hash: c234a6223d97e1b9cd33d40c76d5fc00aae00677 c234a62
Monday, 10 Jan 2022
15:24 Piotr Kubaj (pkubaj) search for other commits by this committer
x11/sterm: update to 0.8.5
commit hash: 2a423dcec068fbc2f7c42c2193d5b2a14af288b3 commit hash: 2a423dcec068fbc2f7c42c2193d5b2a14af288b3 commit hash: 2a423dcec068fbc2f7c42c2193d5b2a14af288b3 commit hash: 2a423dcec068fbc2f7c42c2193d5b2a14af288b3 2a423dc
Wednesday, 5 May 2021
22:31 Piotr Kubaj (pkubaj) search for other commits by this committer
x11/sterm: only use general nonconflicting patches

Differential review:	https://reviews.freebsd.org/D29983
commit hash: 00e1f8685513f3d0294593b269b2629c890762b1 commit hash: 00e1f8685513f3d0294593b269b2629c890762b1 commit hash: 00e1f8685513f3d0294593b269b2629c890762b1 commit hash: 00e1f8685513f3d0294593b269b2629c890762b1 00e1f86
Tuesday, 22 Dec 2020
13:04 pkubaj search for other commits by this committer
x11/sterm: update patches

PR:		252046 (based on)
Reported by:	ed.arrakis@gmail.com
Original commitRevision:558908 
Friday, 19 Jun 2020
14:36 pkubaj search for other commits by this committer
x11/sterm: update to 0.8.4
Original commitRevision:539619 
Thursday, 11 Jun 2020
12:04 pkubaj search for other commits by this committer
x11/sterm: update scrollback and solarized patches to new versions, add
open_copied_url patch

Instead of storing the patches in ports, use PATCH_SITES and PATCHFILES.

PR:             247159
Reported by:    gspurki@gmail.com
Original commitRevision:538473 
Friday, 5 Jun 2020
12:08 pkubaj search for other commits by this committer
x11/sterm: update to 0.8.3
Original commitRevision:538013 
Monday, 11 Feb 2019
18:31 swills search for other commits by this committer
x11/sterm: update to 0.8.2

PR:		235667
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Original commitRevision:492707 
Wednesday, 21 Mar 2018
20:44 yuri search for other commits by this committer
x11/sterm: Update to 0.8.1

PR:		226811
Submitted by:	Mateusz Piotrowski <0mp@FreeBSD.org>
Approved by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Original commitRevision:465238 
Tuesday, 20 Mar 2018
17:10 tobik search for other commits by this committer
x11/sterm: Update to 0.8

- Fix LICENSE and set it to MIT
- Fix the way we handle the terminfo of x11/sterm.  FreeBSD 12,
  11-STABLE, and 11.2-RELEASE do not require any additional
  configuration (thanks to bapt@) [1].  For older versions, there is a
  simple set of instructions on how to configure terminfo for x11/sterm
  in pkg-message.
- Create a symbolic link to user-defined config.h instead of making a
  copy as is done in other suckless.org ports such as x11-wm/dwm and
  www/quark.
- Respect CPPFLAGS
- Add some files to DOCS and DATA
- Eliminate an unnecessary .for loop during install
- Use HTTPS in WWW
- Add UPDATING entry as old config.h files will need to be updated for
  the newer version

[1] https://svnweb.freebsd.org/changeset/base/331006

Changes:	https://git.suckless.org/st/log/?qt=range&q=0.7..0.8
PR:		226632
Submitted by:	0mp
Approved by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Original commitRevision:465094 
Tuesday, 6 Sep 2016
18:17 amdmi3 search for other commits by this committer
- Update to 0.7
- Regenerate patch
- Remove unneeded ncurses dependency
- While here, switch to options helpers and fix WWW

PR:		212041
Submitted by:	udvzsolt@gmail.com
Approved by:	kitche@kitchetech.com (maintainer)
Original commitRevision:421456 
Wednesday, 12 Aug 2015
00:04 pgollucci search for other commits by this committer
x11/sterm: update 0.5->0.6

PR:                  201549
Submitted by:        mmatalka@gmail.com
Approved by:         maintainer timeout (kitche@kitchetech.com ; 17 days)
Original commitRevision:393986 
Wednesday, 18 Jun 2014
22:43 marino search for other commits by this committer
x11/sterm: Upgrade version 0.4.1 => 0.5

PR:		188302
Submitted by:	anonymous (gmail)
Approved by:	maintainer timeout (2 months)
Verified by:	Redports 8x pass
Original commitRevision:358328 
Thursday, 4 Jul 2013
06:14 jgh search for other commits by this committer
- update to 0.4.1
- while here:
  - migrate ncurses dependency to USES framework
  - tighten comment
  - install correct LICENSE, as it differs from standard

PR:		179997
Submitted by:	kitche@kitchetech.com (maintainer)
Original commitRevision:322262 
Tuesday, 27 Nov 2012
13:10 madpilot search for other commits by this committer
- Update to 0.3
- Use new options framework for DOCS
- Trim Makefile headers

PR:		ports/173941
Submitted by:	Matthew Donovan <kitche@kitchetech.com> (maintainer)
Feature safe:	yes
Original commitRevision:307840 
Tuesday, 14 Aug 2012
10:37 madpilot search for other commits by this committer
- Update to 0.2.1
- Remove LICENSE_FILE for those in port.licenses.db.mk

PR:		ports/170551
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
Approved by:	Matthew Donovan <kitche@kitchetech.com> (maintainer)
Approved by:	crees, tabthorpe (mentors, implicit)
Original commit
Wednesday, 22 Feb 2012
11:08 makc search for other commits by this committer
Update to 0.2
Update maintainer address

PR:             ports/165274
Submitted by:   Matthew Donovan (maintainer)
Original commit
Friday, 8 Apr 2011
06:25 martymac search for other commits by this committer
Add st, a minimalistic X terminal.

PR:             ports/156100
Submitted by:   Matthew Donovan <kitchetech at gmail.com>
Original commit

Number of commits found: 20