Commit graph

45 commits

Author SHA1 Message Date
Olli Hauer
66930d93a7 - use new python notation
- use shebangfix
- remove own extract function, it is no longer needed
- bump PORTREVISION
2014-09-28 18:21:25 +00:00
John Marino
153b432d5b devel/cvs2svn: Replace EXTRACT_CMD with TAR
This port has distfiles of two formats: .tar.bz2 and .tar.gz.
The TAR command handles both of them, so explicit specify this tool
to ensure the port continues to work in the future.

As a comment, it's strange that a custom extract target is needed to
overcome a possible deficiency in the standard extract target.
2014-05-31 14:58:33 +00:00
Marcus von Appen
4ced3c507b - Fix the usage of 'python' to get rid of the implicit lang/python
dependency

Approved by:	portmgr (blanket)
2013-12-08 13:24:03 +00:00
Olli Hauer
dccb050abd - add stage support
- use PYDISTUTILS_AUTOPLIST
2013-09-29 17:46:42 +00:00
Baptiste Daroussin
857aec5d6b Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1) 2013-09-20 17:03:26 +00:00
Olli Hauer
0105b123b2 - update patch from r5406 to r5433
- fix PORTEXAMPLES and PORTDOCS
- depend on devel/cvs for ${OSVERSION} > 1000000

Bugs fixed:
 - Handle non-ASCII, non-UTF8 filenames in .cvsignore files.
 - ExternalBlobGenerator: Don't fail if no revisions are needed for a file.

From the commit log:
 - Write all progress information to stderr rather than stdout. (r5419)
 - Make sure to close CVS repository files after parsing them. (r5421)
 - Choose garbage collection policy a bit more intelligently. (r5431)
 - cvs2git: Emit some more information in OutputPass. (rr5432)
 - Allow paths under Attic directories to be excluded, too. (r5433)
2013-09-15 17:17:43 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Olli Hauer
ac6e520479 - adjust python gdbm dependency
Submitted by:	Jimmy Olgeni <olgeni@olgeni.com> (per pm)
2013-03-03 13:04:22 +00:00
Olli Hauer
348ed35d99 - update patch to upstream svn revision 5406
Bugs fixed:
 * ExternalBlobGenerator: Don't fail if no revisions are needed for a file.

Feature safe:	yes
2012-10-15 07:03:11 +00:00
Olli Hauer
ee6e88dca3 - add local patches (svn rev. 5401)
Bugs fixed:
 * Handle non-ASCII, non-UTF8 filenames in .cvsignore files.

Feature safe:	yes
2012-10-11 06:15:38 +00:00
Olli Hauer
80b4ac77d5 - update to version 2.4.0
- adopt new Makefile header
- take maintainer

Some highlights:

* cvs2git conversions are cleaned up in a number of smallish ways.

* Much faster cvs2git conversions via new option
  --use-external-blob-generator.

* Optionally include empty directories from the CVS repository in
  the Subversion output.

* More flexible keyword and EOL handling.

* More aggressively omit unnecessary dead revisions.

* Make check of illegal filename characters dependent on the target VCS.

* Allow grafting a branch onto a parent that has itself been grafted.

* Only require a DB module if the "internal co" functionality is used.
  (This dependency has been a source of much grief to people on systems
  without decent package managers.)

* Sort using a Python implementation rather than an external sort
  command, to remove the dependency on POSIX-like sort.  (This
  dependency has been the source of much grief to Windows users.)

For more information see:
http://cvs2svn.tigris.org/source/browse/cvs2svn/tags/2.4.0/CHANGES?view=markup

Special thanks to Michael Haggerty

Approved by:	glarkin (explicit per pm)
2012-09-25 20:20:32 +00:00
Carlo Strub
2a76a0d810 Bump PORTREVISION to reflect name change from devel/bazaar-ng --> devel/bzr 2012-06-17 20:42:28 +00:00
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
Martin Wilke
5e9f42cbda - Move from py24 over to py25 or above
- Drop md5 support
2011-02-25 07:50:41 +00:00
Greg Larkin
014d771d60 - Replaced tigris.org master site with new ones. Tigris.org goes into a
redirect loop unless it can set a cookie in the client.

Reported by:	pointyhat (via erwin)
Feature safe:	yes
2011-01-25 19:53:29 +00:00
Philip M. Gollucci
61bcae45bc - Chase devel/apr -> devel/apr1 shuffling
PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
2010-05-18 04:08:05 +00:00
Philip M. Gollucci
3a2084de1e 4/5: Chase devel/apr shlib bump
PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
2010-05-05 21:52:39 +00:00
Greg Larkin
03334fe69b - Take over maintainership 2010-04-29 20:08:00 +00:00
Philip M. Gollucci
02725fadd0 - Release some more 2010-04-29 19:37:24 +00:00
Philip M. Gollucci
7fca716dd8 - Update to 2.3.0 [1]
- Pet portlint

PR:             ports/138099
Submitted by:   olli hauer <ohauer@gmx.de>
2009-12-10 05:00:10 +00:00
Philip M. Gollucci
abf5b5ffc0 - Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
2009-05-16 06:27:56 +00:00
Martin Wilke
51fe63769b - Update to 2.2.0
PR:		129094
Submitted by:	olli hauer <ohauer@gmx.de>
Approved by:	maintainer timeout
2008-12-14 20:20:56 +00:00
Philip M. Gollucci
8aa14b34f7 - Optionally depend on git/svn
- Add OPTIONS
- Bump PORTREVISION

PR:             ports/125574
Submitted by:   Olli Hauer <ohauer@gmx.de>
Approved by:    gabor (mentor)
2008-07-31 16:17:51 +00:00
Philip M. Gollucci
b43083409f Update my ports to my freebsd address
Approved by:    araujo (mentor)
2008-07-23 02:43:55 +00:00
Martin Wilke
4a06478931 - 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
2008-07-07 12:37:21 +00:00
Marcelo Araujo
13ae302075 - Update to 2.1.1.
- Update and remove duplicated MASTER_SITE.
- Fix portlint warning.

PR:		ports/125202
Submitted by:	"Philip M. Gollucci" <pgollucci@p6m7g8.com> (maintainer)
2008-07-04 00:41:05 +00:00
Pav Lucistnik
83428c67df - Assign to new maintainer
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com> (the new maintainer)
2008-07-02 21:20:27 +00:00
Pav Lucistnik
1ca3a92b3d Reset maintainership (the domain has expired):
<joe@joeholden.co.uk>
    (reason: 553 5.3.5 system config error)

----- Transcript of session follows -----
553 5.3.5 127.0.0.1. config error: mail loops back to me (MX problem?)
554 5.3.5 Local configuration error
2008-06-17 19:29:50 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Marcelo Araujo
0d3b370ad0 - Update to 2.1.0.
- Added support for CVS -> Git conversions.

PR:		ports/121078
Submitted by:	Giorgos Keramidas <keramida@ceid.upatras.gr>
Approved by:	maintainer timeout (more than 2 weeks)
2008-03-16 23:05:51 +00:00
Stefan Walter
cde3cec740 Update to 2.0.1.
PR:		117085
Submitted by:	Greg Larkin <glarkin@sourcehosting.net>
Approved by:	maintainer
2007-12-22 12:25:32 +00:00
Ion-Mihai Tetcu
1ca6d6be79 - Add two MASTER_SITES and drop an other
- we don't need wget for fetch stange anymore

PR:		ports/107930
Submitted by:	Joe Holden (former maintainer)
2007-01-16 09:59:15 +00:00
Joseph Koshy
3f02aa6df6 Pointy-hat time: use DISABLE_SIZE=yes in conjunction with wget.
Reported by:	kris (via pointyhat)
2007-01-15 05:14:58 +00:00
Joseph Koshy
9e7f2ed62a Update to v1.5.0. Upstream changes since the prior ported
version (v1.3.1) include:
 - Support for multiproject conversions.
 - New options: `--output', `--co', `--cvs', `--sort', `--auto-props',
   `--symbol-default'.
 - Options `--force-branch' and `--force-tag' now accept regexes.
 - Speedups, reduction in disk space needed for conversion.
 - Multicomponent `--trunk', `--tags' and `--branches' paths.
 - Better warning messages and error handling.
 - Improved handling of commit dependencies and multibranch
   commits.
 - Scripts to help isolate conversion problems and shrink
   test cases.

PR:		ports/106468
Submitted by:	Li-Wen Hsu <lwhsu@lwhsu.ckefgisc.org>
2007-01-10 08:20:28 +00:00
Pav Lucistnik
5e14b70fdb - Update to 1.3.1
PR:		ports/99417
Submitted by:	Joe Holden <joe@joeholden.co.uk> (maintainer)
2006-06-26 14:14:03 +00:00
Renato Botelho
5c0832761e - Take maintainership
PR:		ports/93076
Submitted by:	Joe Holden <joe@joeholden.co.uk>
2006-02-09 11:54:06 +00:00
Pav Lucistnik
22fea9c3df - Add some SHA256 checksums 2005-11-24 15:40:04 +00:00
Pav Lucistnik
386f84718d - Reset longterm inactive maintainer 2005-11-17 16:12:26 +00:00
Pav Lucistnik
e043f53aa9 - Update to 1.3.0
PR:		ports/86852
Submitted by:	Jiawei Ye <leafy@orion.moderntimes.com.tw>
Approved by:	maintainer timeout (14 days)
2005-11-17 16:09:08 +00:00
Thierry Thomas
1f1dd63dd0 Upgrade to 1.2.1.
PR:		ports/80891
Submitted by:	Kay Abendroth <kay.abendroth (at) gmail.com>
Approved by:	maintainer's time-out (1 month)
2005-06-10 19:47:26 +00:00
Cheng-Lung Sung
62d1611a25 - update to 1.2.0
PR:		ports/77014
Submitted by:	June-Yen Huang (maintainer)
2005-02-02 16:40:59 +00:00
Volker Stolz
50d2b1d192 Run-depend on py-gdbm
PR:		ports/76676
Submitted by:	Toby Peterson
Approved by:	maintainer
2005-02-01 16:55:06 +00:00
Cheng-Lung Sung
bb5835d942 - update to 1.1.0
PR:		ports/73153
Submitted by:	JingYen Huang (maintainer)
Approved by:	co-mentor (vanilla)
2004-10-26 09:09:05 +00:00
Hye-Shik Chang
b656a41e9c Update to 1.0.0 and assign maintainership to submitter.
PR:		71018
Submitted by:	June-Yen Huang <jihuang@gate.sinica.edu.tw>
2004-08-29 16:41:14 +00:00
Hye-Shik Chang
75a3786392 Move converters/cvs2svn to devel/cvs2svn to correct category.
Suggested by:	ijliao, knu
2004-05-01 10:30:53 +00:00