aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-vCard
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.07Emanuel Haupt2015-01-192-14/+13
| | | | | | | - Fix indentation Notes: svn path=/head/; revision=377423
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Remove @dirrm, @dirrmtryEmanuel Haupt2014-10-081-4/+0
| | | | Notes: svn path=/head/; revision=370444
* Update to 3.06Emanuel Haupt2014-06-132-3/+3
| | | | Notes: svn path=/head/; revision=357666
* Update to 3.05Emanuel Haupt2014-05-272-3/+3
| | | | Notes: svn path=/head/; revision=355493
* Update to 3.03Emanuel Haupt2014-04-282-3/+3
| | | | Notes: svn path=/head/; revision=352511
* Update to 3.02Emanuel Haupt2014-02-173-3/+5
| | | | Notes: svn path=/head/; revision=344716
* Update to 3.01Emanuel Haupt2014-02-132-3/+3
| | | | Notes: svn path=/head/; revision=344085
* Update to 3.00Emanuel Haupt2014-01-283-13/+17
| | | | Notes: svn path=/head/; revision=341600
* Fix pacakge list.Emanuel Haupt2013-10-252-3/+3
| | | | | | | Notified by: az Notes: svn path=/head/; revision=331567
* Support staging.Emanuel Haupt2013-10-231-1/+0
| | | | Notes: svn path=/head/; revision=331362
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326941
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* Remove indefinite article from COMMENTEmanuel Haupt2013-03-081-1/+1
| | | | Notes: svn path=/head/; revision=313649
* Update to 2.13Emanuel Haupt2012-12-212-3/+3
| | | | Notes: svn path=/head/; revision=309364
* Restore 'Created by' header information. This has been removed during theEmanuel Haupt2012-11-031-0/+1
| | | | | | | | | | first announcement of the new trimming rule and the finalized overworked version. Feature safe: yes Notes: svn path=/head/; revision=306932
* - Update to 2.12Emanuel Haupt2012-09-132-8/+3
| | | | | | | - Remove deprecated header information Notes: svn path=/head/; revision=304192
* Get rid of ${SITE_PERL} in *_DEPENDSEmanuel Haupt2012-06-061-2/+2
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=298572
* Update to 2.11Emanuel Haupt2012-06-042-3/+3
| | | | Notes: svn path=/head/; revision=298338
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* Update to 2.10Emanuel Haupt2011-03-142-4/+3
| | | | Notes: svn path=/head/; revision=270884
* Update to 2.09Emanuel Haupt2010-08-222-4/+4
| | | | | | | | PR: 149875 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259753
* Update to 2.07Emanuel Haupt2010-02-032-4/+4
| | | | Notes: svn path=/head/; revision=249192
* Update to 2.06Emanuel Haupt2010-01-252-4/+4
| | | | Notes: svn path=/head/; revision=248543
* Update to 2.05Emanuel Haupt2010-01-112-4/+4
| | | | | | | | PR: 142679 Submitted by: pgollucci Notes: svn path=/head/; revision=247611
* Update to 2.04Emanuel Haupt2010-01-042-4/+4
| | | | Notes: svn path=/head/; revision=247128
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231102
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Update to 2.03Emanuel Haupt2008-03-202-4/+4
| | | | Notes: svn path=/head/; revision=209493
* Update to 2.01Emanuel Haupt2007-09-042-4/+4
| | | | Notes: svn path=/head/; revision=198749
* Update to 2.00Emanuel Haupt2006-12-042-4/+4
| | | | | | | | PR: 106311 Submitted by: chinsan Notes: svn path=/head/; revision=178847
* Update to 1.99Emanuel Haupt2006-09-072-4/+4
| | | | Notes: svn path=/head/; revision=172512
* Update to 1.98Emanuel Haupt2006-08-152-4/+4
| | | | Notes: svn path=/head/; revision=170696
* Update to 1.97Emanuel Haupt2006-07-042-5/+4
| | | | Notes: svn path=/head/; revision=166883
* - Register dependencies andEmanuel Haupt2006-02-221-0/+5
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=156676
* Add p5-Text-vCard, a package to parse, edit and create multipleEmanuel Haupt2006-02-224-0/+39
vCards (RFC 2426). Notes: svn path=/head/; revision=156668