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-mgmt/py-snmp4/Makefile

Number of commits found: 24

Sunday, 6 Jan 2019
12:26 tobik search for other commits by this committer
Do not set OPTIONS_DEFINE twice
Original commitRevision:489481 
Monday, 10 Sep 2018
13:15 mat search for other commits by this committer
Add EXAMPLES options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479407 
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Friday, 13 Apr 2018
21:51 leres search for other commits by this committer
Update net-mgmt/py-snmp4 to 4.3.2
Update net-mgmt/py-snmp4-apps to 0.4.1
Update net-mgmt/py-snmp4-mibs to 0.1.6

PR:		227508
Reviewed by:	ler (mentor)
Approved by:	mhjacks@swbell.net, ler (mentor)
Differential Revision:	https://reviews.freebsd.org/D15062
Original commitRevision:467272 
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 
Wednesday, 18 Nov 2015
21:41 rm search for other commits by this committer
devel/py-asn1: move to devel/py-pyasn1 to match PyPI name

- move to devel/py-pyasn1 to match PyPI name
- update *_DEPENDS and bump PORTREVISION in dependent ports
- reset PORTEPOCH

PR:		204567
Submitted by:	John W. O'Brien <john@saltant.com>
Approved by:	mhjacks@swbell.net (maintainer of devel/py-asn1)
Original commitRevision:401898 
Friday, 24 Oct 2014
16:29 mva search for other commits by this committer
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371450 
Sunday, 9 Feb 2014
16:41 rm search for other commits by this committer
- update py-snmp4 to 4.2.5 and py-snmp4-apps to 0.3.4
- convert to auto-generated auto-plist
- convert to optionsng for DOCS and EXAMPLES
- remove NO_STAGE

while here:
- update LICENSE (count clauses)
- do not use deprecated easy_install and unneeded PYDISTUTILS_* knobs
- make DOCSDIR and EXAPLESDIR contain ${PYTHON_PKGNAMEPREFIX} in it, because
  that ports may be installed for different python versions simultaneously
- use common idiom for installing DOCS and EXAMPLES
- install DOCS and EXAMPLES into stage area uncoditioanlly
- remove inclusions of bsd.port.options.mk
- bump PORTREVISION for py-snmp4-mibs, because package is changed
- replace /bin/bash with /bin/sh in py-snmp4-mibs rebuild-pysnmp-mibs script

PR:		186190
Submitted by:	olgeni
Approved by:	Martin Jackson <mhjacks@swbell.net> (maintainer)
Original commitRevision:343520 
Friday, 20 Sep 2013
22:24 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
Original commitRevision:327757 
Sunday, 14 Oct 2012
14:41 rm search for other commits by this committer
Update pysnmp suite to latest version. This includes:
- net-mgmt/py-snmp4: 4.2.1 -> 4.2.3
- net-mgmt/py-snmp4-apps: 0.3.1 -> 0.3.3
- net-mgmt/py-snmp4-mibs: 0.1.2 -> 0.1.4

Common changes:
- trim Makefile header
- update dependency versions
- remove LICENSE_FILE for licenses, listed in bsd.licenses.db.mk

PR:		172193
Submitted by:	rm (myself)
Approved by:	maintainer timeout (2 weeks)
Feature safe:	yes
Original commitRevision:305881 
Saturday, 19 Nov 2011
06:52 rm search for other commits by this committer
- update to 4.2.1
- fix SF mirror
- update dependencies versions
- update CONFLICTS

PR:             162667
Submitted by:   rm (myself)
Approved by:    Martin Jackson <mhjacks@swbell.net> (maintainer), novel (mentor)
Feature safe:   yes
Original commit
Thursday, 6 Oct 2011
17:55 glarkin search for other commits by this committer
- Updated to 4.1.16d
- Fixed portlint warnings

PR:             ports/161061
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:    Martin Jackson <mhjacks@swbell.net> (maintainer)
Original commit
Saturday, 25 Jun 2011
08:29 miwi search for other commits by this committer
- Update to 4.1.16a

PR:             155713
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:    maintainer
Original commit
Saturday, 19 Sep 2009
21:18 pav search for other commits by this committer
- Update depobj after py-asn1 update
- While here, stop listing docs twice in plist

Feature safe:   yes
Original commit
Saturday, 22 Aug 2009
00:32 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
Original commit
Saturday, 19 Jul 2008
21:20 miwi search for other commits by this committer
- Update to 4.1.10a

PR:             125775
Submitted by:   Martin Jackson <mhjacks@swbell.net> (maintainer)
Original commit
Monday, 30 Jul 2007
09:42 alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
Original commit
Tuesday, 6 Mar 2007
21:01 miwi search for other commits by this committer
- Update to 4.1.7a

PR:             109864
Submitted by:   miwi
Approved by:    mantainer
Original commit
Tuesday, 29 Aug 2006
13:33 pav search for other commits by this committer
- Conflicts with py-snmp2

PR:             ports/102222
Submitted by:   Dmitriy Kirhlarov <dimma@higis.ru>
Approved by:    Martin Jackson <mhjacks@swbell.net> (maintainer)
Original commit
Monday, 29 May 2006
21:01 pav search for other commits by this committer
- Update to 4.1.6a

PR:             ports/98043
Submitted by:   Martin Jackson <mhjacks@swbell.net> (maintainer)
Original commit
Tuesday, 18 Apr 2006
10:03 garga search for other commits by this committer
Set PORTDOCS, forgot when added

Reported by:    krismail
Original commit
Monday, 17 Apr 2006
11:25 garga search for other commits by this committer
PySNMP is fully functional SNMP v.1 engine (BER encoders/decoders
for a subset of ASN.1 data types, sockets based networking etc.)
written entirely in Python.

WWW: http://pysnmp.sourceforge.net/

PR:             ports/95673
Submitted by:   Martin Jackson <mhjacks@swbell.net>
Original commit

Number of commits found: 24