Commit graph

17 commits

Author SHA1 Message Date
wiz
4df9d7e7f0 Make PKGNAME match directory name. 2015-07-13 09:53:55 +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
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
pettai
c371baf3cb 1.4.13 - 1 April 2013, Ludovic ROUSSEAU
- Fix a warning with Perl 5.16
2013-10-05 14:19:01 +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
wiz
bd06e1cb46 Reset MAINTAINER/OWNER (became observers) 2013-02-01 22:21:05 +00:00
pettai
c784b73a30 bump reversion 2012-12-14 23:54:43 +00:00
asau
1a433eae91 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +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
abs
6ee04442e9 Updated security/p5-pcsc to 1.4.12
2011-03-06  Ludovic Rousseau  <rousseau@debian>

	* README: release 1.4.12

	* PCSC.xs: Also check for SVt_PVIV and not just SVt_IV.

	Fixes Debian bug #613722 "libpcsc-perl: GetStatusChange error after print"

	* PCSC.xs, PCSC.pm, test.pl: Use lines of less than 80 columns

2010-10-27  Ludovic Rousseau  <rousseau@debian>

	* create_distrib.sh: compress using bzip2 instead of gzip

	* README: release 1.4.11

	* PCSCperl.h: SCardCancelTransaction() is no more present in pcsc-lite

	* PCSC.pm, PCSC.pod, PCSC.xs, PCSCperl.h:
	SCardSetTimout is no more present in pcsc-lite > 1.6.4
	It was a pcsc-lite specific and deprecated function

2010-08-18  Ludovic Rousseau  <rousseau@debian>

	* PCSCperl.h:
	use SCARD_READERSTATE * instead of LPSCARD_READERSTATE since is not
	define in pcsc-lite < 1.6.3

	* README: release 1.4.10

	* PCSC.pm, PCSC.xs, PCSCperl.h, README: Update copyright date

	* create_distrib.sh: Allow more than one digit in the version numbers

	* PCSC.xs, PCSCperl.h:
	Use LPSCARD_READERSTATE instead of LPSCARD_READERSTATE_A since it is no
	more defined in pcsc-lite >= 1.6.2

2010-06-30  Ludovic Rousseau  <rousseau@debian>

	* README: release 1.4.9

	* PCSC.pm, PCSC.pod, PCSC.xs: sort constants in alphabetical order

	* PCSC.pod, PCSC.xs:
	SCARD_E_UNSUPPORTED_FEATURE is not specific to pcsc-lite but is also
	available on Windows

	* PCSC.pm, PCSC.pod, PCSC.xs:
	SCARD_W_INSERTED_CARD is no more defined in pcsc-lite 1.6.0 and then
	pcsc-perl failed to build. It was an error code specific to pcsc-lite.

2010-01-03  Ludovic Rousseau  <rousseau@debian>

	* Card/Card.pod: fix spelling error

2009-09-23  Ludovic Rousseau  <rousseau@debian>

	* README: release 1.4.8

	* Card/Card.pod: Correct 3 bugs signaled by podchecker

2009-09-06  Ludovic Rousseau  <rousseau@debian>

	* PCSC.xs:
	PCSC.xs:853: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’

2008-09-28  Ludovic Rousseau  <rousseau@debian>

	* PCSC.pod: example code for GetStatusChange()
2012-09-09 13:27:21 +00:00
obache
9b0c7b655d Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +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
hasso
f52840e6d8 Update to version 1.4.7. Upstream changes:
* Card/Card.pm: type: prefered -> preferred
* Card/Card.pm: update copyright date
* Card/Card.pm: typo: prefered -> preferred
* Card/Card.pod: typos
* README: release 1.4.7
* MANIFEST: remove removed files (merged)
* Makefile_OSX.PL, Makefile_win.PL: merged in Makefile.PL
* README, README.OSX, README.Unix, README.Windows: merge all README.* in README
* Makefile.PL: merge Makefile_win.PL and Makefile_OSX.PL
* PCSC.pod: typos
* PCSC.pod: typo
* PCSC.pm: version 0.05
* PCSC.pod, PCSCperl.h: update copyright date
* PCSCperl.h: reorder the .h inclusion to have a default for Unix system
2009-03-16 14:55:59 +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
joerg
bbb376ec3a Needs pkg-config. 2008-07-29 19:53:45 +00:00
obache
28d2e6ccff Treat DragonFly same as other *BSDs.
Patch provided by Hasso Tepper in PR 38878.
2008-07-01 13:46:02 +00:00
shannonjr
0305335642 This package contains a Perl wrapper to the PC/SC smartcard library
(pcsc-lite) from MUSCLE together with some small examples.
2008-03-04 11:31:04 +00:00