aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Feed-Deduper
Commit message (Collapse)AuthorAgeFilesLines
* - Fix *_DEPENDS: XML::Feed::Deduper 0.06 changes to MouseSunpoet Po-Chuan Hsieh2015-01-271-3/+3
| | | | | | | | | - Bump PORTREVISION for dependency change Reference: http://search.cpan.org/dist/XML-Feed-Deduper/Changes Notes: svn path=/head/; revision=378003
* Make the DEPENDS more consistentAntoine Brodin2015-01-241-2/+2
| | | | Notes: svn path=/head/; revision=377837
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-3/+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
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2014-02-272-10/+2
| | | | | | | | | - Remove outdated PERL_LEVEL check Approved by: portmgr (blanket) Notes: svn path=/head/; revision=346399
* 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 new perl frameworkBaptiste Daroussin2013-09-171-2/+2
| | | | Notes: svn path=/head/; revision=327459
* - Fix plistMartin Wilke2013-06-021-2/+0
| | | | | | | Reported by: pkg (PKG_DEVELOPER_MODE) Notes: svn path=/head/; revision=319666
* - Do not try to remove dirs. not created by the portMartin Wilke2013-05-311-1/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=319523
* - Update to 0.06Frederic Culot2013-05-033-10/+7
| | | | | | | | | | | | - Trim Makefile's header - Pet portlint(1) by replacing tab by space in WWW link Changes: http://search.cpan.org/dist/XML-Feed-Deduper/Changes PR: ports/178312 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=317183
* - Further correct my previous commit since this should be a testSteve Wills2011-10-231-3/+8
| | | | | | | | | | dependency only and is included in Perl 5.14 and later Pointed out by: sunpoet Pointyhat to: swills (me) Notes: svn path=/head/; revision=284150
* - Correct mistake I made in previous commit, p5-Test-Simple is notSteve Wills2011-10-231-1/+2
| | | | | | | needed as a run dependency Notes: svn path=/head/; revision=284143
* - Update to 0.05Steve Wills2011-10-223-9/+11
| | | | | | | | PR: ports/161904 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=284140
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Update to 0.03Martin Wilke2009-11-202-4/+4
| | | | | | | | | PR: 140289 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: maintainer Notes: svn path=/head/; revision=244539
* - Update to 0.02Martin Wilke2009-07-052-4/+4
| | | | | | | | PR: 136337 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=237209
* XML::Feed::Deduper is deduper for XML::Feed.Martin Wilke2009-05-014-0/+44
You can write the aggregator more easily :) WWW: http://search.cpan.org/dist/XML-Feed-Deduper/ PR: ports/134018 Submitted by: TERAMOTO Masahiro <markun at onohara.to> Notes: svn path=/head/; revision=233039