| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
11 Aug 2011 19:14:48
0.1.9
|
delphij  |
Update to 0.1.9. |
03 Jul 2011 14:59:23
0.1.8_2
|
ohauer  |
-remove MD5 |
18 May 2010 04:08:06
0.1.8_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.1.8_1
|
pgollucci  |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
30 Jan 2010 01:30:13
0.1.8
|
delphij  |
Update to 0.1.8 |
22 Sep 2009 23:20:12
0.1.7
|
delphij  |
Update to 0.1.7.
Submitted by: Marco Bröder <marco.broeder gmx eu>
PR: ports/ports/139067
Feature safe: yes |
07 Jul 2008 12:37:21
0.1.6_1
|
miwi  |
- Bump PORTREVISION after apr update
PR: 125270 125271 125272 125278 125281 125282
125284 125285 125287 125288 125289 125290
125291 125292 125293 125295 125296 125297
125300
Submitted by: rodrigc |
30 Jun 2008 19:33:32
0.1.6
|
delphij  |
Update to 0.1.6 |
06 Jun 2008 13:21:59
0.1.5_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
01 Jun 2008 09:42:37
0.1.5
|
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
10 Jan 2008 10:14:10
0.1.5
|
delphij  |
Update to 0.1.5 |
14 Dec 2007 00:04:37
0.1.4_1
|
delphij  |
Make use of port infrastructure's easy_install support[1]. While I'm there,
add subversion and mercurial as RUN_DEPENDS, as one will have to install
them to make this useful.
Reported by: pointyhat via pav [1] |
13 Dec 2007 01:32:50
0.1.4
|
delphij  |
Add hgsvn:
This set of scripts allows to work locally on Subversion-managed
projects using the Mercurial distributed version control system.
Why use Mercurial? You can do local (disconnected) work, pull the
latest changes from the SVN server, manage private branches, submit
patches to project maintainers, etc. And of course you have fast
local operations like "hg log", "hg annotate"...
Currenly two scripts are provided:
* hgimportsvn initializes an SVN checkout which is also a
Mercurial repository.
* hgpullsvn pulls the latest changes from the SVN repository,
and updates the Mercurial repository accordingly. It can
be run multiple times.
WWW: http://cheeseshop.python.org/pypi/hgsvn |