/net/rboot/

ef='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Feed-Deduper
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* - Fix *_DEPENDS: XML::Feed::Deduper 0.06 changes to Mousesunpoet2015-01-271-3/+3
| | | | | | - Bump PORTREVISION for dependency change Reference: http://search.cpan.org/dist/XML-Feed-Deduper/Changes
* Make the DEPENDS more consistentantoine2015-01-251-2/+2
|
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-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
* - Support STAGEDIRsunpoet2014-02-282-10/+2
| | | | | | - Remove outdated PERL_LEVEL check Approved by: portmgr (blanket)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* Convert to new perl frameworkbapt2013-09-171-2/+2
|
* - Fix plistmiwi2013-06-021-2/+0
| | | | Reported by: pkg (PKG_DEVELOPER_MODE)
* - Do not try to remove dirs. not created by the portmiwi2013-05-311-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Update to 0.06culot2013-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)
* - Further correct my previous commit since this should be a testswills2011-10-231-3/+8
| | | | | | | dependency only and is included in Perl 5.14 and later Pointed out by: sunpoet Pointyhat to: swills (me)
* - Correct mistake I made in previous commit, p5-Test-Simple is notswills2011-10-231-1/+2
| | | | needed as a run dependency
* - Update to 0.05swills2011-10-233-9/+11
| | | | | PR: ports/161904 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
* -remove MD5ohauer2011-07-031-1/+0
|
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-241-1/+0
| | | | | | so standarize and remove it With Hat: perl@
* - Update to 0.03miwi2009-11-212-4/+4
| | | | | | PR: 140289 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: maintainer
* - Update to 0.02miwi2009-07-062-4/+4
| | | | | PR: 136337 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)