<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/comms/openobex, branch 2021Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2021Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2021Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2021-04-06T14:31:07Z</updated>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix plist after doxygen update in r560752.</title>
<updated>2021-01-13T09:33:38Z</updated>
<author>
<name>Guido Falsi</name>
<email>madpilot@FreeBSD.org</email>
</author>
<published>2021-01-13T09:33:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b44884b03174b6dbea6a183062f9253610a54df6'/>
<id>urn:sha1:b44884b03174b6dbea6a183062f9253610a54df6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change cmake default behaviour to outsource.</title>
<updated>2018-12-25T20:25:39Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2018-12-25T20:25:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=707c6bf295fc3955c86c9244533c1524bb7dea15'/>
<id>urn:sha1:707c6bf295fc3955c86c9244533c1524bb7dea15</id>
<content type='text'>
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
</content>
</entry>
<entry>
<title>- Update openobex to 1.7.2</title>
<updated>2016-11-06T11:42:12Z</updated>
<author>
<name>Guido Falsi</name>
<email>madpilot@FreeBSD.org</email>
</author>
<published>2016-11-06T11:42:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2bf372056b22203d03bd14d5139a814fa8982f42'/>
<id>urn:sha1:2bf372056b22203d03bd14d5139a814fa8982f42</id>
<content type='text'>
- Remove obsolete master site
- Regenrate patches
</content>
</entry>
<entry>
<title>- Update devel/doxygen to 1.8.12</title>
<updated>2016-09-27T16:32:52Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2016-09-27T16:32:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ea16d28b49566b902ca19ac4e40552ca63d7299f'/>
<id>urn:sha1:ea16d28b49566b902ca19ac4e40552ca63d7299f</id>
<content type='text'>
- Adjust plist of ports depending on it

PR:		212869
</content>
</entry>
<entry>
<title>Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.</title>
<updated>2016-04-01T13:29:15Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-04-01T13:29:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7f4572eae4327c4403d9ef714cb6de917650662a'/>
<id>urn:sha1:7f4572eae4327c4403d9ef714cb6de917650662a</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>- Add sourceforce to MASTER_SITES</title>
<updated>2016-02-20T16:33:08Z</updated>
<author>
<name>Guido Falsi</name>
<email>madpilot@FreeBSD.org</email>
</author>
<published>2016-02-20T16:33:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4be9ab4465d5a6af58b0b3246d5dfc88d8bada3c'/>
<id>urn:sha1:4be9ab4465d5a6af58b0b3246d5dfc88d8bada3c</id>
<content type='text'>
- Update WWW line in pkg-descr
</content>
</entry>
<entry>
<title>Add USES=pathfix support for CMake.  Some ports that use CMake to build</title>
<updated>2016-01-07T14:54:03Z</updated>
<author>
<name>Jason E. Hale</name>
<email>jhale@FreeBSD.org</email>
</author>
<published>2016-01-07T14:54:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=42b0bae34ff92cc7167eae163af6202f56373487'/>
<id>urn:sha1:42b0bae34ff92cc7167eae163af6202f56373487</id>
<content type='text'>
already had USES=pathfix, although it did nothing.  For those ports, I
either removed it as they were handling the pkgconfig files differently
or I removed patches and substitutions that accomplished the same thing
as pathfix.

Differential Revision:	https://reviews.freebsd.org/D850
Reviewed by:	antoine, bapt, tijl
Approved by:	portmgr (bapt)
</content>
</entry>
<entry>
<title>Update devel/doxygen to 1.8.9</title>
<updated>2014-12-31T06:45:10Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2014-12-31T06:45:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=38e8f93368709ad290fdf986f7ad1823212bfa56'/>
<id>urn:sha1:38e8f93368709ad290fdf986f7ad1823212bfa56</id>
<content type='text'>
PR:		ports/196342
Submitted by:	Naram Qashat (maintainer)
Exp-run and fixes to depending ports:	self
</content>
</entry>
<entry>
<title>Cleanup plist</title>
<updated>2014-10-20T09:31:33Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-10-20T09:31:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2c8db677264e680c88de6c9080c9370552f525ad'/>
<id>urn:sha1:2c8db677264e680c88de6c9080c9370552f525ad</id>
<content type='text'>
</content>
</entry>
</feed>
