diff options
author | kleink <kleink@pkgsrc.org> | 2017-02-21 07:46:52 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2017-02-21 07:46:52 +0000 |
commit | b269b36e60935f960159f647bade4d21f917fc32 (patch) | |
tree | 1bf59c9e234d2ad6ae5546ca9cb8d61207578d65 /textproc/p5-Text-vCard/Makefile | |
parent | a6664aa3df87a9cce3e47b89e757699fc9f1a61a (diff) | |
download | pkgsrc-b269b36e60935f960159f647bade4d21f917fc32.tar.gz |
Update p5-Text-vCard to 3.09.
3.09 Sun 23 Oct 2016 20:24:06 BST
- Support Orgs (worthmine)
3.08 Sun 9 Oct 2016 21:56:23 BST
- Enconde/decode the key value pair to UTF-8 solves (jluis)
Diffstat (limited to 'textproc/p5-Text-vCard/Makefile')
-rw-r--r-- | textproc/p5-Text-vCard/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile index db43e5b8e2b..8ac41aba39b 100644 --- a/textproc/p5-Text-vCard/Makefile +++ b/textproc/p5-Text-vCard/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2016/06/08 19:24:41 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2017/02/21 07:46:52 kleink Exp $ -DISTNAME= Text-vCard-3.07 +DISTNAME= Text-vCard-3.09 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} |