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/pynids/Makefile

Number of commits found: 19

Wednesday, 11 Nov 2020
12:14 antoine search for other commits by this committer
Deprecate a few python 2.7 ports
Original commitRevision:554889 
Friday, 8 Nov 2019
13:48 tobik search for other commits by this committer
net: Add missing USES={gnome,php}
Original commitRevision:517064 
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 
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 
Sunday, 20 Mar 2016
10:53 tijl search for other commits by this committer
Install net/libnet headers and libraries back in the location where other
ports expect it.  The files were put in a different location to avoid a
conflict with net/libnet10 but this port has been removed a while ago now.

PR:		208122
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:411432 
Monday, 10 Nov 2014
21:16 antoine search for other commits by this committer
Remove duplicate plist
Original commitRevision:372416 
Friday, 24 Oct 2014
16:21 mva search for other commits by this committer
- Convert ports of net/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371449 
Monday, 14 Jul 2014
15:38 tijl search for other commits by this committer
- Convert net/libnet to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstaged port)
Original commitRevision:361791 
Monday, 23 Jun 2014
14:32 vanilla search for other commits by this committer
Stagify, new syntax of LIB_DEPENDS.

Approved by:	portmgr@
Original commitRevision:358960 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Saturday, 31 Aug 2013
00:26 bapt search for other commits by this committer
Convert USE_GNOME=pkgconfig to USES=pkgconfig
While here:
- Trim headers
- Convert:
  * USE_GNOME=gnomehack -> USES=pathfix
  * USE_PERL5 -> USES=perl5
  * USE_GMAKE -> USES=gmake
Original commitRevision:325749 
Monday, 18 Feb 2013
21:13 dinoex search for other commits by this committer
- update libnet to 1.1.6
- build shared lib
- fix dependend ports when libnet.so.8 was linked in
- fix dependend ports when includes where missing
Original commitRevision:312526 
Thursday, 23 Dec 2010
01:17 wxs search for other commits by this committer
Update to 0.6.1.
Switch to using net/libnet as a dependency.
Be explicit about PATCH and BUILD depends.
Original commit
Monday, 29 Oct 2007
08:32 miwi search for other commits by this committer
- Unbreak after net/libnet10 fix

PR:             116876
Submitted by:   Wesley Shields <wxs@atarininja.org>
Approved by:    maintainer
Original commit
Sunday, 30 Sep 2007
08:12 linimon search for other commits by this committer
Mark as broken on amd64; probably need -fPIC.
Original commit
Wednesday, 31 Jan 2007
14:09 pav search for other commits by this committer
- Patch net/libnet* to versioned libraries and header files, so they can
  coexist

PR:             ports/103861
Submitted by:   alepulver
Tested by:      pointyhat
With hat:       portmgr
Original commit
Monday, 14 Nov 2005
17:07 sem search for other commits by this committer
libnet update:
- move 1.0 obsoleted version to net/libnet10
  net/libnet is latest Stable Version
  net/libnet is latest Beta Version

- Fix all depended ports with a new DEPENDS scheme

- While I'm here fix security/yersinia build on 4.x
  (getopt_long and ncurses issues)

PR:             ports/85519 (based on)
Submitted by:   Stas Yakovlev <stas.yakovlev_at_gmail.com>
Original commit
Saturday, 6 Aug 2005
22:17 pav search for other commits by this committer
- Unbreak on amd64: sneak template config.* files into bundled tarball
  of libnids
- Unbreak on ia64: add -fPIC for shared library

Approved by:    portmgr (marcus)
Original commit
Wednesday, 29 Jun 2005
14:03 lawrance search for other commits by this committer
Add pynids 0.5, python interface to libnids.

PR:             ports/82593
Submitted by:   Corey Smith
Original commit

Number of commits found: 19