| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
04 Oct 2012 22:14:22
1.19
|
glarkin  |
- Updated to 1.19
ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Hooks-1.19/Changes |
29 Jun 2012 18:07:09
1.17
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
03 May 2012 13:40:16
1.17
|
glarkin  |
- Updated to 1.17
ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Hooks-1.17/Changes
Reported by: portscout |
17 Jan 2012 21:25:49
1.11
|
glarkin  |
- Updated to 1.11
ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Hooks-1.11/Changes
- Added explicit dependency on subversion 1.4.0 to follow upstream requirement |
26 Aug 2011 19:56:14
1.06
|
glarkin  |
- Updated to 1.06
ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Hooks-1.06/Changes
- Added a dependency check for the svnlook executable, since Makefile.PL does
now
Reported by: glarkin@freebsd.org.html">http://portscout.cc/glarkin@freebsd.org.html |
22 Apr 2011 20:15:15
0.33
|
glarkin  |
- Updated to 0.33
Changes: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Hooks-0.33/Changes
Reported by: portscout (via miwi) |
17 Dec 2010 17:41:39
0.32
|
glarkin  |
- Updated to 0.32
http://cpansearch.perl.org/src/GNUSTAVO/SVN-Hooks-0.32/Changes |
13 Oct 2010 01:34:49
0.30
|
glarkin  |
- Updated to 0.30
- Require specific version of p5-Email-Simple in order to incorporate
p5-Email-Simple-Creator as well
Changes:
0.30 2010-10-07
Small adjustment in some test cases to accomodate changes in
Perl 5.13.5.
0.29 2010-10-06
Extends the syntax of DENY_FILENAME directive to allow
customized error messages. |
18 May 2010 04:08:06
0.28_2
|
pgollucci  |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
05 May 2010 21:52:39
0.28_1
|
pgollucci  |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
29 Apr 2010 20:32:29
0.28
|
glarkin  |
- Update to 0.28 |
12 Mar 2010 14:46:03
0.27
|
glarkin  |
- Updated to 0.27 |
20 Jan 2010 14:29:18
0.25
|
glarkin  |
- Updated to 0.25 |
07 Jan 2010 20:22:23
0.24
|
glarkin  |
- Updated to 0.24 |
15 Dec 2009 14:17:49
0.23
|
glarkin  |
- Updated to 0.23
PR: ports/141542
Submitted by: pgollucci |
24 Nov 2009 21:44:45
0.22_1
|
pav  |
- Remove mail/p5-Email-MIME-Creator, it has been folded into mail/p5-Email-MIME
- Remove mail/p5-Email-MIME-Modifier, it has been folded into mail/p5-Email-MIME
- Remove mail/p5-Email-Simple-Creator, it has been folded into
mail/p5-Email-Simple
- Adjust dependencies
Reported by: pointyhat
With hat: portmgr |
24 Sep 2009 19:39:08
0.22
|
glarkin  |
- Updated to 0.22
Feature safe: yes |
05 Aug 2009 01:56:30
0.20
|
glarkin  |
- Updated to 0.20 |
29 Apr 2009 21:18:53
0.17.54
|
glarkin  |
- Update to 0.17.54 |
21 Apr 2009 19:19:48
0.16.52
|
glarkin  |
- Update to 0.16.52 |
12 Apr 2009 02:44:56
0.15.41
|
glarkin  |
- Updated to 0.15.41
PR: ports/133189
Submitted by: olli hauer <ohauer at gmx dot de> |
17 Feb 2009 16:00:36
0.14.21
|
glarkin  |
- Update to 0.14.21 |
09 Feb 2009 18:52:52
0.14.19
|
glarkin  |
- Update to 0.14.19 |
27 Jan 2009 16:26:17
0.13.12
|
glarkin  |
SVN-Hooks is a Perl framework for creating Subversion hooks.
It comes with a bunch of plugins (actually, sub-modules of SVN::Hooks)
that implement some of the most used standalone Subversion hooks
available, such as pre-commit hooks for enforcing:
- the log message format
- property settings
- the repository structure
- restrictions on the modification of repository areas (e.g., /tags)
- restrictions on filenames
- the integration with ticketing systems
It also comes with post-commit hooks for:
- sending commit emails
- updating configuration files in the server from changes made in
the repository
But as a framework, it can be extended to implement all types of
hooks.
WWW: http://search.cpan.org/dist/SVN-Hooks/ |