summaryrefslogtreecommitdiff
path: root/time/p5-Data-ICal/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-07-12Comment out dependencies of the stylewiz1-3/+3
{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-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-03-01Update to 0.22mef1-3/+2
0.22 2015-02-17 - Add URI and NONE alarm types, for compatibility with Apple iCal - Add support for the common X-WR-CalName property - Optionally enforce UID attribute - Optionally auto-generate UID - Run with taint mode enabled - Packaging updates
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
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.
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache1-3/+4
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-08-30Update to 0.21wen1-3/+2
Upstream changes: 0.21 * Examine properties in consistent order, so tests pass on 5.18 and above 0.20 * Properly restrict the valid properties when iCal version 1.0 (Ashley Willis)
2013-08-06Fix broken BUILD_DEPENDS.ryoon1-2/+2
Noticed by spz@. Thank you.
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
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-04-21Update to 0.19ryoon1-3/+3
* New dependency. Changelog: 0.19 * Always output the VERSION property first 0.18 * Spelling fixes from Debian (Salvatore Bonaccorso) 0.17 * Allow chaining of methods (H.Merijn Brand) * Allow properties and entries in constructor (H.Merijn Brand)
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-09-03Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,sno1-3/+3
Module::Install is for Authors only. Bumping revision
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
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!
2009-07-19pkgsrc changes:sno1-3/+4
- Updating package for p5 module Data::ICal from 0.15 to 0.16 - Setting Module::Install as module type - Adjusting license to perl license Upstream changes: 0.16 * Use \r\n as the newline character, per RFC 3445 * Escaping of \ was being done incorrectly, and tested incorrectly * Remove a useless and incorrect "escape code" * Mention Data::ICal::DateTime (patch from Mark Stosberg) * Update copyright * POD cleanup * Update README from POD * POD nits; mostly reflowing and whitespace fixes * Perltidy
2009-05-21pkgsrc changes:sno1-3/+4
- Updating package for p5 module Data::ICal from 0.13nb1 to 0.15 - Setting license to gnu-gpl-v2 - Adjusting dependencies according to META.yml Upstream changes: 0.15 * Escaping fixes 0.14 * No longer explodes if your .ics file lacks a VERSION property * Perl 5.11 adds additional strictures. Patch from ANDK to deal [rt.cpan.org #34717]
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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-06-20Add DESTDIR support.joerg1-1/+3
2007-06-06Import p5-Data-ICal version 0.13markd1-0/+25
Data::ICal is a straightforward generator for iCalendar (RFC 2445) files, such as those used in Apple's iCal.