<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/ruby18, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-03-13T17:06:42Z</updated>
<entry>
<title>Refelect change of RUBY_SRCDIR.</title>
<updated>2014-03-13T17:06:42Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2014-03-13T17:06:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=109bf3df96cec60111ffbc10c43f8d5b6d5b6900'/>
<id>urn:sha1:109bf3df96cec60111ffbc10c43f8d5b6d5b6900</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset PKGREVISION with update.</title>
<updated>2012-02-16T16:46:24Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-02-16T16:46:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c1d76a3e03d74d8ac833c9a816c773f5a5bc973c'/>
<id>urn:sha1:c1d76a3e03d74d8ac833c9a816c773f5a5bc973c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL.</title>
<updated>2011-11-08T15:21:38Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-11-08T15:21:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=936cba30d8ad92464574c971a6c6f2c787ac0494'/>
<id>urn:sha1:936cba30d8ad92464574c971a6c6f2c787ac0494</id>
<content type='text'>
* Explicitly show 1.8.7 in DESCR and COMMENT.
* Use RUBY_VERSION_SUPPORTED.
* Bump PKGREVISION.</content>
</entry>
<entry>
<title>* Add LICENSE.</title>
<updated>2010-09-10T03:37:05Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2010-09-10T03:37:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1b64264bd1eb51c7c492a64be45f5ddf35d37fac'/>
<id>urn:sha1:1b64264bd1eb51c7c492a64be45f5ddf35d37fac</id>
<content type='text'>
* Use new dependency pattern.</content>
</entry>
<entry>
<title>Switch to use META_PACKAGE.  No functional change.</title>
<updated>2008-01-06T15:45:12Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2008-01-06T15:45:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=567d55ebae4ef3f97fa80fe6917b4f8b9d9c3769'/>
<id>urn:sha1:567d55ebae4ef3f97fa80fe6917b4f8b9d9c3769</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* If PLIST_SRC is explicitly set to an empty value in a package Makefile,</title>
<updated>2007-10-25T22:00:39Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2007-10-25T22:00:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ae9b935fd018aee0bd2410c581458d429b05b38b'/>
<id>urn:sha1:ae9b935fd018aee0bd2410c581458d429b05b38b</id>
<content type='text'>
  then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty</content>
</entry>
<entry>
<title>Re-add "intentionally empty" PLISTs for meta-packages and other packages</title>
<updated>2007-10-25T17:49:45Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2007-10-25T17:49:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=38c496d6c0f80dd3c6c3c2b59bf1eec539fc241d'/>
<id>urn:sha1:38c496d6c0f80dd3c6c3c2b59bf1eec539fc241d</id>
<content type='text'>
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.</content>
</entry>
<entry>
<title>Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk</title>
<updated>2007-10-25T16:54:26Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2007-10-25T16:54:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=56ba4d26906035375d68907b5ecea5c345617179'/>
<id>urn:sha1:56ba4d26906035375d68907b5ecea5c345617179</id>
<content type='text'>
can handle packages having no PLIST files.</content>
</entry>
<entry>
<title>Set PKGNAME only and empty DISTFILES here since lang/ruby package is</title>
<updated>2007-09-09T14:31:45Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2007-09-09T14:31:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=83a65ec6a4aa905e54ee7874a3f6487ad437ba19'/>
<id>urn:sha1:83a65ec6a4aa905e54ee7874a3f6487ad437ba19</id>
<content type='text'>
a meta package.</content>
</entry>
<entry>
<title>Remove commented PKGREVISION.</title>
<updated>2007-03-15T16:44:15Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2007-03-15T16:44:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=df5faa164b245af1b502755db85326f865cb059c'/>
<id>urn:sha1:df5faa164b245af1b502755db85326f865cb059c</id>
<content type='text'>
</content>
</entry>
</feed>
