aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-RSS/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* textproc/p5-XML-RSS: update to 1.59swills2016-04-101-1/+1
|
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-6/+6
| | | | | With hat: portmgr Sponsored by: Absolight
* textproc/p5-XML-RSS: update to 1.56swills2015-07-011-2/+1
|
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-261-0/+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
* - Update to 1.55swills2014-05-101-1/+1
| | | | | PR: ports/189530 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - add stage supportaz2014-01-301-3/+0
| | | | Approved by: portmgr (blanket infrastructure)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* - convert to the new perl5 frameworkaz2013-09-111-6/+3
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - Update to 1.49swills2011-05-061-1/+1
| | | | - Remove MD5
* - Takeover some of clsung's portsswills2010-12-091-1/+1
| | | | Approved by: pgollucci (mentor)
* - Update to 1.48clsung2010-04-271-1/+1
| | | | Changes: http://search.cpan.org/dist/XML-RSS/Changes
* - Update to 1.47clsung2009-12-131-1/+1
| | | | Changes: http://search.cpan.org/dist/XML-RSS/Changes
* - Update to 1.46clsung2009-10-281-1/+1
| | | | Changes: http://search.cpan.org/dist/XML-RSS/Changes
* - Update to 1.45clsung2009-08-051-1/+1
| | | | Changes: http://search.cpan.org/dist/XML-RSS/Changes
* - Update to 1.44clsung2009-04-241-6/+8
| | | | | | Changes: http://search.cpan.org/dist/XML-RSS/Changes PR: ports/133939 Submitted by: leeym
* - Update to 1.43clsung2009-01-271-1/+1
| | | | Changes: http://search.cpan.org/dist/XML-RSS/Changes
* - Update to 1.37clsung2008-11-201-1/+1
|
* - Update to 1.36clsung2008-10-131-1/+1
|
* - Update to 1.35clsung2008-09-261-1/+1
| | | | Changes: http://search.cpan.org/dist/XML-RSS/Changes
* - Update to 1.33clsung2008-06-241-1/+1
| | | | Changes: http://search.cpan.org/dist/XML-RSS/Changes
* - Update to 1.32clsung2008-04-011-3/+2
| | | | Changes: http://search.cpan.org/dist/XML-RSS/Changes
* - Update to 1.31clsung2007-07-111-1/+1
|
* - Update to 1.22clsung2006-12-221-1/+1
| | | | | PR: ports/107039 Submitted by: chinsan
* - Update to 1.21clsung2006-12-061-1/+1
|
* - fix typoclsung2006-11-121-2/+2
| | | | | PR: ports/105398 Submitted by: Hirohisa Yamaguchi <umq_AT_ueo dot co dot jp>
* - Update to 1.20clsung2006-11-101-2/+4
|
* - Update to 1.12clsung2006-10-311-1/+1
|
* - Update to 1.11clsung2006-10-311-8/+4
| | | | | | | - remove stale patch PR: ports/104591 [1], ports/104816 [2] Submitted by: <tjs_AT_cdpa dot nsysu dot edu dot tw> [1], <babak@farrokhi dot net> [2]
* - update to 1.10clsung2006-03-161-3/+7
|
* - patch that make '>' encoded to '&gt;'clsung2005-04-061-0/+1
| | | | - bump PORTREVISION
* Remove dependencies on p5-Test-*, sinceclsung2005-04-051-9/+2
| | | | | | | | - it breaks on a clean 4.x since p5-Test-Manifest is IGNORE under Perl 5.005_03, and - testing is not really supported in the FreeBSD ports tree anyway PR: 79554 Submitted by: lth
* My territory, suggested by ijliao. :pclsung2004-08-201-1/+1
| | | | Approved by: vanilla (co-mentor)
* Update to 1.05arved2004-08-131-4/+11
| | | | | | | | Assing maintainership to submitter add new dependency of Test-* PR: 70398 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to 1.04: quell warnings when parsing RSS 0.9x, RSS 2.0vs2004-03-161-4/+3
| | | | | | | | | | | - Fix dependencies [1],mat - Add WWW [1] PR: 64192 [1] Submitted by: Kimura Fuyuki Approved by: linimon (mentor) Second pair of eyes provided by: mat
* utilize SITE_PERLijliao2003-10-241-1/+0
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Add a missed dependency and then bump PORTREVISION.foxfair2003-09-011-1/+3
|
* Update to 1.02foxfair2003-06-221-1/+1
|
* upgrade to 1.01ijliao2003-02-211-1/+1
|
* De-pkg-comment.knu2003-02-211-0/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-111-2/+0
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-071-0/+2
| | | | Approved by: pat
* Upgradevanilla2001-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | p5-Apache-AuthTicket => 0.31 p5-Apache-AuthenCache => 0.04 p5-Business-CreditCard => 0.23 p5-CGI-Cache => 1.03 p5-Crypt-CipherSaber => 0.60 p5-Crypt-SSLeay => 0.25 p5-File-Cache => 0.16 p5-Filter => 1.23 p5-FreezeThaw => 0.41 p5-HTML-Stream => 1.49 p5-Mail-Audit => 1.10 p5-Mail-Box => 1.111 p5-Mail-IMAPClient => 2.1.2 p5-Mail-Sender => 0.7.08 p5-Math-FixedPrecision => 0.14 p5-Math-GMP => 1.07 p5-NNTPClient => 0.37 p5-Net-SSLeay => 1.07 p5-Proc-Background => 1.03 p5-Quota => 1.3.3 p5-Text-Template => 1.31 p5-WWW-Search => 2.19 p5-XML-RSS => 0.97 p5-chart => fix pkg-plist
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-5/+1
|
* More style fixes for ports/textproc.olgeni2001-02-061-1/+1
|
* Release a number of ports that I don't have time to keep trackade2000-11-041-1/+1
| | | | of any more.
* Add p5-XML-RSS, a perl extension to manage RDF Site Summary (RSS) filesade2000-09-051-0/+28