aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Delicious
Commit message (Collapse)AuthorAgeFilesLines
* Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113Sunpoet Po-Chuan Hsieh2020-06-261-1/+2
| | | | | | | | | | | | - Fix LICENSE_FILE - Update pkg-descr - Update WWW - Bump PORTREVISION of dependent ports for dependency change Changes: https://metacpan.org/changes/distribution/IO-Stringy Notes: svn path=/head/; revision=540492
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Use real PORTVERSIONSunpoet Po-Chuan Hsieh2017-03-102-23/+25
| | | | | | | | | | - Add LICENSE - Sort *_DEPENDS - Add NO_ARCH - Sort PLIST Notes: svn path=/head/; revision=435854
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-131-6/+6
| | | | | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used Notes: svn path=/head/; revision=381221
* 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 STAGEDIR.Vanilla I. Shu2013-11-052-19/+17
| | | | Notes: svn path=/head/; revision=332868
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Update to 1.14Mathieu Arnold2013-08-222-4/+3
| | | | Notes: svn path=/head/; revision=325182
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-241-2/+1
| | | | | | | | | (part 4). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248459
* - Update to 1.1.3 (1.13)Cheng-Lung Sung2008-03-282-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/Net-Delicious/Changes Notes: svn path=/head/; revision=209991
* - Typo fix: perl@@FreeBSD.org -> perl@FreeBSD.orgCheng-Lung Sung2007-03-311-8/+3
| | | | | | | | | | | - Remove perl 5.6 check - Bump PORTREVISION (MAINTAINER's change) PR: ports/111044 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=188868
* - update to 1.1.1Yen-Ming Lee2007-03-272-7/+8
| | | | Notes: svn path=/head/; revision=188569
* upgrade to 1.1Ying-Chieh Liao2006-10-312-18/+16
| | | | Notes: svn path=/head/; revision=175574
* Reset ascope@cpan.org due to no response to email.Mark Linimon2006-08-111-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=170324
* - Update to v1.01Aaron Dalton2006-07-143-10/+18
| | | | | | | | | PR: ports/99352 Submitted by: aaron Approved by: maintainer timout, tobez (implicit) Notes: svn path=/head/; revision=167798
* - Update to 0.96Yen-Ming Lee2006-01-283-5/+9
| | | | | | | | | PR: 92457 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=154661
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Fix dependency listSergey Matveychuk2005-07-211-1/+2
| | | | | | | | | PR: ports/82785 Submitted by: Aaron Dalton <aaron@daltons.ca> Approved by: maintainer timeout (almost a month) Notes: svn path=/head/; revision=139846
* - Remove .packlist from packing list.Florent Thoumie2005-06-292-2/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=138166
* - Update to 0.92.Florent Thoumie2005-06-233-5/+11
| | | | | | | | | PR: ports/81736 Submitted by: Aaron Dalton <aaron@daltons.ca> Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=137920
* Add p5-Net-Delicious 0.6, OOP for managing posts on del.icio.us.Mathieu Arnold2004-08-034-0/+62
PR: ports/69939 Submitted by: Aaron Straup Cope <ascope@cpan.org> Notes: svn path=/head/; revision=115347