Commit graph

55 commits

Author SHA1 Message Date
Johannes Jost Meixner
6a1615fc49 ports-mgmt/porttools: Upgrade to 1.02
- Upgrade to 1.02
- Use INSTALL_TARGET helper for DOCS option

Approved by: swills (mentor)
2014-04-24 04:15:46 +00:00
Johannes Jost Meixner
fbb5c06a65 ports-mgmt/porttools: upgrade to 1.01
- Upgrade to 1.01

Changelog:

* port test: Allow PORTSDIR override from commandline
* port create: add usage, email and author overrides

Approved by:	koobs (mentor)
2014-04-14 09:13:47 +00:00
Steve Wills
33358fce79 - Update to 1.00.2014.03.23
PR:		ports/187852
Submitted by:	Johannes Jost Meixner <xmj@chaot.net> (maintainer)
2014-03-23 17:17:37 +00:00
Steve Wills
55b6b5f7a4 - Update to 1.00.2014.03.16
PR:		ports/187631
Submitted by:	Johannes Jost Meixner <xmj@chaot.net> (maintainer)
2014-03-18 02:17:51 +00:00
Kubilay Kocak
1e64bf4441 ports-mgmt/porttools: Update to 1.00.2014.03.11
- Update to 1.00.2014.03.11
- Deprecate do-build: target

Changes:

 * Support git-based port trees in the `diff` command
 * Emit NO_STAGE deprecation warning (By: Hans Fredrik Nordhaug)

PR:		ports/187366
Submitted by:	Johannes Jost Meixner <xmj@chaot.net> (maintainer)
2014-03-12 11:20:47 +00:00
Li-Wen Hsu
11b7f0af50 - Update to 1.00.2014.03.03
PR:		ports/187276
Submitted by:	Johannes Jost Meixner <xmj@chaot.net> (maintainer)
2014-03-05 16:03:13 +00:00
Kubilay Kocak
fb84606291 ports-mgmt/porttools: Update to 1.00.2014.02.18, Fix package build
- Fix package build on i386 envs that were identified by pkg.absolight.net
- Update to 1.00.2014.02.18

PR:		ports/186884
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
Approved by:	maintainer
2014-02-19 10:56:44 +00:00
Kubilay Kocak
e02c430b84 ports-mgmt/porttools: Update to 1.00.x and reassign maintainer
- Pass maintainership submitter
- Update LICENSE (BSD2CLAUSE)
- Point to GITHUB for distribution files
- Make DOCS OPTION'al
- Deprecate all patches in files/ (upstreamed)
- pkg-descr: Update WWW URL

PR:		ports/186372
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
Approved by:	maintainer timeout (2 weeks)
2014-02-16 09:28:55 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Mathieu Arnold
f6a45b75f9 Fixup submit when port is ruby or python based.
maintainer timeout.
PR:		ports/183468
Submitted by:	Johannes Jost Meixner
2013-11-15 14:06:13 +00:00
Mathieu Arnold
24c8f46f04 /usr/ports may not be the reference tree you want to use, allow users to
customize that.

maintainer timeout.

PR:		ports/183412
Submitted by:	mat
2013-11-12 13:30:22 +00:00
Mathieu Arnold
be244381a9 - Fixup after latest textproc/cdiff update
- Convert to staging

PR:		ports/183188
Submitted by:	mat
Approved by:	maintainer
2013-11-06 12:25:51 +00:00
Baptiste Daroussin
16f65335a1 Add NO_STAGE all over the place in preparation for the staging support (cat: ports-mgmt) 2013-09-20 22:36:49 +00:00
TAKATSU Tomonari
cf7f7c61a5 - Improve commit sub-command
* Fix the conditional statement of checking the result of svn status
  * Make use of addport with -c option
  * Make use of svn commit with -F option
  * Cosmetic change

PR:		ports/178539
Submitted by:	tota (myself)
Approved by:	maintainer timeout (> 1 month)
2013-06-22 11:14:34 +00:00
TAKATSU Tomonari
cae75110cc - Switch the VCS tool for the ports tree from CVS to SVN
- Pet portlint in porttools
  * Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
  * Replace tab with space WWW: line in pkg-descr

PR:		ports/174860
Submitted by:	tota (myself)
Approved by:	maintainers (timeout > 2 months)
2013-03-02 00:40:53 +00:00
Steven Kreuzer
5ad0d8dd68 Define LICENSE 2012-12-11 22:29:34 +00:00
Raphael Kubo da Costa
911bd5ffb3 - Convert to OptionsNG [1]
- Trim Makefile header

PR:		ports/172524 [1]
Submitted by:	skreuzer@ [1]
Approved by:	maintainer timeout (16 days)
Feature safe:	yes
2012-10-24 21:34:46 +00:00
Dennis Herrmann
f86a87c735 - Avoid literal appearances of "$FreeBSD:...$" in patch-util_diff.in.
- While we are here:
- Make the affected sed pattern more flexible with regard to the
  repository path from which the port was checked out.
- When handling -d <dir>, if the port's directory does not exist,
  fix the path used in the first check for an alternative path.
- Bump PORTREVISION.

PR:		ports/166593
Submitted by:	Johannes Joemann <joemann@beefree.free.de> (maintainer)
2012-04-28 07:58:13 +00:00
Dmitry Marakasov
3102ecba81 - Add OPTIONS
PR:		166524
Submitted by:	myself
Approved by:	Johannes 5 Joemann <joemann@beefree.free.de> (maintainer)
Feature safe:	yes
2012-04-01 20:06:07 +00:00
Chris Rees
111db54158 Add -P option to print PR to stdout instead of submitting.
PR:		ports/164963
Submitted by:	John Hein <jhein@symmetricom.com>
Approved by:	maintainer
2012-03-04 12:08:43 +00:00
Chris Rees
868c3b683e - Improve the heuristic for finding the port's directory name:
- If applicable, use CVS/Repository as the source of the port's
   directory name,
 - else try to fall back to the basename of the working directory
   if the PORTNAME heuristic fails.
 - The patches also fix
   <http://sourceforge.net/support/tracker.php?aid=1969774>.
- Add CVSauto as a new diff mode:
 - Handle added/deleted files without having to cvs add/delete them.
 - Works with :pserver:anoncvs@anoncvs.fr.freebsd.org.
 - When submitting you're asked to use "port submit -L" if files are
   added or deleted, because that's FATAL for portlint.
- Don't use the full path of the working directory in diffs.
- Include a port's PORTEPOCH in update mode in the generated PR.
- To aid in debugging porttools include this information in the PR:
 - porttools' PORTREVISION and PORTEPOCH (if defined),
 - submit and diff mode used by the submitter.
- Bump PORTREVISION.
- Pass maintainership to submitter

PR:		ports/139872
Submitted by:	Johannes 5 Joemann <joemann@beefree.free.de>
2012-03-03 13:31:02 +00:00
Chris Rees
d1d2d0364d Add PORTREVISION and PORTEPOCH to Synopsis of submitted PRs.
PR:		ports/154809
Submitted by:	milki <milki@rescomp.berkeley.edu>
2011-10-30 20:29:53 +00:00
Thomas Abthorpe
0932da9d01 - Return these ports to the heap 2011-09-15 23:56:43 +00:00
Andrej Zverev
7d2e9542b8 - Try to be more friendly with 'spaces' in @dirrmtry while rendering pkg-plist.***
- RIP MD5 in distinfo while I'm here.

*** I'm not sure about this patch, so you can argue about it with me.
    Also you can look ports/152102.

PR:		ports/152156
Submitted by:	az
Approved by:	sergei (timeout)
2010-12-14 18:38:51 +00:00
Sergei Kolobov
04c789ab6e - Update to 0.99
- Remove patches integrated upstream
2009-09-09 21:02:22 +00:00
Sergei Kolobov
6e14ce83ab - Take maintainership
Approved by:	gabor
2008-11-19 21:47:06 +00:00
Dmitry Marakasov
ea6723045b - Fix commandline arguments handling (again) 2008-09-24 14:56:17 +00:00
Dmitry Marakasov
dabcf362bb - Fix commandline arguments handling for some cases (actualy any case when two or more flags are used simultaneously like port submit -m update -d .orig)
PR:		100771
Submitted by:	HASHI Hiroaki <hashiz at tomba dot meridiani dot jp>
2008-09-23 13:36:17 +00:00
Xin LI
f139205c26 When doing 'update' and 'diff', use our cvs(1)'s -R feature, this would accelerate
on certain configurations.

While I'm there, make use of 'SF' macro for SourceForge mirror.

PR:	ports/116248
2008-07-27 07:40:01 +00:00
Mark Linimon
189bb010c0 Reset sergei@ due to maintainer-timeouts and no response to email.
Hat:		portmgr
2008-07-27 04:30:53 +00:00
Pav Lucistnik
0d0d56457b Populate a new ports-mgmt category. List of moved ports:
devel/portcheckout -> ports-mgmt/portcheckout
  devel/portlint -> ports-mgmt/portlint
  devel/portmk -> ports-mgmt/portmk
  devel/porttools -> ports-mgmt/porttools
  misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
  misc/porteasy -> ports-mgmt/porteasy
  misc/portell -> ports-mgmt/portell
  misc/portless -> ports-mgmt/portless
  misc/tinderbox -> ports-mgmt/tinderbox
  security/jailaudit -> ports-mgmt/jailaudit
  security/portaudit -> ports-mgmt/portaudit
  security/portaudit-db -> ports-mgmt/portaudit-db
  security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port
  sysutils/barry -> ports-mgmt/barry
  sysutils/bpm -> ports-mgmt/bpm
  sysutils/kports -> ports-mgmt/kports
  sysutils/managepkg -> ports-mgmt/managepkg
  sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck
  sysutils/pib -> ports-mgmt/pib
  sysutils/pkgfe -> ports-mgmt/pkgfe
  sysutils/pkg-orphan -> ports-mgmt/pkg-orphan
  sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves
  sysutils/pkg_install -> ports-mgmt/pkg_install
  sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel
  sysutils/pkg_remove -> ports-mgmt/pkg_remove
  sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves
  sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst
  sysutils/pkg_tree -> ports-mgmt/pkg_tree
  sysutils/portbrowser -> ports-mgmt/portbrowser
  sysutils/portconf -> ports-mgmt/portconf
  sysutils/portdowngrade -> ports-mgmt/portdowngrade
  sysutils/portcheck -> ports-mgmt/portcheck
  sysutils/portmanager -> ports-mgmt/portmanager
  sysutils/portmaster -> ports-mgmt/portmaster
  sysutils/portscout -> ports-mgmt/portscout
  sysutils/portsearch -> ports-mgmt/portsearch
  sysutils/portsman -> ports-mgmt/portsman
  sysutils/portsnap -> ports-mgmt/portsnap
  sysutils/portsopt -> ports-mgmt/portsopt
  sysutils/portupgrade -> ports-mgmt/portupgrade
  sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel
  sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools
  sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools
  sysutils/psearch -> ports-mgmt/psearch
  sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex
  sysutils/qtpkg -> ports-mgmt/qtpkg
  textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports

Repocopies by:	marcus
2007-02-05 01:08:46 +00:00
Sergei Kolobov
4073a04ab6 - Update to 0.77:
- fixed a stupid bug in port create: quote arguments passed to newfile(1);
    thanks Radim Kolar for reporting it
2006-05-06 11:42:34 +00:00
Sergei Kolobov
d870c70dbf - Update to 0.76 (bugfix release, see NEWS for the list of changes)
- Remove patches that have now been integrated upstream [1],[3]

PR:		ports/70156 [1],
		ports/70300 [2],
		ports/71363 [3],
		ports/94055 [4]
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net> [1],
		Janos Mohacsi <janos.mohacsi@bsd.hu> [2],
		Yen-Ming Lee <leeym@utopia.leeym.com> [3],
		Diane Bruce <db@net.net> [4]
2006-05-02 14:20:08 +00:00
Sergei Kolobov
a3f2b08fac - Update to 0.75:
- 4 new commands added: commit, getpr, install, upgrade
2006-04-30 23:09:03 +00:00
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Sergei Kolobov
a66a28cbd3 - Add SHA256 checksums to my ports 2005-11-25 14:05:38 +00:00
Pav Lucistnik
d289501472 - Add checking of empty directories to leftover check
PR:		ports/71363
Submitted by:	leeym
2005-07-15 18:53:23 +00:00
Pav Lucistnik
211310fbac - Fix finding original directory name for py- and ruby- ports
PR:		ports/70156
Submitted by:	clsung

- Add detection of leftover empty directories to leftover checking code

PR:		ports/71363
Submitted by:	leeym
2005-07-15 18:52:43 +00:00
Florent Thoumie
a98612829d - Add cdiff to RUN_DEPENDS.
PR:		ports/74638
Submitted by:	Sean Farley <sean-freebsd@farley.org>
Approved by:	maintainer timeout (4 months)
2005-04-14 11:35:14 +00:00
Mark Linimon
3468faaa0b Fix RUN_DEPENDS.
PR:		ports/70107
Submitted by:	Yen-Ming Lee <leeym at utopia dot leeym dot com>
Approved by:	maintainer timeout (3 weeks)
2004-08-29 01:27:05 +00:00
Sergei Kolobov
511d523c92 - Update to 0.63 (see NEWS for list of changes)
- Make devel/newfile dependency optional under WITH_NEWFILE knob:
  "port create" command is only useful to some porttools users, not all
2004-08-06 22:28:42 +00:00
Volker Stolz
9f09203bcf Add missing RUN_DEPENDS on devel/newfile
PR:		ports/59956
Submitted by:	Nicola Vitale
Approved by:	maintainer timeout
2004-07-16 16:23:17 +00:00
Kris Kennaway
f27a7a1531 Add missing @dirrm 2004-04-13 22:44:40 +00:00
Sergei Kolobov
acd22963db - Update pkg-descr to reflect reality
PR:		ports/64884
Submitted by:	mike johnson <ahze@ahze.net>
2004-04-05 09:33:17 +00:00
Sergei Kolobov
ee6478c3fc SIZE *DOES* MATTER. 2004-01-30 16:03:29 +00:00
Sergei Kolobov
b5ac288585 Change to my @FreeBSD.org address.
Approved by:	krion
2003-10-23 05:42:49 +00:00
Sergey A. Osokin
8c3d7e9ebc Update to 0.50:
- new unified interface via port(1) front-end
 - port submit command has been improved:
   - autodetects operation mode (new, change, update)
   - autodetects maintainership requests and resets
   - autodetects added/removed files
 - new commands: create, diff, fetch

Submitted by:	Sergei Kolobov <sergei@kolobov.com> (maintainer)
PR:		58324
2003-10-21 09:12:44 +00:00
Kirill Ponomarev
7a950ce21f - Update to 0.26 (fixes several minor bugs), see NEWS for
details

PR:		55970
Submitted by:	maintainer
2003-08-25 20:30:51 +00:00
Kirill Ponomarev
2bee5db542 - Update to 0.25: allows generating diffs
not only against CVS

PR:		55135
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-07-31 21:48:23 +00:00
Kirill Ponomarev
d06e9d3dce - Update to 0.20
- Install files from port's Makefile
- Add manpages

PR:		54888
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
Approved by:	fjoe (mentor) (implicit)
2003-07-26 23:14:52 +00:00