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: net/dshell/Makefile

Number of commits found: 22

Wednesday, 24 May 2023
16:34 Mathieu Arnold (mat) search for other commits by this committer
*: regular cleanup for GH_TAGNAME bad usage
commit hash: 0619748960cb07bc181ffe4addf08bc47c4b79ec commit hash: 0619748960cb07bc181ffe4addf08bc47c4b79ec commit hash: 0619748960cb07bc181ffe4addf08bc47c4b79ec commit hash: 0619748960cb07bc181ffe4addf08bc47c4b79ec 0619748
Saturday, 11 Mar 2023
12:25 MANTANI Nobutaka (nobutaka) search for other commits by this committer
net/dshell: Update to 3.2.2
commit hash: dfe43944bc57c37209628fa2394b980a098657bc commit hash: dfe43944bc57c37209628fa2394b980a098657bc commit hash: dfe43944bc57c37209628fa2394b980a098657bc commit hash: dfe43944bc57c37209628fa2394b980a098657bc dfe4394
Saturday, 14 Jan 2023
11:53 MANTANI Nobutaka (nobutaka) search for other commits by this committer
net/dshell: Update to the snapshot on 2022-03-17
commit hash: 885e50f344100a4ee6c5829ef87effef378d4f70 commit hash: 885e50f344100a4ee6c5829ef87effef378d4f70 commit hash: 885e50f344100a4ee6c5829ef87effef378d4f70 commit hash: 885e50f344100a4ee6c5829ef87effef378d4f70 885e50f
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
Sunday, 10 Oct 2021
14:11 MANTANI Nobutaka (nobutaka) search for other commits by this committer
net/dshell: Resurrect port and update to the snapshot on 2021-06-10.

This port was previously removed due to lack of Python 3 support.
Current version supports Python 3.
commit hash: 9db74072eceebe4e0abad2e4f4f22c42cbaf63b1 commit hash: 9db74072eceebe4e0abad2e4f4f22c42cbaf63b1 commit hash: 9db74072eceebe4e0abad2e4f4f22c42cbaf63b1 commit hash: 9db74072eceebe4e0abad2e4f4f22c42cbaf63b1 9db7407
Saturday, 21 Mar 2020
12:01 nobutaka search for other commits by this committer
Update to the snapshot on 2020-03-02.
Original commitRevision:528849 
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 
Wednesday, 19 Feb 2020
17:59 antoine search for other commits by this committer
Clean up USES

With hat:	portmgr
Original commitRevision:526520 
Wednesday, 21 Aug 2019
02:22 nobutaka search for other commits by this committer
- Update to the latest snapshot on 2019-05-23.
- Switch to use the GeoLite2 database.
- Switch to use py-pycryptodome.
Original commitRevision:509485 
Saturday, 17 Nov 2018
06:29 nobutaka search for other commits by this committer
- Update to the snapshot on 2018/09/14.
- Pet portlint.
Original commitRevision:485117 
Sunday, 15 Apr 2018
13:12 nobutaka search for other commits by this committer
Update to the snapshot on 2017/11/16.
Original commitRevision:467391 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Monday, 8 May 2017
09:51 miwi search for other commits by this committer
- Fix shebangs
- Bump PORTREVISION
Original commitRevision:440405 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Friday, 28 Aug 2015
13:39 amdmi3 search for other commits by this committer
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS

Approved by:	portmgr blanket
Original commitRevision:395483 
Thursday, 7 May 2015
17:26 mat search for other commits by this committer
Update ports in the n* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385640 
Wednesday, 25 Mar 2015
16:10 nobutaka search for other commits by this committer
Fix variable assignment of RUN_DEPENDS.

Pointed out by:		adamw
Original commitRevision:382248 
15:25 nobutaka search for other commits by this committer
Fix dependencies to fix packaging error.
Original commitRevision:382234 
Saturday, 21 Mar 2015
02:13 nobutaka search for other commits by this committer
Change dependency on bash from RUN_DEPENDS to BUILD_DEPENDS to fix build error.
Original commitRevision:381786 
Saturday, 14 Mar 2015
04:22 nobutaka search for other commits by this committer
Fix package building error.
Original commitRevision:381245 
Wednesday, 25 Feb 2015
14:35 nobutaka search for other commits by this committer
Add dshell, extensible network forensic analysis framework.
Original commitRevision:379919 

Number of commits found: 22