1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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
2012-01-21 17:40:15 +00:00
Andrej Zverev
dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00
Philip M. Gollucci
1875f848e2 - Update to 2.16
PR:             ports/141591
Approved by:    maintainer timeout (tobez@FreeBSD.org; 25 days)
Submitted by:   myself (pgollucci@)
2010-01-09 23:27:56 +00:00
Anton Berezin
c5a9524011 Update to 2.15.
Changes:	http://search.cpan.org/dist/Switch/Changes
2009-10-20 13:34:51 +00:00
Philip M. Gollucci
c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00
Anton Berezin
7bf0bfecb1 Update to 2.14.
Changes: http://search.cpan.org/dist/Switch/Changes
2009-01-09 09:50:05 +00:00
Anton Berezin
bfe07dfc77 Fix a 7.5-years old (!) dependency bug uncovered by a change in [bogus]
dependency.  This snafu of mine actually predates my getting a commit
bit.  Bump PORTREVISION.

Reported by:	QAT bot
2008-11-28 20:56:41 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${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)
2008-04-17 14:30:31 +00:00
Anton Berezin
80e59132aa Update to 2.13. 2007-02-27 11:20:54 +00:00
Anton Berezin
1bd36cee15 Update to 2.12. 2006-12-13 15:14:48 +00:00
Anton Berezin
496271c6a7 Update to 2.11. 2006-11-28 11:51:06 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Bill Fenner
81797980f7 search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
2005-09-21 19:31:43 +00:00
Anton Berezin
d671d24aa4 Update to 2.10. 2004-10-13 09:15:44 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Anton Berezin
c29cf80e0b Update to 2.09. 2002-06-13 16:19:01 +00:00
Anton Berezin
24b83aef74 Update to 2.07. 2002-06-02 22:20:59 +00:00
Anton Berezin
7d72443aa9 Update to 2.06. 2001-11-18 21:55:26 +00:00
Anton Berezin
b8b5c9c595 Update to 2.05 and add WWW. 2001-09-03 13:54:01 +00:00
Anton Berezin
9b82e61398 Upgrade lang/p5-Switch to 2.04. 2001-08-03 19:50:26 +00:00
Anton Berezin
c8df88ddad Updated MAINTAINER to my new committer email address.
Do the same for pkg-descr files.

Approved by:	markm
2001-06-12 19:25:41 +00:00
Ying-Chieh Liao
422c11a20b upgrade to 2.03
PR:		27413
Submitted by:	maintainer
2001-05-19 19:43:36 +00:00
Josef Karthauser
c4e3d79cbc Switch.pm provides the syntax and semantics for an explicit case
mechanism for Perl. The syntax is minimal, introducing only the
keywords switch and case and conforming to the general pattern of
existing Perl control structures. The semantics are particularly
rich, allowing any one (or more) of nearly 30 forms of matching to
be used when comparing a switch value with its various cases.

PR:	ports/26875
2001-04-28 15:08:08 +00:00