Commit graph

17 commits

Author SHA1 Message Date
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
84fa8bcd7c Revision bump after updating perl5 to 5.14.1. 2011-08-14 16:05:39 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
gls
aa79e75196 Update to 0.4.18
Changes since 0.4.14:

0.4.18 Fri Mar 12 23:39:59 PST 2010
    - Fixed Canvas.pm to correctly select MD5-hex value. (Andrey Ilyin)++
    - Updated Canvas.pm docs to specify cookie method needed
    - Updated copyright information

0.4.17  Thu Nov 26 09:48:03 PST 2009
	- Updated Stream.publish to automatically call encode action_links
	  to JSON. (Larry Mak)++
	- Fixed upload method in Video along with docs (Anthony Bouvier)++
	- Updated server call in API.pm to allow a filename to be passed in
	  from the upload methods under Video and Photo. (Anthony Bouvier)++
	- Didn't include Canvas testing b/c it looks like the code changes
	  back in August broke the mocking. (It's on the TODO list)
	- Added format testing for Video.upload

0.4.16  Mon Aug 24 18:43:12 PDT 2009
	Added Exception submodule for handling exceptions (Kevin Riggle)++

0.4.15  Fri Aug 21 22:26:44 PDT 2009
	Updated POD and formatting (for Perl::Critic) (gregor herrmann)++
	Added new namespaces that are now a part of Facebook API along with
	  basic tests
	Added documentation for all namespaces in API.pm
	Deleted deprecated namespaces and methods
	Added begin and end methods to start and finish permissions mode in
	  Permissions.pm
        Changed formatting and removed versioning information. Versioning
	  information is no longer specific to each submodule, but to the
	  distribution
2010-03-14 20:12:41 +00:00
he
d9bea31fdd Update from version 0.4.13nb1 to 0.4.14.
Upstream changes:

0.4.14  Tue Oct 14 22:37;41 EDT 2008
	Added Applicationi,Admin,SMS APIs + tests (tburke++)
	Fixed a bug with get_registered_template_bundle in Feed API (tburke++)
2008-12-16 23:53:54 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
he
5fb5a1a88d Update from version 0.4.7 to 0.4.13.
Pkgsrc changes:
 o Add new dependency on p5-Readonly.

Upstream changes:

0.4.13  Wed Jul 30 18:14:59 PDT 2008
	Added Readonly as dependency

0.4.12  Wed Jul 30 04:09:26 PDT 2008
	Perltidy'd
	Fixed RT#33571 and RT#37617 (gregor herrmann)++
	Addresses RT#37840 (clscott++)

0.4.11  Thu Feb 28 20:44:29 PST 2008
	Fix documentation bug for notifications->send_email
	Add FAQ entry for RT#31620 and RT#31944
	Regen'ed README
	Fixed utf8 encoding issue: RT#32500 (thanks for the patch, Ryan)
	Added get_lists in friends namespace
	Added data namespace with tests
	Updated documentation to match various API updates
	Perltidy'd

0.4.10 Sat Dec  1 17:30:58 PST 2007
	Fixed bug where session_key parameter value wasn't being used when
	  passed to a call (thanks Louise-Philippe)
	Perl-tidied and critiqued
	Added stub documentation for base and new methods

0.4.9  Sun Nov 25 11:39:47 PST 2007
	Fixed some documentation errors
	Updated documentation to match current documentation on Facebook site
	Added pages namespace
	Removed get_FBML and set_FBML in profile namespace

0.4.8  Sun Nov 11 14:37:41 PST 2007
	Updated docs and added FAQ with two questions
	Added marketplace
	Added users->has_app_permission, users->is_app_added, users->set_status
	Added feed->publish_templatized_action (thanks King Mak)
	Changed autogen methods for subclasses in API.pm (thanks Shawn)
	No longer send secret when authenticating (thanks Derek)
2008-08-06 21:31:13 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
abs
a0bae4c5e9 Import www/p5-WWW-Facebook-API-0.4.7 into pkgsrc:
A Perl implementation of the Facebook API, working off of the
canonical Java and PHP implementations. By default it uses JSON::Any
to parse the response returned by Facebook's server. There is an
option to return the raw response in either XML or JSON.
2007-09-07 15:28:34 +00:00