<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/py-pg_pqueue, branch 2017Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2017Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2017Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2015-09-10T15:24:12Z</updated>
<entry>
<title>- Switch to options helpers</title>
<updated>2015-09-10T15:24:12Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2015-09-10T15:24:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a812006ba730010bcc7624de90a3a1bf0c19eab7'/>
<id>urn:sha1:a812006ba730010bcc7624de90a3a1bf0c19eab7</id>
<content type='text'>
- Add some NO_ARCHes

Approved by:	portmgr blanket
</content>
</entry>
<entry>
<title>Update "BSD" licenses in databases category</title>
<updated>2014-12-05T00:30:20Z</updated>
<author>
<name>Mark Felder</name>
<email>feld@FreeBSD.org</email>
</author>
<published>2014-12-05T00:30:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2bd7a6fd878fe70e24580fe36a93ec1f828f5fba'/>
<id>urn:sha1:2bd7a6fd878fe70e24580fe36a93ec1f828f5fba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup plist</title>
<updated>2014-10-20T10:41:12Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-10-20T10:41:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3edc030b9f4ebc1bbc06d185768d69e2c64ffbb8'/>
<id>urn:sha1:3edc030b9f4ebc1bbc06d185768d69e2c64ffbb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Convert ports from databases/ and deskutils/ to new USES=python</title>
<updated>2014-10-19T08:50:17Z</updated>
<author>
<name>Marcus von Appen</name>
<email>mva@FreeBSD.org</email>
</author>
<published>2014-10-19T08:50:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e1555011ab42870150513585c13b3a273e4bf53b'/>
<id>urn:sha1:e1555011ab42870150513585c13b3a273e4bf53b</id>
<content type='text'>
Approved by:	portmgr (implicit)
</content>
</entry>
<entry>
<title>Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.</title>
<updated>2014-07-15T15:06:46Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2014-07-15T15:06:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=550b770c1ef8954a408d4ed551548fc72d0ca00f'/>
<id>urn:sha1:550b770c1ef8954a408d4ed551548fc72d0ca00f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Remove easy_install dependency</title>
<updated>2014-06-08T12:17:42Z</updated>
<author>
<name>Marcus von Appen</name>
<email>mva@FreeBSD.org</email>
</author>
<published>2014-06-08T12:17:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5059b9f1d25b07030e5e92ff28130d12d45e99aa'/>
<id>urn:sha1:5059b9f1d25b07030e5e92ff28130d12d45e99aa</id>
<content type='text'>
- Convert to PYDISTUTILS_AUTOPLIST
- Convert to new OPTIONS
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
</content>
</entry>
<entry>
<title>- Stage.</title>
<updated>2014-05-13T22:30:06Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2014-05-13T22:30:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9bd820f8da3ab03424dce686af837dd825c001c6'/>
<id>urn:sha1:9bd820f8da3ab03424dce686af837dd825c001c6</id>
<content type='text'>
- Add LICENSE (BSD).
- Tweak WWW line in pkg-descr.

PR:		188609
Submitted by:	Bartek Rutkowski &lt;ports@robakdesign.com&gt;
Approved by:	portmgr (blanket pre-approval)
</content>
</entry>
<entry>
<title>Python cleanup:</title>
<updated>2014-01-13T21:00:02Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2014-01-13T21:00:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=50f8eaece13e14735ce71c2c22f8aac07f7cd50a'/>
<id>urn:sha1:50f8eaece13e14735ce71c2c22f8aac07f7cd50a</id>
<content type='text'>
- USE_PYTHON* = 2.X -&gt; USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -&gt; USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: databases)</title>
<updated>2013-09-20T16:13:47Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T16:13:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=36117d709704f772dbc3d305cda6923741791598'/>
<id>urn:sha1:36117d709704f772dbc3d305cda6923741791598</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Move over to py25+ or above</title>
<updated>2011-02-25T00:12:12Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2011-02-25T00:12:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=021fc3a529b3602f3efc43e7d8635716d0c92fc0'/>
<id>urn:sha1:021fc3a529b3602f3efc43e7d8635716d0c92fc0</id>
<content type='text'>
- While here kick md5 support
</content>
</entry>
</feed>
