| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
30 Jun 2012 14:39:14
2.00_3,1
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
21 Jan 2012 17:40:15
2.00_3,1
|
eadler  |
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 |
24 Oct 2011 04:17:38
2.00_3,1
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
20 Jun 2011 08:37:15
2.00_3,1
|
az  |
- 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 |
20 Mar 2011 12:54:45
2.00_3,1
|
miwi  |
- Get Rid MD5 support |
24 Jan 2010 06:18:08
2.00_3,1
|
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 4).
Approved by: portmgr (itetcu) |
17 Apr 2008 14:30:31
2.00_2,1
|
araujo  |
- 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) |
08 Sep 2007 01:02:54
2.00_2,1
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
11 May 2006 22:49:56
2.00_2,1
|
edwin  |
Remove USE_REINPLACE from all categories starting with N |
09 Nov 2005 11:23:01
2.00_2,1
|
flz  |
- Add SHA256 checksums. |
06 Jul 2005 09:44:09
2.00_2,1
|
flz  |
- Update WWW: line in pkg-descr. |
11 Jun 2005 16:13:12
2.00_1,1
|
skv  |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
01 Mar 2005 12:28:00
2.00,1
|
flz  |
Change my email address in MAINTAINER lines for ports I maintain to
flz@FreeBSD.org.
Approved by: pav (mentor) |
30 Dec 2004 13:17:05
2.00,1
|
sem  |
- Update ldapsh port to 2.00.
- Make use of new SUB_FILES variable.
- Use newly created Makefile.PL.
PR: ports/75537
Submitted by: maintainer |
19 Dec 2004 19:57:16
2.0.b1
|
sem  |
- Update to 2.0b1
PR: ports/74516
Submitted by: maintainer |
02 Aug 2004 09:35:31
1.2_1
|
clement  |
- Add missing dependency
Submitted by: maintainer |
29 Jul 2004 00:26:24
1.2_1
|
edwin  |
Added documentation and pkg-message.
Submitted by: Florent Thoumie <flz@xbsd.org> |
28 Jul 2004 22:36:54
1.2
|
edwin  |
New port: net/ldapsh - Interactive shell used to administer ldap directories
ldapsh is an interactive shell you can use to administer ldap
directories. It provides an extensible command mechanism, with
most of the necessary builtin commands (such as 'clone', 'edit',
'rm'), and it's relatively easy to add more commands.
It supports configuring multiple LDAP sources, and storing your
UID for each source so you don't have to type them each time.
PR: ports/69721
Submitted by: Florent Thoumie <flz@xbsd.org> |