| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Jun 2012 18:30:42
1.1.4
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
21 Jan 2012 17:40:15
1.1.4
|
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 |
03 Jul 2011 14:03:52
1.1.4
|
ohauer  |
-remove MD5 |
03 Jul 2009 21:32:57
1.1.4
|
skreuzer  |
Take over maintainership
Approved by: wxs (mentor, implicit) |
27 Jun 2009 08:49:44
1.1.4
|
gabor  |
- Drop maintainership of some ports I don't use any more |
17 Apr 2008 14:30:31
1.1.4
|
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) |
31 Mar 2007 20:33:58
1.1.4
|
gabor  |
- Remove support for old Perl from my ports |
08 Dec 2006 13:46:35
1.1.4
|
gabor  |
Change my e-mail address.
Approved by: erwin (mentor) |
20 Feb 2006 20:50:22
1.1.4
|
fenner  |
Update search.cpan.org WWW: entries to have a trailing slash.
Change some URLs from author dirs to dist dirs.
The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in. |
22 Jan 2006 02:50:55
1.1.4
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
23 Dec 2005 17:45:51
1.1.4
|
leeym  |
- unbreak on old perl
- add RUN_DEPENDS = BUILD_DEPENDS
PR: 90847
Submitted by: leeym
Approved by: maintainer |
17 Dec 2005 15:22:03
1.1.4
|
erwin  |
This is Encrypted MAC (EMAC), formerly known as Double MAC (DMAC).
Unlike HMAC, which reuses an existing one-way hash function, such as
MD5, SHA-1 or RIPEMD-160, EMAC reuses an existing block cipher to
produce a secure message authentication code (MAC).
WWW: http://search.cpan.org/dist/Digest-DMAC
PR: ports/90550
Submitted by: Gabor Kovesdan |