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: databases/py-memcached/Makefile

Number of commits found: 26

Thursday, 19 Mar 2015
16:43 sunpoet search for other commits by this committer
- Update to 1.54
- Cleanup MASTER_SITES

Changes:	https://github.com/linsomniac/python-memcached/blob/master/ChangeLog
Original commitRevision:381612 
Saturday, 30 Aug 2014
09:14 sunpoet search for other commits by this committer
- Fix build: use USES=python:2
Original commitRevision:366601 
Friday, 15 Aug 2014
03:43 sunpoet search for other commits by this committer
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)

Notified by:	koobs, wg
Original commitRevision:364929 
03:00 sunpoet search for other commits by this committer
- Add LICENSE
- Use USES=python
Original commitRevision:364886 
Monday, 24 Feb 2014
10:41 sunpoet search for other commits by this committer
- Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES
- Use USE_PYDISTUTILS=yes
- Remove PYDISTUTILS_PKGNAME
- Bump PORTREVISION for package change
Original commitRevision:345809 
Wednesday, 20 Nov 2013
03:24 sunpoet search for other commits by this committer
- Support STAGEDIR
- Use PLIST_FILES instead of PLIST
Original commitRevision:334388 
Friday, 20 Sep 2013
16:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Original commitRevision:327717 
Sunday, 9 Jun 2013
07:11 sunpoet search for other commits by this committer
- Update to 1.53
- Use space after WWW:

Changes:	https://github.com/linsomniac/python-memcached/blob/master/ChangeLog
Original commitRevision:320315 
Wednesday, 8 May 2013
15:38 sunpoet search for other commits by this committer
- Update to 1.51
- Add http:// to MASTER_SITES
- Cleanup Makefile header

Changes:	http://bazaar.launchpad.net/~python-memcached-team/python-memcached/trunk/view/head:/ChangeLog
- Bug #974632: _ConnectionDeadError sometimes was escaping the get/set code.
  This should return to readline() not raising an exception, except in the case
  that it's called from the get/set(). Report from Gary Poster, proposed patch
  by Brad Crittenden.
- Misc fixes by Brad Crittenden: fixing a docstring, if "port" is set to any
  false-like value it will default to 11211.
- Bug #887765: Interrupted connection to memcache server can cause
  inconsistencies. Added "flush_on_reconnect" (defaults to off) to Client()
  which will cause a client that has lost connection to a server and then
  reconnects to flush the cache on the reconnect so that it doesn't get old
  values from that server. Patch by Daniel Benamy.
Original commitRevision:317683 
Wednesday, 1 Feb 2012
18:52 sunpoet search for other commits by this committer
- Update to 1.48
- Add my LOCAL as MASTER_SITES
- Take maintainership

Changes:       
http://bazaar.launchpad.net/~python-memcached-team/python-memcached/trunk/view/head:/ChangeLog
- Bug #745633: Values of maximum size are not stored API inconsistency, max
  value length was tested for <= while max KEY length was <. So I picked that
  keys and values *LONGER* than the specified max value are what is used, and
  added documentation and tests to that effect. The test for max value tested
  that length plus 4, so I've changed that to be that value plus 1. Issue found
  by matt-quru.
- Bug #713488: Issues Invalid "delete" command. Protocol has changed so that the
  "delete" operation no longer takes a "time" argument. It seems that some
  servers will refuse a "delete key 0" while others will accept it, but the
  official server will NOT accept "delete key 1". So I've changed it so that if
  no "time" argument is specified, no time argument is sent to the server.
- Bug #713451: server.expect("END") needs to be in a finally block Expect an
  "END" when the _recv_value() raises an exception.  Patch by Jay Farrimond.
- Bug: #741090: cas cache can grow unbounded.  Default now is that the cache is
  not used, unless the "Client()" object is created with "cache_cas=True".  In
  that case, you need to have your own cas clearing code, a simple one would be
  to use Client().reset_cas() to completely clear the cas_ids cache.  Problem
  pointed out by Shaun Cutts.
- Bug #728359: Make python-memcache work on memcache restarts.  Patch by Tarek
  Ziade', reviewed and further patches submitted by Hugo Beauze'e-Luysse and
  Neganov Alexandr.
- Bug #798342: If memcached server sends unknown flag in response for "get",
  results in: "UnboundLocalError: local variable 'val' referenced before
  assignment" Now returns "None" instead.  Patch by Sharoon Thomas
Original commit
15:53 tabthorpe search for other commits by this committer
- Reassign to the heap
Original commit
Sunday, 8 May 2011
05:26 sahil search for other commits by this committer
- Update to 1.47
- Update WWW

PR:             ports/155041
Submitted by:   lwhsu
Approved by:    maintainer timeout
Original commit
Sunday, 28 Mar 2010
00:52 mnag search for other commits by this committer
- Update to 1.45

PR:             144963
Submitted by:   Barry Pederson <bp___barryp.org>
Original commit
Friday, 14 Aug 2009
20:03 miwi search for other commits by this committer
- Update to 1.44

PR:             136775
Submitted by:   Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by:    maintainer timeout
Original commit
Saturday, 14 Jun 2008
23:54 mnag search for other commits by this committer
- Update to 1.43
Original commit
Thursday, 3 Jan 2008
01:25 mnag search for other commits by this committer
- Update to 1.40
- Now use easy_install in USE_PYDISTUTILS
Original commit
Friday, 14 Sep 2007
02:23 mnag search for other commits by this committer
- Update to 1.39

Reported by:    Koobs <koobz___users.sourceforge.net>
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
Saturday, 16 Jun 2007
14:32 mnag search for other commits by this committer
- Update to 1.36
Original commit
Friday, 22 Sep 2006
02:20 mnag search for other commits by this committer
- Update to 1.34
Original commit
Sunday, 10 Sep 2006
01:04 mnag search for other commits by this committer
- Update to 1.33
Original commit
Tuesday, 30 May 2006
02:49 mnag search for other commits by this committer
- Update to 1.31
Original commit
Wednesday, 22 Feb 2006
13:51 mnag search for other commits by this committer
- Update to 1.2_tummy6
Original commit
Thursday, 15 Dec 2005
16:39 mnag search for other commits by this committer
Update to 1.2_tummy5
Bump PORTREVISION
Remove unnecessary dependency
Use PYTHON_PKGNAMEPREFIX in PKGNAMEPREFIX
Take MAINTAINER
Original commit
Friday, 25 Jun 2004
18:02 linimon search for other commits by this committer
Add python to categories.

PR:             ports/68334
Submitted by:   michael johnson <ahze at ahze dot net>
Original commit
Saturday, 17 Apr 2004
05:33 krion search for other commits by this committer
Add py-memcached 1.2, python API for memcached, a distributed memory
cache daemon.

PR:             ports/65643
Submitted by:   michael johnson <ahze at ahze dot net>
Original commit

Number of commits found: 26