<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/rubygem-memcache, 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>2016-05-19T10:21:23Z</updated>
<entry>
<title>- Fix trailing whitespace in pkg-descrs, categories [a-f]*</title>
<updated>2016-05-19T10:21:23Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2016-05-19T10:21:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1d1f878054efdd1171a8cb006e59ad0727610293'/>
<id>urn:sha1:1d1f878054efdd1171a8cb006e59ad0727610293</id>
<content type='text'>
Approved by:	portmgr blanket
</content>
</entry>
<entry>
<title>Convert USES=gem:autoplist to USES=gem since autoplist is default</title>
<updated>2016-04-27T21:57:31Z</updated>
<author>
<name>Steve Wills</name>
<email>swills@FreeBSD.org</email>
</author>
<published>2016-04-27T21:57:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=462519941e56e838fd1fff77ecc3ebeb554fcb80'/>
<id>urn:sha1:462519941e56e838fd1fff77ecc3ebeb554fcb80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>create USES=gem and update rubygem- ports to use it</title>
<updated>2016-04-27T16:36:41Z</updated>
<author>
<name>Steve Wills</name>
<email>swills@FreeBSD.org</email>
</author>
<published>2016-04-27T16:36:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b3e8fe8d85d1f32b6b8813589ed8637a8accb185'/>
<id>urn:sha1:b3e8fe8d85d1f32b6b8813589ed8637a8accb185</id>
<content type='text'>
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
</content>
</entry>
<entry>
<title>Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.</title>
<updated>2016-04-01T14:00:51Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-04-01T14:00:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4e1b79a0a61f4973df8b4b0864d22086c769e219'/>
<id>urn:sha1:4e1b79a0a61f4973df8b4b0864d22086c769e219</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>- Add LICENSE</title>
<updated>2015-05-27T17:54:33Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2015-05-27T17:54:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=52eeeed150819233b809d66ea822f27baf2cc4c8'/>
<id>urn:sha1:52eeeed150819233b809d66ea822f27baf2cc4c8</id>
<content type='text'>
- Fix build with ruby21 and ruby22
- Fix space/tab
- Cosmetic change
</content>
</entry>
<entry>
<title>databases/rubygem-memcache: mark broken with ruby 2.2 also</title>
<updated>2015-04-05T05:56:17Z</updated>
<author>
<name>Steve Wills</name>
<email>swills@FreeBSD.org</email>
</author>
<published>2015-04-05T05:56:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5bd0631ba907ff37aa6bdf79bf8798ee1693f99a'/>
<id>urn:sha1:5bd0631ba907ff37aa6bdf79bf8798ee1693f99a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>databases/libmemcached: Update to 1.0.18 and much more</title>
<updated>2014-12-11T05:26:39Z</updated>
<author>
<name>Kubilay Kocak</name>
<email>koobs@FreeBSD.org</email>
</author>
<published>2014-12-11T05:26:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b6450d4ca70121f6e8fb4c91de9eae9b6c94cd43'/>
<id>urn:sha1:b6450d4ca70121f6e8fb4c91de9eae9b6c94cd43</id>
<content type='text'>
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
  * alloca.h include not found on FreeBSD
  * cinttypes include location
  * clang compatibility
- Strip shared libraries manually since upstream install-strip target is
  fail

Changes:

  https://launchpad.net/libmemcached/+announcements

[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560

Approved by:	Mikhail Tsatsenko &lt;m.tsatsenko@gmail.com&gt; (maintainer, via email)
</content>
</entry>
<entry>
<title>Mark broken with Ruby 2.1</title>
<updated>2014-11-12T02:58:43Z</updated>
<author>
<name>Steve Wills</name>
<email>swills@FreeBSD.org</email>
</author>
<published>2014-11-12T02:58:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a7ee035653760f844802aeeee19aeafd3c7e0809'/>
<id>urn:sha1:a7ee035653760f844802aeeee19aeafd3c7e0809</id>
<content type='text'>
With hat:	ruby@
</content>
</entry>
<entry>
<title>databases/rubygem-memcache: 1.5.1</title>
<updated>2014-08-23T23:33:17Z</updated>
<author>
<name>Steve Wills</name>
<email>swills@FreeBSD.org</email>
</author>
<published>2014-08-23T23:33:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=641d4f0f8908b1c95b554fccda09a8e276821204'/>
<id>urn:sha1:641d4f0f8908b1c95b554fccda09a8e276821204</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In preparation for making libtool generate libraries with a sane name, fix all</title>
<updated>2013-12-11T18:08:52Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-12-11T18:08:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b5482324dcf6b062151cc203cef1561f8923c859'/>
<id>urn:sha1:b5482324dcf6b062151cc203cef1561f8923c859</id>
<content type='text'>
LIB_DEPENDS in databases
</content>
</entry>
</feed>
